1
0
forked from agents/opencode

Compare commits

..

3 Commits

2 changed files with 2 additions and 8 deletions
+2 -2
View File
@@ -5,7 +5,7 @@
"hephaestus": { "model": "openai/gpt-5.4", "variant": "medium" }, "hephaestus": { "model": "openai/gpt-5.4", "variant": "medium" },
"oracle": { "model": "openai/gpt-5.4", "variant": "high" }, "oracle": { "model": "openai/gpt-5.4", "variant": "high" },
"librarian": { "model": "ai-gateway/minimax-m2.7" }, "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" }, "multimodal-looker": { "model": "openai/gpt-5.4", "variant": "medium" },
"prometheus": { "model": "anthropic/claude-opus-4-6", "variant": "max" }, "prometheus": { "model": "anthropic/claude-opus-4-6", "variant": "max" },
"metis": { "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" }, "quick": { "model": "openai/gpt-5.4-mini" },
"unspecified-low": { "model": "anthropic/claude-sonnet-4-6" }, "unspecified-low": { "model": "anthropic/claude-sonnet-4-6" },
"unspecified-high": { "model": "anthropic/claude-opus-4-6", "variant": "max" }, "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": { "experimental": {
"dynamic_context_pruning": { "dynamic_context_pruning": {
-6
View File
@@ -88,12 +88,6 @@
"apiKey": "{env:AI_GATEWAY_API_KEY}" "apiKey": "{env:AI_GATEWAY_API_KEY}"
}, },
"models": { "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": { "glm-5.1": {
"name": "GLM-5.1", "name": "GLM-5.1",
"reasoning": true, "reasoning": true,