1
0
forked from agents/opencode

feat: 更新 Claude Opus 4.6 模型上下文与输出限制

- 更新 Claude Opus 4.6 模型的上下文限制为 1000000,输出限制为 128000,并调整模型名称和配置。
This commit is contained in:
2026-02-07 06:03:22 +08:00
parent f05a72fbda
commit 2cc19b9b0b

View File

@@ -15,15 +15,15 @@
"apiKey": "{env:CPA_API_KEY}"
},
"models": {
"claude-opus-4-5": {
"name": "Claude Opus 4.5",
"claude-opus-4-6": {
"name": "Claude Opus 4.6",
"tool_call": true,
"reasoning": true,
"modalities": {
"input": ["text", "image", "pdf"],
"output": ["text"]
},
"limit": { "context": 200000, "output": 64000 }
"limit": { "context": 1000000, "output": 128000 }
},
"claude-sonnet-4-5": {
"name": "Claude Sonnet 4.5",