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,