From 53fd09a217e3b402f37673c53409d953a82950b3 Mon Sep 17 00:00:00 2001 From: Cameron Date: Tue, 28 Oct 2025 15:39:21 -0700 Subject: [PATCH] feat: add Claude Haiku 4.5 to model selector (#20) Co-authored-by: Letta --- src/models.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/models.json b/src/models.json index 55724ba..ffb854f 100644 --- a/src/models.json +++ b/src/models.json @@ -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",