diff --git a/oh-my-opencode.jsonc b/oh-my-opencode.jsonc index e0458c7..276c321 100644 --- a/oh-my-opencode.jsonc +++ b/oh-my-opencode.jsonc @@ -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": { diff --git a/opencode.jsonc b/opencode.jsonc index d177f2f..63d2173 100644 --- a/opencode.jsonc +++ b/opencode.jsonc @@ -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,