From dd3a87f66ac948d2d27a241f09cd93415dc0a512 Mon Sep 17 00:00:00 2001 From: Kevin Lin Date: Tue, 4 Nov 2025 12:04:49 -0800 Subject: [PATCH] feat: Add sonnet 4.5 without reasoning (#64) --- src/models.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/models.json b/src/models.json index fe1963e..2ded614 100644 --- a/src/models.json +++ b/src/models.json @@ -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",