From 7d8a3c7fa832b0e53346bec0c69fc8b2cc31c57d Mon Sep 17 00:00:00 2001 From: Devansh Jain <31609257+devanshrj@users.noreply.github.com> Date: Thu, 5 Feb 2026 10:14:56 -0800 Subject: [PATCH] chore: Add Opus 4.6 (#831) --- src/models.json | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/src/models.json b/src/models.json index 548c416..b01bcfe 100644 --- a/src/models.json +++ b/src/models.json @@ -24,10 +24,22 @@ } }, { - "id": "opus", + "id": "opus-4.6", + "handle": "anthropic/claude-opus-4-6", + "label": "Opus 4.6", + "description": "Anthropic's best model with adaptive thinking", + "isFeatured": true, + "updateArgs": { + "context_window": 200000, + "max_output_tokens": 128000, + "enable_reasoner": true + } + }, + { + "id": "opus-4.5", "handle": "anthropic/claude-opus-4-5-20251101", "label": "Opus 4.5", - "description": "Anthropic's best model", + "description": "Anthropic's (legacy) best model", "isFeatured": true, "updateArgs": { "context_window": 180000,