From 97e9502f4a8048d6e21e3e07cda7b35fe5fcf717 Mon Sep 17 00:00:00 2001 From: Teddy Amkie Date: Mon, 25 Aug 2025 18:41:49 -0700 Subject: [PATCH] Add DeepSeek-v3.1 pricing for Fireworks AI provider - Add fireworks_ai/accounts/fireworks/models/deepseek-v3p1 model configuration - Set context window: 128K input, 8K output tokens - Pricing: /bin/zsh.56/1M input tokens, .68/1M output tokens - Supports response schema and tool choice - Based on DeepSeek API unified pricing effective Sept 2025 --- model_prices_and_context_window.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/model_prices_and_context_window.json b/model_prices_and_context_window.json index a29d03f2c6c..14b7055091c 100644 --- a/model_prices_and_context_window.json +++ b/model_prices_and_context_window.json @@ -16674,6 +16674,18 @@ "supports_tool_choice": false, "supports_response_schema": true }, + "fireworks_ai/accounts/fireworks/models/deepseek-v3p1": { + "max_tokens": 8192, + "max_input_tokens": 128000, + "max_output_tokens": 8192, + "input_cost_per_token": 5.6e-07, + "output_cost_per_token": 1.68e-06, + "litellm_provider": "fireworks_ai", + "mode": "chat", + "supports_response_schema": true, + "source": "https://fireworks.ai/pricing", + "supports_tool_choice": true + }, "fireworks_ai/accounts/fireworks/models/kimi-k2-instruct": { "max_tokens": 131072, "max_input_tokens": 131072,