forked from imbytecat/opencode-config
feat: 更新 Claude Opus 4.5 模型名称并移除冗余配置
- 更新 Claude Opus 4.5 模型名称并移除冗余的 Claude Sonnet 4.5 (Thinking) 模型配置
This commit is contained in:
@@ -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"],
|
||||
|
||||
Reference in New Issue
Block a user