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 92ac610 commit c677a45Copy full SHA for c677a45
src/shared/api.ts
@@ -96,7 +96,7 @@ export type AnthropicModelId = keyof typeof anthropicModels
96
export const anthropicDefaultModelId: AnthropicModelId = "claude-3-5-sonnet-20241022"
97
export const anthropicModels = {
98
"claude-3-7-sonnet-20250219": {
99
- maxTokens: 128_000,
+ maxTokens: 64_000,
100
contextWindow: 200_000,
101
supportsImages: true,
102
supportsComputerUse: true,
0 commit comments