mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-08 22:21:35 +00:00
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
This commit is contained in:
parent
6ce1d82970
commit
97e9502f4a
1 changed files with 12 additions and 0 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue