1
0
forked from agents/opencode

refactor: 拆分 litellm 统一提供商为独立 provider 配置

This commit is contained in:
2026-02-28 10:25:20 +08:00
parent 2d6c198df8
commit f886e6b440
3 changed files with 50 additions and 41 deletions

View File

@@ -1,26 +1,26 @@
{
"$schema": "https://raw.githubusercontent.com/code-yeongyu/oh-my-opencode/master/assets/oh-my-opencode.schema.json",
"agents": {
"sisyphus": { "model": "litellm/claude-opus-4-6", "variant": "max" },
"hephaestus": { "model": "litellm/gpt-5.3-codex", "variant": "medium" },
"oracle": { "model": "litellm/gpt-5.2", "variant": "high" },
"sisyphus": { "model": "anthropic/claude-opus-4-6", "variant": "max" },
"hephaestus": { "model": "openai/gpt-5.3-codex", "variant": "medium" },
"oracle": { "model": "openai/gpt-5.2", "variant": "high" },
"librarian": { "model": "bailian-coding-plan/MiniMax-M2.5" },
"explore": { "model": "bailian-coding-plan/MiniMax-M2.5" },
"multimodal-looker": { "model": "bailian-coding-plan/kimi-k2.5" },
"prometheus": { "model": "litellm/claude-opus-4-6", "variant": "max" },
"metis": { "model": "litellm/claude-opus-4-6", "variant": "max" },
"momus": { "model": "litellm/gpt-5.2", "variant": "medium" },
"prometheus": { "model": "anthropic/claude-opus-4-6", "variant": "max" },
"metis": { "model": "anthropic/claude-opus-4-6", "variant": "max" },
"momus": { "model": "openai/gpt-5.2", "variant": "medium" },
"atlas": { "model": "bailian-coding-plan/kimi-k2.5" },
"sisyphus-junior": { "model": "litellm/claude-sonnet-4-6" }
"sisyphus-junior": { "model": "anthropic/claude-sonnet-4-6" }
},
"categories": {
"visual-engineering": { "model": "litellm/gemini-3.1-pro-preview", "variant": "high" },
"ultrabrain": { "model": "litellm/gpt-5.3-codex", "variant": "xhigh" },
"deep": { "model": "litellm/gpt-5.3-codex", "variant": "medium" },
"artistry": { "model": "litellm/gemini-3.1-pro-preview", "variant": "high" },
"quick": { "model": "litellm/claude-haiku-4-5" },
"unspecified-low": { "model": "litellm/claude-sonnet-4-6" },
"unspecified-high": { "model": "litellm/claude-opus-4-6", "variant": "max" },
"visual-engineering": { "model": "google/gemini-3.1-pro-preview", "variant": "high" },
"ultrabrain": { "model": "openai/gpt-5.3-codex", "variant": "xhigh" },
"deep": { "model": "openai/gpt-5.3-codex", "variant": "medium" },
"artistry": { "model": "google/gemini-3.1-pro-preview", "variant": "high" },
"quick": { "model": "anthropic/claude-haiku-4-5" },
"unspecified-low": { "model": "anthropic/claude-sonnet-4-6" },
"unspecified-high": { "model": "anthropic/claude-opus-4-6", "variant": "max" },
"writing": { "model": "bailian-coding-plan/kimi-k2.5" }
},
"git_master": {