chore: 更新代理模型配置并统一 MiniMax 键名

This commit is contained in:
2026-03-04 22:43:12 +08:00
parent 0c95def9f1
commit c893707c94
2 changed files with 9 additions and 9 deletions

View File

@@ -1,16 +1,16 @@
{ {
"$schema": "https://raw.githubusercontent.com/code-yeongyu/oh-my-opencode/master/assets/oh-my-opencode.schema.json", "$schema": "https://raw.githubusercontent.com/code-yeongyu/oh-my-opencode/master/assets/oh-my-opencode.schema.json",
"agents": { "agents": {
"sisyphus": { "model": "anthropic/claude-opus-4-6", "variant": "max" }, "sisyphus": { "model": "anthropic/claude-opus-4-6", "variant": "high" },
"hephaestus": { "model": "openai/gpt-5.3-codex", "variant": "medium" }, "hephaestus": { "model": "openai/gpt-5.3-codex", "variant": "medium" },
"oracle": { "model": "openai/gpt-5.2", "variant": "high" }, "oracle": { "model": "openai/gpt-5.2", "variant": "high" },
"librarian": { "model": "google/gemini-3-flash-preview" }, "librarian": { "model": "litellm/glm-4.7" },
"explore": { "model": "litellm/grok-code-fast-1" }, "explore": { "model": "litellm/minimax-m2.5" },
"multimodal-looker": { "model": "openai/gpt-5.3-codex", "variant": "medium" }, "multimodal-looker": { "model": "openai/gpt-5.3-codex", "variant": "medium" },
"prometheus": { "model": "anthropic/claude-opus-4-6", "variant": "max" }, "prometheus": { "model": "anthropic/claude-opus-4-6", "variant": "high" },
"metis": { "model": "anthropic/claude-opus-4-6", "variant": "max" }, "metis": { "model": "anthropic/claude-opus-4-6", "variant": "high" },
"momus": { "model": "openai/gpt-5.2", "variant": "medium" }, "momus": { "model": "openai/gpt-5.2", "variant": "medium" },
"atlas": { "model": "anthropic/claude-sonnet-4-6" } "atlas": { "model": "litellm/kimi-k2.5" }
}, },
"categories": { "categories": {
"visual-engineering": { "model": "google/gemini-3.1-pro-preview", "variant": "high" }, "visual-engineering": { "model": "google/gemini-3.1-pro-preview", "variant": "high" },
@@ -19,8 +19,8 @@
"artistry": { "model": "google/gemini-3.1-pro-preview", "variant": "high" }, "artistry": { "model": "google/gemini-3.1-pro-preview", "variant": "high" },
"quick": { "model": "anthropic/claude-haiku-4-5" }, "quick": { "model": "anthropic/claude-haiku-4-5" },
"unspecified-low": { "model": "anthropic/claude-sonnet-4-6" }, "unspecified-low": { "model": "anthropic/claude-sonnet-4-6" },
"unspecified-high": { "model": "anthropic/claude-opus-4-6", "variant": "max" }, "unspecified-high": { "model": "anthropic/claude-opus-4-6", "variant": "high" },
"writing": { "model": "google/gemini-3-flash" } "writing": { "model": "litellm/kimi-k2.5" }
}, },
"git_master": { "git_master": {
"commit_footer": false, "commit_footer": false,

View File

@@ -116,7 +116,7 @@
}, },
// MiniMax // MiniMax
"MiniMax-M2.5": { "minimax-m2.5": {
"name": "MiniMax-M2.5", "name": "MiniMax-M2.5",
"reasoning": true, "reasoning": true,
"modalities": { "input": ["text"], "output": ["text"] }, "modalities": { "input": ["text"], "output": ["text"] },