-
-
Notifications
You must be signed in to change notification settings - Fork 11.6k
Add Azure AI Foundry DeepSeek V3.1 and V4 Pro/Flash global pricing to cost map #30134
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -7557,6 +7557,45 @@ | |
| "supports_function_calling": true, | ||
| "supports_tool_choice": true | ||
| }, | ||
| "azure_ai/deepseek-v3.1": { | ||
| "input_cost_per_token": 1.23e-06, | ||
| "litellm_provider": "azure_ai", | ||
| "max_input_tokens": 131072, | ||
| "max_output_tokens": 131072, | ||
| "max_tokens": 131072, | ||
| "mode": "chat", | ||
| "output_cost_per_token": 4.94e-06, | ||
| "source": "https://azure.microsoft.com/en-us/pricing/details/ai-foundry-models/deepseek/", | ||
| "supports_function_calling": true, | ||
| "supports_reasoning": true, | ||
| "supports_tool_choice": true | ||
| }, | ||
|
Comment on lines
+7560
to
+7572
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Note: If this suggestion doesn't match your team's coding style, reply to this and let me know. I'll remember it for next time! |
||
| "azure_ai/deepseek-v4-pro": { | ||
| "input_cost_per_token": 1.74e-06, | ||
| "litellm_provider": "azure_ai", | ||
| "max_input_tokens": 1000000, | ||
| "max_output_tokens": 384000, | ||
| "max_tokens": 384000, | ||
| "mode": "chat", | ||
| "output_cost_per_token": 3.48e-06, | ||
| "source": "https://azure.microsoft.com/en-us/pricing/details/ai-foundry-models/deepseek/", | ||
| "supports_function_calling": true, | ||
| "supports_reasoning": true, | ||
| "supports_tool_choice": true | ||
| }, | ||
| "azure_ai/deepseek-v4-flash": { | ||
| "input_cost_per_token": 1.9e-07, | ||
| "litellm_provider": "azure_ai", | ||
| "max_input_tokens": 1000000, | ||
| "max_output_tokens": 384000, | ||
| "max_tokens": 384000, | ||
|
greptile-apps[bot] marked this conversation as resolved.
|
||
| "mode": "chat", | ||
| "output_cost_per_token": 5.1e-07, | ||
| "source": "https://azure.microsoft.com/en-us/pricing/details/ai-foundry-models/deepseek/", | ||
| "supports_function_calling": true, | ||
| "supports_reasoning": true, | ||
| "supports_tool_choice": true | ||
| }, | ||
| "azure_ai/embed-v-4-0": { | ||
| "input_cost_per_token": 1.2e-07, | ||
| "litellm_provider": "azure_ai", | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
max_output_tokens/max_tokensdiscrepancy in the backup copy — both V4 Pro and V4 Flash show 384,000 but the Azure catalog specifies 128k (131,072) output tokens for each model.