forked from agents/opencode
merge upstream
This commit is contained in:
@@ -7,8 +7,8 @@
|
|||||||
"librarian": { "model": "ai-gateway/minimax-m2.7" },
|
"librarian": { "model": "ai-gateway/minimax-m2.7" },
|
||||||
"explore": { "model": "ai-gateway/minimax-m2.7" },
|
"explore": { "model": "ai-gateway/minimax-m2.7" },
|
||||||
"multimodal-looker": { "model": "openai/gpt-5.4", "variant": "medium" },
|
"multimodal-looker": { "model": "openai/gpt-5.4", "variant": "medium" },
|
||||||
"prometheus": { "model": "anthropic/claude-opus-4-6", "variant": "max" },
|
"prometheus": { "model": "anthropic/claude-opus-4-7", "variant": "max" },
|
||||||
"metis": { "model": "anthropic/claude-opus-4-6", "variant": "max" },
|
"metis": { "model": "anthropic/claude-opus-4-7", "variant": "max" },
|
||||||
"momus": { "model": "openai/gpt-5.4", "variant": "xhigh" },
|
"momus": { "model": "openai/gpt-5.4", "variant": "xhigh" },
|
||||||
"atlas": { "model": "anthropic/claude-sonnet-4-6" },
|
"atlas": { "model": "anthropic/claude-sonnet-4-6" },
|
||||||
"sisyphus-junior": { "model": "anthropic/claude-sonnet-4-6" }
|
"sisyphus-junior": { "model": "anthropic/claude-sonnet-4-6" }
|
||||||
@@ -20,7 +20,7 @@
|
|||||||
"artistry": { "model": "ai-gateway/gemini-3.1-pro-preview", "variant": "high" },
|
"artistry": { "model": "ai-gateway/gemini-3.1-pro-preview", "variant": "high" },
|
||||||
"quick": { "model": "openai/gpt-5.4-mini" },
|
"quick": { "model": "openai/gpt-5.4-mini" },
|
||||||
"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-7", "variant": "max" },
|
||||||
"writing": { "model": "ai-gateway/kimi-k2p5-turbo" }
|
"writing": { "model": "ai-gateway/kimi-k2p5-turbo" }
|
||||||
},
|
},
|
||||||
"experimental": {
|
"experimental": {
|
||||||
|
|||||||
@@ -18,12 +18,6 @@
|
|||||||
"modalities": { "input": ["text", "image", "pdf"], "output": ["text"] },
|
"modalities": { "input": ["text", "image", "pdf"], "output": ["text"] },
|
||||||
"limit": { "context": 1000000, "output": 128000 }
|
"limit": { "context": 1000000, "output": 128000 }
|
||||||
},
|
},
|
||||||
"claude-opus-4-6": {
|
|
||||||
"name": "Claude Opus 4.6",
|
|
||||||
"reasoning": true,
|
|
||||||
"modalities": { "input": ["text", "image", "pdf"], "output": ["text"] },
|
|
||||||
"limit": { "context": 1000000, "output": 128000 }
|
|
||||||
},
|
|
||||||
"claude-sonnet-4-6": {
|
"claude-sonnet-4-6": {
|
||||||
"name": "Claude Sonnet 4.6",
|
"name": "Claude Sonnet 4.6",
|
||||||
"reasoning": true,
|
"reasoning": true,
|
||||||
|
|||||||
Reference in New Issue
Block a user