-
-
Notifications
You must be signed in to change notification settings - Fork 11.2k
add azure ai grok 4 20 models #25582
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 |
|---|---|---|
|
|
@@ -6377,6 +6377,37 @@ | |
| "supports_tool_choice": true, | ||
| "supports_web_search": true | ||
| }, | ||
| "azure_ai/grok-4-20-reasoning": { | ||
| "input_cost_per_token": 2e-06, | ||
| "litellm_provider": "azure_ai", | ||
| "max_input_tokens": 262144, | ||
| "max_output_tokens": 262144, | ||
| "max_tokens": 262144, | ||
| "mode": "chat", | ||
| "output_cost_per_token": 6e-06, | ||
| "source": "https://ai.azure.com/catalog/models/grok-4-20-reasoning", | ||
| "supports_function_calling": true, | ||
| "supports_reasoning": true, | ||
| "supports_response_schema": true, | ||
|
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.
Every existing |
||
| "supports_tool_choice": true, | ||
| "supports_vision": true, | ||
| "supports_web_search": true | ||
| }, | ||
| "azure_ai/grok-4-20-non-reasoning": { | ||
| "input_cost_per_token": 2e-06, | ||
| "litellm_provider": "azure_ai", | ||
| "max_input_tokens": 262144, | ||
| "max_output_tokens": 262144, | ||
| "max_tokens": 262144, | ||
| "mode": "chat", | ||
| "output_cost_per_token": 6e-06, | ||
| "source": "https://ai.azure.com/catalog/models/grok-4-20-non-reasoning", | ||
| "supports_function_calling": true, | ||
| "supports_response_schema": true, | ||
| "supports_tool_choice": true, | ||
| "supports_vision": true, | ||
| "supports_web_search": true | ||
| }, | ||
| "azure_ai/jais-30b-chat": { | ||
| "input_cost_per_token": 0.0032, | ||
| "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.
The
sourcefor both new entries points tohttps://ai.azure.com/catalog/models/grok-4-20-*, while every otherazure_ai/grok-*entry references an official pricing or blog page (e.g.https://azure.microsoft.com/en-us/pricing/details/ai-foundry-models/grok/). Catalog pages may change structure or become unavailable for models not yet publicly GA, making them a less stable authoritative source for pricing data. Consider linking to the Azure AI Foundry pricing page instead, consistent withazure_ai/grok-4andazure_ai/grok-4-1-fast-*.