Skip to content

Commit 77133a8

Browse files
committed
chore: reduced maxTokens to 8192 in the non-thinking variants
1 parent b66dc19 commit 77133a8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/shared/api.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -595,7 +595,7 @@ export const vertexModels = {
595595
thinking: true,
596596
},
597597
"claude-sonnet-4@20250514": {
598-
maxTokens: 64_000,
598+
maxTokens: 8192,
599599
contextWindow: 200_000,
600600
supportsImages: true,
601601
supportsComputerUse: true,
@@ -619,7 +619,7 @@ export const vertexModels = {
619619
thinking: true,
620620
},
621621
"claude-opus-4@20250514": {
622-
maxTokens: 32_000,
622+
maxTokens: 8192,
623623
contextWindow: 200_000,
624624
supportsImages: true,
625625
supportsComputerUse: true,

0 commit comments

Comments
 (0)