feat: 更新 Claude Opus 4.6 模型上下文与输出限制
- 更新 Claude Opus 4.6 模型的上下文限制为 1000000,输出限制为 128000,并调整模型名称和配置。
This commit is contained in:
@@ -15,15 +15,15 @@
|
|||||||
"apiKey": "{env:CPA_API_KEY}"
|
"apiKey": "{env:CPA_API_KEY}"
|
||||||
},
|
},
|
||||||
"models": {
|
"models": {
|
||||||
"claude-opus-4-5": {
|
"claude-opus-4-6": {
|
||||||
"name": "Claude Opus 4.5",
|
"name": "Claude Opus 4.6",
|
||||||
"tool_call": true,
|
"tool_call": true,
|
||||||
"reasoning": true,
|
"reasoning": true,
|
||||||
"modalities": {
|
"modalities": {
|
||||||
"input": ["text", "image", "pdf"],
|
"input": ["text", "image", "pdf"],
|
||||||
"output": ["text"]
|
"output": ["text"]
|
||||||
},
|
},
|
||||||
"limit": { "context": 200000, "output": 64000 }
|
"limit": { "context": 1000000, "output": 128000 }
|
||||||
},
|
},
|
||||||
"claude-sonnet-4-5": {
|
"claude-sonnet-4-5": {
|
||||||
"name": "Claude Sonnet 4.5",
|
"name": "Claude Sonnet 4.5",
|
||||||
|
|||||||
Reference in New Issue
Block a user