feat: Add sonnet 4.5 without reasoning (#64)
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user