Skip to content

Commit 4c5d79e

Browse files
Support Qwen3-Coder-480B-A35B-Instruct on Google Vertex AI
1 parent e8deedd commit 4c5d79e

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

packages/types/src/providers/vertex.ts

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -294,6 +294,15 @@ export const vertexModels = {
294294
outputPrice: 1.15,
295295
description: "Meta Llama 4 Maverick 17B Instruct model, 128K context.",
296296
},
297+
"qwen/qwen3-coder-480b-a35b-instruct-maas": {
298+
maxTokens: 65_536,
299+
contextWindow: 262_144,
300+
supportsImages: false,
301+
supportsPromptCache: false,
302+
inputPrice: 1,
303+
outputPrice: 4,
304+
description: "Qwen 3 Coder 480B Instruct",
305+
},
297306
} as const satisfies Record<string, ModelInfo>
298307

299308
export const VERTEX_REGIONS = [
@@ -306,6 +315,7 @@ export const VERTEX_REGIONS = [
306315
{ value: "us-west2", label: "us-west2" },
307316
{ value: "us-west3", label: "us-west3" },
308317
{ value: "us-west4", label: "us-west4" },
318+
{ value: "us-south1", label: "us-south1" },
309319
{ value: "northamerica-northeast1", label: "northamerica-northeast1" },
310320
{ value: "northamerica-northeast2", label: "northamerica-northeast2" },
311321
{ value: "southamerica-east1", label: "southamerica-east1" },

0 commit comments

Comments
 (0)