Add token pricing for Together.ai Llama-4 and DeepSeek models (#12622)

* feat: add token pricing for Together.ai Llama-4 and DeepSeek models

* fix typo
This commit is contained in:
Stefan Candra 2025-07-15 20:15:47 -07:00 committed by GitHub
parent 40ccd2b70f
commit 685abf6871
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -13388,6 +13388,8 @@
"supports_tool_choice": true
},
"together_ai/meta-llama/Llama-4-Maverick-17B-128E-Instruct-FP8": {
"input_cost_per_token": 2.7e-07,
"output_cost_per_token": 8.5e-07,
"litellm_provider": "together_ai",
"supports_function_calling": true,
"supports_parallel_function_calling": true,
@ -13395,6 +13397,8 @@
"supports_tool_choice": true
},
"together_ai/meta-llama/Llama-4-Scout-17B-16E-Instruct": {
"input_cost_per_token": 1.8e-07,
"output_cost_per_token": 5.9e-07,
"litellm_provider": "together_ai",
"supports_function_calling": true,
"supports_parallel_function_calling": true,
@ -13423,6 +13427,17 @@
"supports_tool_choice": true
},
"together_ai/deepseek-ai/DeepSeek-V3": {
"input_cost_per_token": 1.25e-06,
"output_cost_per_token": 1.25e-06,
"litellm_provider": "together_ai",
"supports_function_calling": true,
"supports_parallel_function_calling": true,
"mode": "chat",
"supports_tool_choice": true
},
"together_ai/deepseek-ai/DeepSeek-R1": {
"input_cost_per_token": 3e-06,
"output_cost_per_token": 7e-06,
"litellm_provider": "together_ai",
"supports_function_calling": true,
"supports_parallel_function_calling": true,