WIP: 应用 Claude Opus 4.7 到西西弗斯 #1

Closed
mdy wants to merge 25 commits from mdy/opencode-config:main into main
2 changed files with 2 additions and 8 deletions
Showing only changes of commit 5985d0f92f - Show all commits
+2 -2
View File
@@ -5,7 +5,7 @@
"hephaestus": { "model": "openai/gpt-5.4", "variant": "medium" },
"oracle": { "model": "openai/gpt-5.4", "variant": "high" },
"librarian": { "model": "ai-gateway/minimax-m2.7" },
"explore": { "model": "ai-gateway/grok-code-fast-1" },
"explore": { "model": "ai-gateway/minimax-m2.7" },
"multimodal-looker": { "model": "openai/gpt-5.4", "variant": "medium" },
"prometheus": { "model": "anthropic/claude-opus-4-6", "variant": "max" },
"metis": { "model": "anthropic/claude-opus-4-6", "variant": "max" },
@@ -21,7 +21,7 @@
"quick": { "model": "openai/gpt-5.4-mini" },
"unspecified-low": { "model": "anthropic/claude-sonnet-4-6" },
"unspecified-high": { "model": "anthropic/claude-opus-4-6", "variant": "max" },
"writing": { "model": "google/gemini-3-flash-preview" }
"writing": { "model": "ai-gateway/kimi-k2.5" }
},
"experimental": {
"dynamic_context_pruning": {
-6
View File
@@ -88,12 +88,6 @@
"apiKey": "{env:AI_GATEWAY_API_KEY}"
},
"models": {
"grok-code-fast-1": {
"name": "Grok Code Fast 1",
"reasoning": true,
"modalities": { "input": ["text"], "output": ["text"] },
"limit": { "context": 256000, "output": 10000 }
},
"glm-5.1": {
"name": "GLM-5.1",
"reasoning": true,