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 1b70f03 commit fe94e4dCopy full SHA for fe94e4d
src/api/providers/anthropic.ts
@@ -37,7 +37,6 @@ export class AnthropicHandler extends BaseProvider implements SingleCompletionHa
37
let { id: modelId, maxTokens, thinking, temperature, virtualId } = this.getModel()
38
39
switch (modelId) {
40
- case "claude-opus-4-20250514":
41
case "claude-sonnet-4-20250514":
42
case "claude-3-7-sonnet-20250219":
43
case "claude-3-5-sonnet-20241022":
0 commit comments