feat: add Sonnet 4.6 default model (#992)

Co-authored-by: Letta <noreply@letta.com>
This commit is contained in:
Kevin Lin
2026-02-17 10:17:38 -08:00
committed by GitHub
parent 522f2c3415
commit 91f49e1e30

View File

@@ -1,10 +1,22 @@
[
{
"id": "sonnet-4.6",
"handle": "anthropic/claude-sonnet-4-6",
"label": "Sonnet 4.6",
"description": "Anthropic's new Sonnet model with adaptive thinking",
"isDefault": true,
"isFeatured": true,
"updateArgs": {
"context_window": 200000,
"max_output_tokens": 128000,
"enable_reasoner": true
}
},
{
"id": "sonnet-4.5",
"handle": "anthropic/claude-sonnet-4-5-20250929",
"label": "Sonnet 4.5",
"description": "The recommended default model",
"isDefault": true,
"description": "Previous default Sonnet model",
"isFeatured": true,
"updateArgs": {
"context_window": 180000,