From 9b83d890f4e0d19e3c56d56817eabf53a11bb834 Mon Sep 17 00:00:00 2001 From: Kevin Lin Date: Fri, 6 Feb 2026 11:55:36 -0800 Subject: [PATCH] feat: make Opus 4.6 the featured model instead of Opus 4.5 (#852) Co-authored-by: Letta --- src/models.json | 1 - 1 file changed, 1 deletion(-) diff --git a/src/models.json b/src/models.json index 6fc403a..6436bdc 100644 --- a/src/models.json +++ b/src/models.json @@ -40,7 +40,6 @@ "handle": "anthropic/claude-opus-4-5-20251101", "label": "Opus 4.5", "description": "Anthropic's (legacy) best model", - "isFeatured": true, "updateArgs": { "context_window": 180000, "max_output_tokens": 64000,