Skip to content

Commit 0d140cd

Browse files
committed
add cost tracking for vertex_ai/qwen/qwen3-235b-a22b-instruct-2507-maa
1 parent 3649652 commit 0d140cd

File tree

2 files changed

+48
-0
lines changed

2 files changed

+48
-0
lines changed

litellm/model_prices_and_context_window_backup.json

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9723,6 +9723,30 @@
97239723
"supports_tool_choice": true,
97249724
"supports_prompt_caching": true
97259725
},
9726+
"vertex_ai/qwen/qwen3-coder-480b-a35b-instruct-maas": {
9727+
"max_tokens": 32768,
9728+
"max_input_tokens": 262144,
9729+
"max_output_tokens": 32768,
9730+
"input_cost_per_token": 1e-06,
9731+
"output_cost_per_token": 4e-06,
9732+
"litellm_provider": "vertex_ai-qwen_models",
9733+
"mode": "chat",
9734+
"source": "https://cloud.google.com/vertex-ai/generative-ai/pricing",
9735+
"supports_function_calling": true,
9736+
"supports_tool_choice": true
9737+
},
9738+
"vertex_ai/qwen/qwen3-235b-a22b-instruct-2507-maas": {
9739+
"max_tokens": 16384,
9740+
"max_input_tokens": 262144,
9741+
"max_output_tokens": 16384,
9742+
"input_cost_per_token": 0.25e-06,
9743+
"output_cost_per_token": 1e-06,
9744+
"litellm_provider": "vertex_ai-qwen_models",
9745+
"mode": "chat",
9746+
"source": "https://cloud.google.com/vertex-ai/generative-ai/pricing",
9747+
"supports_function_calling": true,
9748+
"supports_tool_choice": true
9749+
},
97269750
"vertex_ai/meta/llama3-405b-instruct-maas": {
97279751
"max_tokens": 32000,
97289752
"max_input_tokens": 32000,

model_prices_and_context_window.json

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9723,6 +9723,30 @@
97239723
"supports_tool_choice": true,
97249724
"supports_prompt_caching": true
97259725
},
9726+
"vertex_ai/qwen/qwen3-coder-480b-a35b-instruct-maas": {
9727+
"max_tokens": 32768,
9728+
"max_input_tokens": 262144,
9729+
"max_output_tokens": 32768,
9730+
"input_cost_per_token": 1e-06,
9731+
"output_cost_per_token": 4e-06,
9732+
"litellm_provider": "vertex_ai-qwen_models",
9733+
"mode": "chat",
9734+
"source": "https://cloud.google.com/vertex-ai/generative-ai/pricing",
9735+
"supports_function_calling": true,
9736+
"supports_tool_choice": true
9737+
},
9738+
"vertex_ai/qwen/qwen3-235b-a22b-instruct-2507-maas": {
9739+
"max_tokens": 16384,
9740+
"max_input_tokens": 262144,
9741+
"max_output_tokens": 16384,
9742+
"input_cost_per_token": 0.25e-06,
9743+
"output_cost_per_token": 1e-06,
9744+
"litellm_provider": "vertex_ai-qwen_models",
9745+
"mode": "chat",
9746+
"source": "https://cloud.google.com/vertex-ai/generative-ai/pricing",
9747+
"supports_function_calling": true,
9748+
"supports_tool_choice": true
9749+
},
97269750
"vertex_ai/meta/llama3-405b-instruct-maas": {
97279751
"max_tokens": 32000,
97289752
"max_input_tokens": 32000,

0 commit comments

Comments
 (0)