mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-10 22:41:41 +00:00
fix(cost-map): add us-south1 to vertex qwen3-235b-a22b-instruct-2507-maas
This commit is contained in:
parent
072d4108c3
commit
b987bc5c2a
2 changed files with 4 additions and 2 deletions
|
|
@ -31944,7 +31944,8 @@
|
|||
"output_cost_per_token": 1e-06,
|
||||
"source": "https://cloud.google.com/vertex-ai/generative-ai/pricing",
|
||||
"supported_regions": [
|
||||
"global"
|
||||
"global",
|
||||
"us-south1"
|
||||
],
|
||||
"supports_function_calling": true,
|
||||
"supports_tool_choice": true
|
||||
|
|
|
|||
|
|
@ -31929,7 +31929,8 @@
|
|||
"output_cost_per_token": 1e-06,
|
||||
"source": "https://cloud.google.com/vertex-ai/generative-ai/pricing",
|
||||
"supported_regions": [
|
||||
"global"
|
||||
"global",
|
||||
"us-south1"
|
||||
],
|
||||
"supports_function_calling": true,
|
||||
"supports_tool_choice": true
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue