feat: sonnet 1M (#1012)

Co-authored-by: Letta <noreply@letta.com>
This commit is contained in:
Kevin Lin
2026-02-18 10:52:41 -08:00
committed by GitHub
parent ab9a814e39
commit 92a2c406e3

View File

@@ -13,6 +13,18 @@
"enable_reasoner": true
}
},
{
"id": "sonnet-1m",
"handle": "anthropic/claude-sonnet-4-6",
"label": "Sonnet 4.6 1M",
"description": "Claude Sonnet 4.6 with 1M token context window (high reasoning)",
"updateArgs": {
"context_window": 1000000,
"max_output_tokens": 128000,
"reasoning_effort": "high",
"enable_reasoner": true
}
},
{
"id": "sonnet-4.6-no-reasoning",
"handle": "anthropic/claude-sonnet-4-6",