@@ -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
299308export 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