Skip to content

Instantly share code, notes, and snippets.

@cbrunnkvist
Last active February 18, 2026 07:34
Show Gist options
  • Select an option

  • Save cbrunnkvist/535ae52d372882774bebc68147cc841d to your computer and use it in GitHub Desktop.

Select an option

Save cbrunnkvist/535ae52d372882774bebc68147cc841d to your computer and use it in GitHub Desktop.
Low-cost OpenCode Zen defaults for OmO
{
"$schema": "https://raw.githubusercontent.com/code-yeongyu/oh-my-opencode/master/assets/oh-my-opencode.schema.json",
"agents": {
"sisyphus": { "model": "opencode/minimax-m2.5" },
"hephaestus": { "model": "opencode/kimi-k2.5" },
"oracle": { "model": "opencode/glm-5" },
"librarian": { "model": "opencode/minimax-m2.5" },
"explore": { "model": "opencode/gpt-5-nano" },
"multimodal-looker": { "model": "opencode/gpt-5.1" },
"prometheus": { "model": "opencode/kimi-k2.5" },
"metis": { "model": "opencode/kimi-k2.5" },
"momus": { "model": "opencode/claude-sonnet-4-6" },
"atlas": { "model": "opencode/kimi-k2.5" },
"frontend-ui-ux": { "model": "opencode/gpt-5.1" }
},
"categories": {
"visual-engineering": { "model": "opencode/gpt-5.1" },
"ultrabrain": { "model": "opencode/kimi-k2.5" },
"deep": { "model": "opencode/kimi-k2-thinking" },
"artistry": { "model": "opencode/kimi-k2.5" },
"quick": { "model": "opencode/gpt-5-nano" },
"unspecified-low": { "model": "opencode/kimi-k2.5" },
"unspecified-high": { "model": "opencode/kimi-k2.5" },
"writing": { "model": "opencode/minimax-m2.5" }
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment