Skip to content

Instantly share code, notes, and snippets.

@mishankov
Created February 1, 2026 18:35
Show Gist options
  • Select an option

  • Save mishankov/6e4a6f9a98713bf012407c5e73acc6a0 to your computer and use it in GitHub Desktop.

Select an option

Save mishankov/6e4a6f9a98713bf012407c5e73acc6a0 to your computer and use it in GitHub Desktop.
Oh My OpenCode config
{
"$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