mirror of
https://github.com/tiennm99/litellm.git
synced 2026-08-07 02:25:34 +00:00
fix: correct deepseek-v3p2 pricing for Fireworks AI
Updated pricing for fireworks_ai/accounts/fireworks/models/deepseek-v3p2: - input_cost_per_token: 1.2e-06 -> 5.6e-07 ($0.56/1M tokens) - output_cost_per_token: 1.2e-06 -> 1.68e-06 ($1.68/1M tokens) Pricing verified from https://fireworks.ai/models/fireworks/deepseek-v3p2 Fixes #17998 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Opus 4.5
parent
861b103dc0
commit
f5024624d7
@@ -10885,13 +10885,13 @@
|
||||
"supports_tool_choice": true
|
||||
},
|
||||
"fireworks_ai/accounts/fireworks/models/deepseek-v3p2": {
|
||||
"input_cost_per_token": 1.2e-06,
|
||||
"input_cost_per_token": 5.6e-07,
|
||||
"litellm_provider": "fireworks_ai",
|
||||
"max_input_tokens": 163840,
|
||||
"max_output_tokens": 163840,
|
||||
"max_tokens": 163840,
|
||||
"mode": "chat",
|
||||
"output_cost_per_token": 1.2e-06,
|
||||
"output_cost_per_token": 1.68e-06,
|
||||
"source": "https://fireworks.ai/models/fireworks/deepseek-v3p2",
|
||||
"supports_function_calling": true,
|
||||
"supports_reasoning": true,
|
||||
|
||||
@@ -10943,13 +10943,13 @@
|
||||
"supports_tool_choice": true
|
||||
},
|
||||
"fireworks_ai/accounts/fireworks/models/deepseek-v3p2": {
|
||||
"input_cost_per_token": 1.2e-06,
|
||||
"input_cost_per_token": 5.6e-07,
|
||||
"litellm_provider": "fireworks_ai",
|
||||
"max_input_tokens": 163840,
|
||||
"max_output_tokens": 163840,
|
||||
"max_tokens": 163840,
|
||||
"mode": "chat",
|
||||
"output_cost_per_token": 1.2e-06,
|
||||
"output_cost_per_token": 1.68e-06,
|
||||
"source": "https://fireworks.ai/models/fireworks/deepseek-v3p2",
|
||||
"supports_function_calling": true,
|
||||
"supports_reasoning": true,
|
||||
|
||||
Reference in New Issue
Block a user