feat: Add sonnet 4.5 without reasoning (#64)

This commit is contained in:
Kevin Lin
2025-11-04 12:04:49 -08:00
committed by GitHub
parent e615621994
commit dd3a87f66a

View File

@@ -7,6 +7,15 @@
"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
}
},
{
"id": "opus",
"handle": "anthropic/claude-opus-4-1-20250805",