Compare commits

...
Author SHA1 Message Date
Elephant Lumps 2f4e8abd19 changeset 2025-05-22 10:44:08 -07:00
Elephant Lumps 52f8e77a51 anthropic opus max tokens increased 2025-05-22 10:43:05 -07:00
2 changed files with 6 additions and 1 deletions
+5
View File
@@ -0,0 +1,5 @@
---
"claude-dev": minor
---
Increase max tokens anthropic opus
+1 -1
View File
@@ -152,7 +152,7 @@ export const anthropicModels = {
cacheReadsPrice: 0.3,
},
"claude-opus-4-20250514": {
maxTokens: 4096,
maxTokens: 8192,
contextWindow: 200_000,
supportsImages: true,
supportsPromptCache: true,