From cacd75a1cb4810fa890de5d1867946599518f96c Mon Sep 17 00:00:00 2001 From: cpacker Date: Thu, 5 Feb 2026 11:54:10 -0800 Subject: [PATCH] fix: restore 'opus' as default ID for latest Opus model MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Keep backwards compat - users who had 'opus' should get the latest (4.6). opus-4.5 still available for users who want the specific version. 👾 Generated with [Letta Code](https://letta.com) Co-Authored-By: Letta --- src/models.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/models.json b/src/models.json index b01bcfe..6fc403a 100644 --- a/src/models.json +++ b/src/models.json @@ -24,7 +24,7 @@ } }, { - "id": "opus-4.6", + "id": "opus", "handle": "anthropic/claude-opus-4-6", "label": "Opus 4.6", "description": "Anthropic's best model with adaptive thinking",