1
0
forked from agents/opencode

chore: 将 Claude Opus 升级至 4-8

This commit is contained in:
2026-05-31 14:41:19 +08:00
parent d3b7567d68
commit 8f9dd3d8e1
2 changed files with 7 additions and 7 deletions
+3 -3
View File
@@ -2,7 +2,7 @@
"$schema": "https://opencode.ai/config.json",
"plugin": ["oh-my-openagent@latest"],
"autoupdate": false,
"model": "anthropic/claude-opus-4-7",
"model": "anthropic/claude-opus-4-8",
"small_model": "openai/gpt-5.4-mini",
"provider": {
"anthropic": {
@@ -13,8 +13,8 @@
"apiKey": "{env:AI_GATEWAY_API_KEY}"
},
"models": {
"claude-opus-4-7": {
"name": "Claude Opus 4.7",
"claude-opus-4-8": {
"name": "Claude Opus 4.8",
"reasoning": true,
"modalities": { "input": ["text", "image", "pdf"], "output": ["text"] },
"limit": { "context": 1000000, "output": 128000 }