From be47e51e2ef7dc27096d59e52efe5173ee3b10d9 Mon Sep 17 00:00:00 2001 From: Kevin Lin Date: Tue, 17 Feb 2026 11:10:36 -0800 Subject: [PATCH] feat: add 'sonnet' shortcut for Sonnet 4.6 model (#993) Co-authored-by: Letta --- src/models.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/models.json b/src/models.json index 708a091..2a94d5d 100644 --- a/src/models.json +++ b/src/models.json @@ -1,6 +1,6 @@ [ { - "id": "sonnet-4.6", + "id": "sonnet", "handle": "anthropic/claude-sonnet-4-6", "label": "Sonnet 4.6", "description": "Anthropic's new Sonnet model with adaptive thinking",