127 lines
3.4 KiB
JSON
127 lines
3.4 KiB
JSON
[
|
|
{
|
|
"id": "default",
|
|
"handle": "anthropic/claude-sonnet-4-5-20250929",
|
|
"label": "Claude Sonnet 4.5 (default)",
|
|
"description": "The recommended default model (currently Sonnet 4.5)",
|
|
"isDefault": true,
|
|
"updateArgs": { "context_window": 180000 }
|
|
},
|
|
{
|
|
"id": "sonnet-4.5-no-reasoning",
|
|
"handle": "anthropic/claude-sonnet-4-5-20250929",
|
|
"label": "Claude Sonnet 4.5 (no reasoning)",
|
|
"description": "Sonnet 4.5 with extended thinking/reasoning explicitly disabled",
|
|
"updateArgs": {
|
|
"enable_reasoner": false,
|
|
"context_window": 180000
|
|
}
|
|
},
|
|
{
|
|
"id": "opus",
|
|
"handle": "anthropic/claude-opus-4-1-20250805",
|
|
"label": "Claude Opus 4.1",
|
|
"description": "Anthropic's smartest (and slowest) model",
|
|
"updateArgs": { "context_window": 180000 }
|
|
},
|
|
{
|
|
"id": "haiku",
|
|
"handle": "anthropic/claude-haiku-4-5-20251001",
|
|
"label": "Claude Haiku 4.5",
|
|
"description": "Anthropic's fastest model",
|
|
"updateArgs": { "context_window": 180000 }
|
|
},
|
|
{
|
|
"id": "gpt-5-codex",
|
|
"handle": "openai/gpt-5-codex",
|
|
"label": "GPT-5-Codex",
|
|
"description": "A variant of GPT-5 optimized for agentic coding",
|
|
"updateArgs": {
|
|
"reasoning_effort": "medium",
|
|
"verbosity": "medium",
|
|
"context_window": 272000
|
|
}
|
|
},
|
|
{
|
|
"id": "glm-4.6",
|
|
"handle": "openrouter/z-ai/glm-4.6:exacto",
|
|
"label": "GLM-4.6",
|
|
"description": "The best open weights coding model",
|
|
"updateArgs": {
|
|
"context_window": 200000
|
|
}
|
|
},
|
|
{
|
|
"id": "gpt-5-minimal",
|
|
"handle": "openai/gpt-5",
|
|
"label": "GPT-5 (minimal)",
|
|
"description": "OpenAI's latest model (limited reasoning, fastest GPT-5 option)",
|
|
"updateArgs": {
|
|
"reasoning_effort": "minimal",
|
|
"verbosity": "medium",
|
|
"context_window": 272000
|
|
}
|
|
},
|
|
{
|
|
"id": "gpt-5-low",
|
|
"handle": "openai/gpt-5",
|
|
"label": "GPT-5 (low)",
|
|
"description": "OpenAI's latest model (some reasoning enabled)",
|
|
"updateArgs": {
|
|
"reasoning_effort": "low",
|
|
"verbosity": "medium",
|
|
"context_window": 272000
|
|
}
|
|
},
|
|
{
|
|
"id": "gpt-5-medium",
|
|
"handle": "openai/gpt-5",
|
|
"label": "GPT-5 (medium)",
|
|
"description": "OpenAI's latest model (using their recommended reasoning level)",
|
|
"updateArgs": {
|
|
"reasoning_effort": "medium",
|
|
"verbosity": "medium",
|
|
"context_window": 272000
|
|
}
|
|
},
|
|
{
|
|
"id": "gpt-5-high",
|
|
"handle": "openai/gpt-5",
|
|
"label": "GPT-5 (high)",
|
|
"description": "OpenAI's latest model (maximum reasoning depth)",
|
|
"updateArgs": {
|
|
"reasoning_effort": "high",
|
|
"verbosity": "medium",
|
|
"context_window": 272000
|
|
}
|
|
},
|
|
{
|
|
"id": "gemini-flash",
|
|
"handle": "google_ai/gemini-2.5-flash",
|
|
"label": "Gemini 2.5 Flash",
|
|
"description": "Google's fastest model",
|
|
"updateArgs": { "context_window": 180000 }
|
|
},
|
|
{
|
|
"id": "gemini-pro",
|
|
"handle": "google_ai/gemini-2.5-pro",
|
|
"label": "Gemini 2.5 Pro",
|
|
"description": "Google's smartest model",
|
|
"updateArgs": { "context_window": 180000 }
|
|
},
|
|
{
|
|
"id": "gpt-4.1",
|
|
"handle": "openai/gpt-4.1",
|
|
"label": "GPT-4.1",
|
|
"description": "OpenAI's most recent non-reasoner model",
|
|
"updateArgs": { "context_window": 180000 }
|
|
},
|
|
{
|
|
"id": "o4-mini",
|
|
"handle": "openai/o4-mini",
|
|
"label": "o4-mini",
|
|
"description": "OpenAI's latest o-series reasoning model",
|
|
"updateArgs": { "context_window": 180000 }
|
|
}
|
|
]
|