增加大模型推理级别配置

This commit is contained in:
1e0n
2025-10-08 05:26:31 +08:00
parent 191c53da40
commit 1c29062ba7
5 changed files with 137 additions and 12 deletions

View File

@@ -18,27 +18,32 @@
{
"name": "Opus 4.1",
"id": "claude-opus-4-1-20250805",
"type": "anthropic"
"type": "anthropic",
"reasoning": "off"
},
{
"name": "Sonnet 4",
"id": "claude-sonnet-4-20250514",
"type": "anthropic"
"type": "anthropic",
"reasoning": "medium"
},
{
"name": "Sonnet 4.5",
"id": "claude-sonnet-4-5-20250929",
"type": "anthropic"
"type": "anthropic",
"reasoning": "high"
},
{
"name": "GPT-5",
"id": "gpt-5-2025-08-07",
"type": "openai"
"type": "openai",
"reasoning": "off"
},
{
"name": "GPT-5-Codex",
"id": "gpt-5-codex",
"type": "openai"
"type": "openai",
"reasoning": "high"
},
{
"name": "GLM-4.6",