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",