docs: remove models that can not be tested anymore from the list

This commit is contained in:
Simon
2026-07-03 02:25:03 +08:00
parent a47e12c0e0
commit 2163a55cc7
2 changed files with 2 additions and 8 deletions
+1
View File
@@ -53,6 +53,7 @@
"Ollama",
"onwarn",
"opensource",
"openrouter",
"pageagent",
"pageagentcore",
"pageagentext",
@@ -26,7 +26,6 @@ const MODEL_GROUPS: Record<string, string[]> = {
'qwen3.5-plus',
'qwen3.5-flash',
'qwen3-max',
'qwen3-coder-next',
],
OpenAI: [
'gpt-5.5',
@@ -57,13 +56,7 @@ const MODEL_GROUPS: Record<string, string[]> = {
'claude-sonnet-4-5',
'claude-haiku-4-5',
],
MiniMax: [
'MiniMax-M3',
'MiniMax-M2.7',
'MiniMax-M2.7-highspeed',
'MiniMax-M2.5',
'MiniMax-M2.5-highspeed',
],
MiniMax: ['MiniMax-M3', 'MiniMax-M2.7', 'MiniMax-M2.5'],
xAI: ['grok-4.3', 'grok-build-0.1'],
MoonshotAI: ['kimi-k2.7-code', 'kimi-k2.6', 'kimi-k2.5'],
'Z.AI': ['glm-5.2', 'glm-5.1', 'glm-5', 'glm-4.7'],