forked from agents/opencode
Compare commits
4 Commits
b297f3b713
...
1a25662a90
| Author | SHA1 | Date | |
|---|---|---|---|
| 1a25662a90 | |||
| e441ac80b2 | |||
| fc042a48c5 | |||
| c893707c94 |
@@ -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,
|
||||||
|
|||||||
@@ -79,7 +79,8 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"litellm": {
|
"litellm": {
|
||||||
"npm": "@ai-sdk/openai",
|
"name": "LiteLLM",
|
||||||
|
"npm": "@ai-sdk/openai-compatible",
|
||||||
"options": {
|
"options": {
|
||||||
"baseURL": "{env:LITELLM_BASE_URL}/v1",
|
"baseURL": "{env:LITELLM_BASE_URL}/v1",
|
||||||
"apiKey": "{env:LITELLM_API_KEY}"
|
"apiKey": "{env:LITELLM_API_KEY}"
|
||||||
@@ -116,7 +117,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"] },
|
||||||
@@ -130,8 +131,8 @@
|
|||||||
"modalities": { "input": ["text", "image", "video"], "output": ["text"] },
|
"modalities": { "input": ["text", "image", "video"], "output": ["text"] },
|
||||||
"limit": { "context": 1000000, "output": 65536 }
|
"limit": { "context": 1000000, "output": 65536 }
|
||||||
},
|
},
|
||||||
"qwen3-max-2026-01-23": {
|
"qwen3-max": {
|
||||||
"name": "Qwen3 Max 2026-01-23",
|
"name": "Qwen3 Max",
|
||||||
"reasoning": false,
|
"reasoning": false,
|
||||||
"modalities": { "input": ["text"], "output": ["text"] },
|
"modalities": { "input": ["text"], "output": ["text"] },
|
||||||
"limit": { "context": 262144, "output": 65536 }
|
"limit": { "context": 262144, "output": 65536 }
|
||||||
|
|||||||
Reference in New Issue
Block a user