From 736c85e2c15a9050fb792f6489ed860d38a22ddd Mon Sep 17 00:00:00 2001 From: cpacker Date: Fri, 5 Dec 2025 13:45:51 -0800 Subject: [PATCH] fix: update opus alias to point to opus 4.5 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - opus → claude-opus-4-5-20251101 (latest) - opus-4.1 → claude-opus-4-1-20250805 (previous) 🐾 Generated with [Letta Code](https://letta.com) Co-Authored-By: Letta --- src/models.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/models.json b/src/models.json index cfa0d2c..affaa37 100644 --- a/src/models.json +++ b/src/models.json @@ -20,19 +20,19 @@ }, { "id": "opus", - "handle": "anthropic/claude-opus-4-1-20250805", - "label": "Claude Opus 4.1", - "description": "Anthropic's previous version of Opus", - "updateArgs": { "context_window": 180000 } - }, - { - "id": "opus-4.5", "handle": "anthropic/claude-opus-4-5-20251101", "label": "Claude Opus 4.5", "description": "Anthropic's newest flagship Opus 4.5 model", "isFeatured": true, "updateArgs": { "context_window": 180000 } }, + { + "id": "opus-4.1", + "handle": "anthropic/claude-opus-4-1-20250805", + "label": "Claude Opus 4.1", + "description": "Anthropic's previous version of Opus", + "updateArgs": { "context_window": 180000 } + }, { "id": "haiku", "handle": "anthropic/claude-haiku-4-5-20251001",