docs: remove models that can not be tested anymore from the list
This commit is contained in:
Vendored
+1
@@ -53,6 +53,7 @@
|
|||||||
"Ollama",
|
"Ollama",
|
||||||
"onwarn",
|
"onwarn",
|
||||||
"opensource",
|
"opensource",
|
||||||
|
"openrouter",
|
||||||
"pageagent",
|
"pageagent",
|
||||||
"pageagentcore",
|
"pageagentcore",
|
||||||
"pageagentext",
|
"pageagentext",
|
||||||
|
|||||||
@@ -26,7 +26,6 @@ const MODEL_GROUPS: Record<string, string[]> = {
|
|||||||
'qwen3.5-plus',
|
'qwen3.5-plus',
|
||||||
'qwen3.5-flash',
|
'qwen3.5-flash',
|
||||||
'qwen3-max',
|
'qwen3-max',
|
||||||
'qwen3-coder-next',
|
|
||||||
],
|
],
|
||||||
OpenAI: [
|
OpenAI: [
|
||||||
'gpt-5.5',
|
'gpt-5.5',
|
||||||
@@ -57,13 +56,7 @@ const MODEL_GROUPS: Record<string, string[]> = {
|
|||||||
'claude-sonnet-4-5',
|
'claude-sonnet-4-5',
|
||||||
'claude-haiku-4-5',
|
'claude-haiku-4-5',
|
||||||
],
|
],
|
||||||
MiniMax: [
|
MiniMax: ['MiniMax-M3', 'MiniMax-M2.7', 'MiniMax-M2.5'],
|
||||||
'MiniMax-M3',
|
|
||||||
'MiniMax-M2.7',
|
|
||||||
'MiniMax-M2.7-highspeed',
|
|
||||||
'MiniMax-M2.5',
|
|
||||||
'MiniMax-M2.5-highspeed',
|
|
||||||
],
|
|
||||||
xAI: ['grok-4.3', 'grok-build-0.1'],
|
xAI: ['grok-4.3', 'grok-build-0.1'],
|
||||||
MoonshotAI: ['kimi-k2.7-code', 'kimi-k2.6', 'kimi-k2.5'],
|
MoonshotAI: ['kimi-k2.7-code', 'kimi-k2.6', 'kimi-k2.5'],
|
||||||
'Z.AI': ['glm-5.2', 'glm-5.1', 'glm-5', 'glm-4.7'],
|
'Z.AI': ['glm-5.2', 'glm-5.1', 'glm-5', 'glm-4.7'],
|
||||||
|
|||||||
Reference in New Issue
Block a user