File tree Expand file tree Collapse file tree
all-in-one/clawdbot-integration/plugin Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -10,24 +10,25 @@ const DEFAULT_MODEL_IDS = [
1010 // Auto-routing special model
1111 "higress/auto" ,
1212 // OpenAI models
13- "gpt-4o " ,
14- "gpt-4o -mini" ,
15- "gpt-4-turbo " ,
13+ "gpt-5.2 " ,
14+ "gpt-5 -mini" ,
15+ "gpt-5-nano " ,
1616 // Anthropic models
1717 "claude-opus-4.5" ,
1818 "claude-sonnet-4.5" ,
1919 "claude-haiku-4.5" ,
2020 // Qwen models
21- "qwen -turbo" ,
22- "qwen -plus" ,
23- "qwen -max" ,
24- "qwen -coder" ,
21+ "qwen3 -turbo" ,
22+ "qwen3 -plus" ,
23+ "qwen3 -max" ,
24+ "qwen3 -coder-480b-a35b-instruct " ,
2525 // DeepSeek models
2626 "deepseek-chat" ,
27- "deepseek-coder " ,
27+ "deepseek-reasoner " ,
2828 // Other common models
29- "moonshot-v1-8k" ,
30- "glm-4" ,
29+ "kimi-k2.5" ,
30+ "glm-4.7" ,
31+ "MiniMax-M2.1" ,
3132] as const ;
3233
3334function normalizeBaseUrl ( value : string ) : string {
You can’t perform that action at this time.
0 commit comments