Skip to content

Commit 2988a07

Browse files
authored
Update index.ts
1 parent 5616993 commit 2988a07

1 file changed

Lines changed: 11 additions & 10 deletions

File tree

  • all-in-one/clawdbot-integration/plugin

all-in-one/clawdbot-integration/plugin/index.ts

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff 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

3334
function normalizeBaseUrl(value: string): string {

0 commit comments

Comments
 (0)