merge upstream
This commit is contained in:
@@ -1,16 +1,16 @@
|
||||
{
|
||||
"$schema": "https://raw.githubusercontent.com/code-yeongyu/oh-my-opencode/master/assets/oh-my-opencode.schema.json",
|
||||
"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" },
|
||||
"oracle": { "model": "openai/gpt-5.2", "variant": "high" },
|
||||
"librarian": { "model": "google/gemini-3-flash-preview" },
|
||||
"explore": { "model": "litellm/grok-code-fast-1" },
|
||||
"librarian": { "model": "litellm/glm-4.7" },
|
||||
"explore": { "model": "litellm/minimax-m2.5" },
|
||||
"multimodal-looker": { "model": "openai/gpt-5.3-codex", "variant": "medium" },
|
||||
"prometheus": { "model": "anthropic/claude-opus-4-6", "variant": "max" },
|
||||
"metis": { "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": "high" },
|
||||
"momus": { "model": "openai/gpt-5.2", "variant": "medium" },
|
||||
"atlas": { "model": "anthropic/claude-sonnet-4-6" }
|
||||
"atlas": { "model": "litellm/kimi-k2.5" }
|
||||
},
|
||||
"categories": {
|
||||
"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" },
|
||||
"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": "google/gemini-3-flash" }
|
||||
"unspecified-high": { "model": "anthropic/claude-opus-4-6", "variant": "high" },
|
||||
"writing": { "model": "litellm/kimi-k2.5" }
|
||||
},
|
||||
"git_master": {
|
||||
"commit_footer": false,
|
||||
|
||||
@@ -79,7 +79,8 @@
|
||||
}
|
||||
},
|
||||
"litellm": {
|
||||
"npm": "@ai-sdk/openai",
|
||||
"name": "LiteLLM",
|
||||
"npm": "@ai-sdk/openai-compatible",
|
||||
"options": {
|
||||
"baseURL": "{env:LITELLM_BASE_URL}/v1",
|
||||
"apiKey": "{env:LITELLM_API_KEY}"
|
||||
@@ -116,7 +117,7 @@
|
||||
},
|
||||
|
||||
// MiniMax
|
||||
"MiniMax-M2.5": {
|
||||
"minimax-m2.5": {
|
||||
"name": "MiniMax-M2.5",
|
||||
"reasoning": true,
|
||||
"modalities": { "input": ["text"], "output": ["text"] },
|
||||
@@ -130,8 +131,8 @@
|
||||
"modalities": { "input": ["text", "image", "video"], "output": ["text"] },
|
||||
"limit": { "context": 1000000, "output": 65536 }
|
||||
},
|
||||
"qwen3-max-2026-01-23": {
|
||||
"name": "Qwen3 Max 2026-01-23",
|
||||
"qwen3-max": {
|
||||
"name": "Qwen3 Max",
|
||||
"reasoning": false,
|
||||
"modalities": { "input": ["text"], "output": ["text"] },
|
||||
"limit": { "context": 262144, "output": 65536 }
|
||||
|
||||
Reference in New Issue
Block a user