We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b5e7104 + 6f7da26 commit 1635b61Copy full SHA for 1635b61
1 file changed
pkg/modelsdev/store.go
@@ -21,7 +21,7 @@ const (
21
var ModelAliases = map[string]string{
22
"anthropic/claude-sonnet-4-0": "anthropic/claude-sonnet-4-20250514",
23
"anthropic/claude-sonnet-4-5": "anthropic/claude-sonnet-4-5-20250929",
24
- "anthropic/claude-haiku-4-5": "nthropic/claude-haiku-4-5-20251001",
+ "anthropic/claude-haiku-4-5": "anthropic/claude-haiku-4-5-20251001",
25
}
26
27
// Store manages the models.dev data with local caching
0 commit comments