forked from agents/opencode
+3
-3
@@ -2,7 +2,7 @@
|
||||
"$schema": "https://opencode.ai/config.json",
|
||||
"plugin": ["oh-my-openagent@latest"],
|
||||
"autoupdate": false,
|
||||
"model": "anthropic/claude-opus-4-8",
|
||||
"model": "anthropic/claude-opus-4-7",
|
||||
"small_model": "openai/gpt-5.4-mini",
|
||||
"provider": {
|
||||
"anthropic": {
|
||||
@@ -13,8 +13,8 @@
|
||||
"apiKey": "{env:AI_GATEWAY_API_KEY}"
|
||||
},
|
||||
"models": {
|
||||
"claude-opus-4-8": {
|
||||
"name": "Claude Opus 4.8",
|
||||
"claude-opus-4-7": {
|
||||
"name": "Claude Opus 4.7",
|
||||
"reasoning": true,
|
||||
"modalities": { "input": ["text", "image", "pdf"], "output": ["text"] },
|
||||
"limit": { "context": 1000000, "output": 128000 }
|
||||
|
||||
Reference in New Issue
Block a user