Set Vertex maxTokens to 64000

This commit is contained in:
Matt Rubens 2025-03-03 16:03:22 -05:00 committed by GitHub
parent 939e4fc21e
commit af06af136c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -477,7 +477,7 @@ export const vertexModels = {
outputPrice: 5,
},
"claude-3-7-sonnet@20250219:thinking": {
maxTokens: 128_000,
maxTokens: 64_000,
contextWindow: 200_000,
supportsImages: true,
supportsComputerUse: true,