From c3bcbcb39bc50a6962e8f856c292b647e18ed9a1 Mon Sep 17 00:00:00 2001 From: Kevin Lin Date: Wed, 18 Feb 2026 11:03:33 -0800 Subject: [PATCH] fix: remove sonnet 4.5 from featured models (#1013) Co-authored-by: Letta --- src/models.json | 1 - 1 file changed, 1 deletion(-) diff --git a/src/models.json b/src/models.json index 950e401..dc2f505 100644 --- a/src/models.json +++ b/src/models.json @@ -81,7 +81,6 @@ "handle": "anthropic/claude-sonnet-4-5-20250929", "label": "Sonnet 4.5", "description": "Previous default Sonnet model", - "isFeatured": true, "updateArgs": { "context_window": 180000, "max_output_tokens": 64000,