From 685abf687116d146aee2ed2f8571c718401512cc Mon Sep 17 00:00:00 2001 From: Stefan Candra <52424731+stefanc-ai2@users.noreply.github.com> Date: Tue, 15 Jul 2025 20:15:47 -0700 Subject: [PATCH] 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 --- model_prices_and_context_window.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/model_prices_and_context_window.json b/model_prices_and_context_window.json index b7837852372..90fb49b2e74 100644 --- a/model_prices_and_context_window.json +++ b/model_prices_and_context_window.json @@ -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,