feat: 更新 Claude Opus 4.5 模型名称并移除冗余配置

- 更新 Claude Opus 4.5 模型名称并移除冗余的 Claude Sonnet 4.5 (Thinking) 模型配置
This commit is contained in:
2026-01-30 17:00:48 +08:00
parent a9398fba8e
commit 09ed1e3a98

View File

@@ -20,16 +20,7 @@
},
"models": {
"claude-opus-4-5": {
"name": "Claude Opus 4.5 (Thinking)",
"reasoning": true,
"modalities": {
"input": ["text", "image", "pdf"],
"output": ["text"]
},
"limit": { "context": 200000, "output": 64000 }
},
"claude-sonnet-4-5-thinking": {
"name": "Claude Sonnet 4.5 (Thinking)",
"name": "Claude Opus 4.5",
"reasoning": true,
"modalities": {
"input": ["text", "image", "pdf"],