mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-26 01:12:21 +00:00
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 <kerry@berri.ai> Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
This commit is contained in:
parent
3220397ea2
commit
28755b98a0
2 changed files with 98 additions and 0 deletions
|
|
@ -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,
|
||||
|
|
|
|||
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue