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 78c1fce commit 9294566Copy full SHA for 9294566
src/config.ts
@@ -85,6 +85,7 @@ export const providerConfigs = {
85
/** https://docs.anthropic.com/en/docs/about-claude/models/overview */
86
models: [
87
{ id: "claude-sonnet-4-5-20250929", displayName: "claude-sonnet-4-5" },
88
+ { id: "claude-haiku-4-5-20251001", displayName: "claude-haiku-4-5" },
89
{ id: "claude-opus-4-1", displayName: "claude-opus-4-1" },
90
{ id: "claude-opus-4-20250514", displayName: "claude-opus-4" },
91
{ id: "claude-sonnet-4-20250514", displayName: "claude-sonnet-4" },
0 commit comments