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 e47ba5f commit 44f4a49Copy full SHA for 44f4a49
packages/types/src/providers/anthropic.ts
@@ -8,7 +8,7 @@ export const anthropicDefaultModelId: AnthropicModelId = "claude-sonnet-4-202505
8
export const anthropicModels = {
9
"claude-sonnet-4-20250514": {
10
maxTokens: 64_000, // Overridden to 8k if `enableReasoningEffort` is false.
11
- contextWindow: 1_000_000, // 1 million tokens - 5x increase from 200k
+ contextWindow: 1_000_000,
12
supportsImages: true,
13
supportsComputerUse: true,
14
supportsPromptCache: true,
0 commit comments