We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ab0854 commit 6b23e2dCopy full SHA for 6b23e2d
internal/registry/model_definitions.go
@@ -8,6 +8,15 @@ import "time"
8
// GetClaudeModels returns the standard Claude model definitions
9
func GetClaudeModels() []*ModelInfo {
10
return []*ModelInfo{
11
+
12
+ {
13
+ ID: "claude-haiku-4-5-20251001",
14
+ Object: "model",
15
+ Created: 1759276800, // 2025-10-01
16
+ OwnedBy: "anthropic",
17
+ Type: "claude",
18
+ DisplayName: "Claude 4.5 Haiku",
19
+ },
20
{
21
ID: "claude-sonnet-4-5-20250929",
22
Object: "model",
0 commit comments