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:
Teddy Amkie 2025-08-25 18:41:49 -07:00
parent 6ce1d82970
commit 97e9502f4a

View file

@ -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,