Skip to content

Commit d95de20

Browse files
Update max tokens for Qwen3-Coder-480B-A35B-Instruct on Google Vertex AI
1 parent 4c5d79e commit d95de20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/types/src/providers/vertex.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,7 @@ export const vertexModels = {
295295
description: "Meta Llama 4 Maverick 17B Instruct model, 128K context.",
296296
},
297297
"qwen/qwen3-coder-480b-a35b-instruct-maas": {
298-
maxTokens: 65_536,
298+
maxTokens: 32_768,
299299
contextWindow: 262_144,
300300
supportsImages: false,
301301
supportsPromptCache: false,

0 commit comments

Comments
 (0)