Created
February 1, 2026 18:35
-
-
Save mishankov/6e4a6f9a98713bf012407c5e73acc6a0 to your computer and use it in GitHub Desktop.
Oh My OpenCode config
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Show hidden characters
| { | |
| "$schema": "https://raw.githubusercontent.com/code-yeongyu/oh-my-opencode/master/assets/oh-my-opencode.schema.json", | |
| "agents": { | |
| "sisyphus": { | |
| "model": "openrouter/anthropic/claude-sonnet-4.5", | |
| // "model": "openrouter/moonshotai/kimi-k2.5", // wait until suppotrt tool calls on openrouter | |
| }, | |
| "oracle": { | |
| "model": "openrouter/openai/gpt-5.2-codex", | |
| }, | |
| "librarian": { | |
| "model": "zai-coding-plan/glm-4.7", | |
| }, | |
| "explore": { | |
| "model": "openrouter/openai/gpt-5-nano", | |
| }, | |
| "multimodal-looker": { | |
| "model": "openrouter/google/gemini-3-flash-preview", | |
| }, | |
| "prometheus": { | |
| "model": "openrouter/anthropic/claude-opus-4.5", | |
| }, | |
| "metis": { | |
| "model": "openrouter/anthropic/claude-sonnet-4.5", | |
| }, | |
| "momus": { | |
| "model": "openrouter/anthropic/claude-sonnet-4.5", | |
| }, | |
| "atlas": { | |
| "model": "zai-coding-plan/glm-4.7", | |
| }, | |
| }, | |
| "categories": { | |
| "visual-engineering": { | |
| "model": "openrouter/anthropic/claude-opus-4.5", | |
| }, | |
| "ultrabrain": { | |
| "model": "openrouter/openai/gpt-5.2-codex", | |
| "variant": "xhigh", | |
| }, | |
| "deep": { | |
| "model": "openrouter/anthropic/claude-opus-4.5", | |
| }, | |
| "artistry": { | |
| "model": "openrouter/anthropic/claude-sonnet-4.5", | |
| }, | |
| "quick": { | |
| "model": "openrouter/openai/gpt-5-nano", | |
| }, | |
| "unspecified-low": { | |
| "model": "openrouter/openai/gpt-5-nano", | |
| }, | |
| "unspecified-high": { | |
| "model": "openrouter/anthropic/claude-sonnet-4.5", | |
| }, | |
| "writing": { | |
| "model": "zai-coding-plan/glm-4.7", | |
| }, | |
| }, | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment