Merge pull request #23864 from Chesars/fix/deepseek-v3.2-vertex-region

fix(model-prices): correct supported_regions for Vertex AI DeepSeek models
This commit is contained in:
Cesar Garcia
2026-03-17 12:21:46 -03:00
committed by GitHub
+9 -3
View File
@@ -30434,7 +30434,7 @@
"output_cost_per_token": 5.4e-06,
"source": "https://cloud.google.com/vertex-ai/generative-ai/pricing#partner-models",
"supported_regions": [
"us-west2"
"us-central1"
],
"supports_assistant_prefill": true,
"supports_function_calling": true,
@@ -30454,7 +30454,7 @@
"output_cost_per_token_batches": 8.4e-07,
"source": "https://cloud.google.com/vertex-ai/generative-ai/pricing#partner-models",
"supported_regions": [
"us-west2"
"global"
],
"supports_assistant_prefill": true,
"supports_function_calling": true,
@@ -30471,6 +30471,9 @@
"mode": "chat",
"output_cost_per_token": 5.4e-06,
"source": "https://cloud.google.com/vertex-ai/generative-ai/pricing#partner-models",
"supported_regions": [
"us-central1"
],
"supports_assistant_prefill": true,
"supports_function_calling": true,
"supports_prompt_caching": true,
@@ -31095,7 +31098,10 @@
"input_cost_per_token": 3e-07,
"output_cost_per_token": 1.2e-06,
"ocr_cost_per_page": 0.0003,
"source": "https://cloud.google.com/vertex-ai/pricing"
"source": "https://cloud.google.com/vertex-ai/pricing",
"supported_regions": [
"us-central1"
]
},
"vertex_ai/openai/gpt-oss-120b-maas": {
"input_cost_per_token": 1.5e-07,