Skip to content

Commit 44f4a49

Browse files
committed
chore: remove comment
1 parent e47ba5f commit 44f4a49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/types/src/providers/anthropic.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ export const anthropicDefaultModelId: AnthropicModelId = "claude-sonnet-4-202505
88
export const anthropicModels = {
99
"claude-sonnet-4-20250514": {
1010
maxTokens: 64_000, // Overridden to 8k if `enableReasoningEffort` is false.
11-
contextWindow: 1_000_000, // 1 million tokens - 5x increase from 200k
11+
contextWindow: 1_000_000,
1212
supportsImages: true,
1313
supportsComputerUse: true,
1414
supportsPromptCache: true,

0 commit comments

Comments
 (0)