feat: add Claude Haiku 4.5 to model selector (#20)

Co-authored-by: Letta <noreply@letta.com>
This commit is contained in:
Cameron
2025-10-28 15:39:21 -07:00
committed by GitHub
parent 12a04567c2
commit 53fd09a217

View File

@@ -14,6 +14,13 @@
"description": "Anthropic's smartest (and slowest) model",
"updateArgs": { "contextWindow": 200000 }
},
{
"id": "haiku",
"handle": "anthropic/claude-haiku-4-5-20251001",
"label": "Claude Haiku 4.5",
"description": "Anthropic's fastest model",
"updateArgs": { "contextWindow": 200000 }
},
{
"id": "gpt-5-codex",
"handle": "openai/gpt-5-codex",