chore: Add Opus 4.6 (#831)

This commit is contained in:
Devansh Jain
2026-02-05 10:14:56 -08:00
committed by GitHub
parent 2943e57223
commit 7d8a3c7fa8

View File

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