feat(llms): update model list and patches (#611)

* fix(llms): gpt patch

* feat(llms): patch `hunyuan` models

* feat(llms): update model list
This commit is contained in:
Simon
2026-07-10 02:08:14 -07:00
committed by GitHub
parent d5c994708c
commit 1cab66b898
3 changed files with 33 additions and 9 deletions
@@ -29,6 +29,9 @@ const MODEL_GROUPS: Record<string, string[]> = {
// 'qwen3-coder-next', // low success rate
],
OpenAI: [
'gpt-5.6-sol',
'gpt-5.6-terra',
'gpt-5.6-luna',
'gpt-5.5',
'gpt-5.4',
'gpt-5.4-mini',
@@ -63,7 +66,8 @@ const MODEL_GROUPS: Record<string, string[]> = {
'MiniMax-M2.7',
'MiniMax-M2.5',
],
xAI: ['grok-4.3', 'grok-build-0.1'],
xAI: ['grok-4.5', 'grok-4.3', 'grok-build-0.1'],
Tencent: ['hy3'],
MoonshotAI: ['kimi-k2.7-code', 'kimi-k2.6', 'kimi-k2.5'],
'Z.AI': ['glm-5.2', 'glm-5.1', 'glm-5', 'glm-4.7'],
}