From 28755b98a01e8196dc74a3d1263e2ec59a6f3e1e Mon Sep 17 00:00:00 2001 From: "berriai-litellm-provider-info-sync[bot]" <328147090+berriai-litellm-provider-info-sync[bot]@users.noreply.github.com> Date: Wed, 23 Sep 2026 14:47:01 -0700 Subject: [PATCH] chore(prices): sync Fireworks AI prices: 2 models, 2 new [2 with gaps] (#42590) * chore(prices): sync Fireworks AI prices: 2 models, 2 new [2 with gaps] fireworks_ai/accounts/fireworks/models/deepseek-v4-pro: max_input_tokens, supports_tool_choice, supports_response_schema, supports_function_calling, input_cost_per_token, output_cost_per_token, cache_read_input_token_cost, input_cost_per_token_priority, output_cost_per_token_priority, cache_read_input_token_cost_priority, max_output_tokens, max_tokens, supports_vision, supports_reasoning fireworks_ai/accounts/fireworks/models/minimax-m2p7: max_input_tokens, supports_tool_choice, supports_response_schema, supports_function_calling, input_cost_per_token_priority, output_cost_per_token_priority, cache_read_input_token_cost_priority, max_output_tokens, max_tokens * chore(prices): sync Fireworks AI prices: 2 models, 2 deprecated fireworks_ai/accounts/fireworks/models/deepseek-v4-pro: deprecation_date fireworks_ai/accounts/fireworks/models/minimax-m2p7: deprecation_date Price-Sync: litellm-providers * feat(prices): add fireworks_ai/accounts/fireworks/models/ember-1 Prices, context length and capability flags read from the Fireworks serverless models API on 2026-09-23. Smoke tested with a live completion Co-Authored-By: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> * fix(prices): resolve merge conflict markers left in the cost map merge Co-Authored-By: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> --------- Co-authored-by: berriai-litellm-provider-info-sync[bot] <328147090+berriai-litellm-provider-info-sync[bot]@users.noreply.github.com> Co-authored-by: kerry Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> --- ...odel_prices_and_context_window_backup.json | 49 +++++++++++++++++++ model_prices_and_context_window.json | 49 +++++++++++++++++++ 2 files changed, 98 insertions(+) diff --git a/litellm/model_prices_and_context_window_backup.json b/litellm/model_prices_and_context_window_backup.json index ff4a894b255..2d38306a60d 100644 --- a/litellm/model_prices_and_context_window_backup.json +++ b/litellm/model_prices_and_context_window_backup.json @@ -73775,6 +73775,55 @@ "supports_tool_choice": true, "supports_vision": true }, + "fireworks_ai/accounts/fireworks/models/deepseek-v4-pro": { + "cache_read_input_token_cost": 6e-07, + "cache_read_input_token_cost_priority": 6e-07, + "deprecation_date": "2026-08-27", + "input_cost_per_token": 1.2e-06, + "input_cost_per_token_priority": 1.2e-06, + "litellm_provider": "fireworks_ai", + "max_input_tokens": 1048576, + "max_output_tokens": 131072, + "max_tokens": 131072, + "mode": "chat", + "output_cost_per_token": 1.2e-06, + "output_cost_per_token_priority": 1.2e-06, + "source": "https://api.fireworks.ai/v1/serverless/models", + "supports_function_calling": true, + "supports_reasoning": true, + "supports_response_schema": true, + "supports_tool_choice": true, + "supports_vision": false + }, + "fireworks_ai/accounts/fireworks/models/minimax-m2p7": { + "cache_read_input_token_cost_priority": 6e-07, + "deprecation_date": "2026-08-27", + "input_cost_per_token_priority": 1.2e-06, + "litellm_provider": "fireworks_ai", + "max_input_tokens": 196608, + "max_output_tokens": 196608, + "max_tokens": 196608, + "mode": "chat", + "output_cost_per_token_priority": 1.2e-06, + "source": "https://api.fireworks.ai/v1/serverless/models", + "supports_function_calling": true, + "supports_response_schema": true, + "supports_tool_choice": true + }, + "fireworks_ai/accounts/fireworks/models/ember-1": { + "cache_read_input_token_cost": 3e-07, + "input_cost_per_token": 3e-06, + "litellm_provider": "fireworks_ai", + "max_input_tokens": 1048576, + "mode": "chat", + "output_cost_per_token": 1.5e-05, + "source": "https://api.fireworks.ai/v1/serverless/models", + "supports_function_calling": true, + "supports_reasoning": true, + "supports_response_schema": true, + "supports_tool_choice": true, + "supports_vision": true + }, "openrouter/anthropic/claude-opus-5.5:batch": { "cache_creation_input_token_cost": 2.5e-06, "cache_creation_input_token_cost_above_1hr": 4e-06, diff --git a/model_prices_and_context_window.json b/model_prices_and_context_window.json index ff4a894b255..2d38306a60d 100644 --- a/model_prices_and_context_window.json +++ b/model_prices_and_context_window.json @@ -73775,6 +73775,55 @@ "supports_tool_choice": true, "supports_vision": true }, + "fireworks_ai/accounts/fireworks/models/deepseek-v4-pro": { + "cache_read_input_token_cost": 6e-07, + "cache_read_input_token_cost_priority": 6e-07, + "deprecation_date": "2026-08-27", + "input_cost_per_token": 1.2e-06, + "input_cost_per_token_priority": 1.2e-06, + "litellm_provider": "fireworks_ai", + "max_input_tokens": 1048576, + "max_output_tokens": 131072, + "max_tokens": 131072, + "mode": "chat", + "output_cost_per_token": 1.2e-06, + "output_cost_per_token_priority": 1.2e-06, + "source": "https://api.fireworks.ai/v1/serverless/models", + "supports_function_calling": true, + "supports_reasoning": true, + "supports_response_schema": true, + "supports_tool_choice": true, + "supports_vision": false + }, + "fireworks_ai/accounts/fireworks/models/minimax-m2p7": { + "cache_read_input_token_cost_priority": 6e-07, + "deprecation_date": "2026-08-27", + "input_cost_per_token_priority": 1.2e-06, + "litellm_provider": "fireworks_ai", + "max_input_tokens": 196608, + "max_output_tokens": 196608, + "max_tokens": 196608, + "mode": "chat", + "output_cost_per_token_priority": 1.2e-06, + "source": "https://api.fireworks.ai/v1/serverless/models", + "supports_function_calling": true, + "supports_response_schema": true, + "supports_tool_choice": true + }, + "fireworks_ai/accounts/fireworks/models/ember-1": { + "cache_read_input_token_cost": 3e-07, + "input_cost_per_token": 3e-06, + "litellm_provider": "fireworks_ai", + "max_input_tokens": 1048576, + "mode": "chat", + "output_cost_per_token": 1.5e-05, + "source": "https://api.fireworks.ai/v1/serverless/models", + "supports_function_calling": true, + "supports_reasoning": true, + "supports_response_schema": true, + "supports_tool_choice": true, + "supports_vision": true + }, "openrouter/anthropic/claude-opus-5.5:batch": { "cache_creation_input_token_cost": 2.5e-06, "cache_creation_input_token_cost_above_1hr": 4e-06,