Skip to content

Commit cb385e0

Browse files
authored
Fix "azure_ai/grok-4-fast-reasoning" entry in "model_prices_and_context_window.json" (#15204)
* fix: azure_ai/grok-4-fast-non-reasoning * fix pricing
1 parent b4c4776 commit cb385e0

File tree

3 files changed

+12
-14
lines changed

3 files changed

+12
-14
lines changed

docs/my-website/release_notes/v1.77.7-stable/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,8 @@ pip install litellm==1.77.7.rc.1
7575
| Anthropic | `claude-sonnet-4-5-20250929` | 200K | $3.00 | $15.00 | Chat, reasoning, vision, function calling, prompt caching |
7676
| Bedrock | `eu.anthropic.claude-sonnet-4-5-20250929-v1:0` | 200K | $3.00 | $15.00 | Chat, reasoning, vision, function calling, prompt caching |
7777
| Azure AI | `azure_ai/grok-4` | 131K | $5.50 | $27.50 | Chat, reasoning, function calling, web search |
78-
| Azure AI | `azure_ai/grok-4-fast-reasoning` | 131K | $5.80 | $2,900.00 | Chat, reasoning, function calling, web search |
79-
| Azure AI | `azure_ai/grok-4-fast-non-reasoning` | 131K | $5.00 | $2,500.00 | Chat, function calling, web search |
78+
| Azure AI | `azure_ai/grok-4-fast-reasoning` | 131K | $0.43 | $1.73 | Chat, reasoning, function calling, web search |
79+
| Azure AI | `azure_ai/grok-4-fast-non-reasoning` | 131K | $0.43 | $1.73 | Chat, function calling, web search |
8080
| Azure AI | `azure_ai/grok-code-fast-1` | 131K | $3.50 | $17.50 | Chat, function calling, web search |
8181
| Groq | `groq/moonshotai/kimi-k2-instruct-0905` | Context varies | Pricing varies | Pricing varies | Chat, function calling |
8282
| Ollama | Ollama Cloud models | Varies | Free | Free | Self-hosted models via Ollama Cloud |

litellm/model_prices_and_context_window_backup.json

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3324,28 +3324,27 @@
33243324
"supports_web_search": true
33253325
},
33263326
"azure_ai/grok-4-fast-non-reasoning": {
3327-
"input_cost_per_token": 5e-06,
3327+
"input_cost_per_token": 0.43e-06,
3328+
"output_cost_per_token": 1.73e-06,
33283329
"litellm_provider": "azure_ai",
33293330
"max_input_tokens": 131072,
33303331
"max_output_tokens": 131072,
33313332
"max_tokens": 131072,
33323333
"mode": "chat",
3333-
"output_cost_per_token": 2.5e-03,
3334-
"source": "https://azure.microsoft.com/en-us/blog/grok-4-is-now-available-in-azure-ai-foundry-unlock-frontier-intelligence-and-business-ready-capabilities/",
33353334
"supports_function_calling": true,
33363335
"supports_response_schema": true,
33373336
"supports_tool_choice": true,
33383337
"supports_web_search": true
33393338
},
33403339
"azure_ai/grok-4-fast-reasoning": {
3341-
"input_cost_per_token": 5.8e-06,
3340+
"input_cost_per_token": 0.43e-06,
3341+
"output_cost_per_token": 1.73e-06,
33423342
"litellm_provider": "azure_ai",
33433343
"max_input_tokens": 131072,
33443344
"max_output_tokens": 131072,
33453345
"max_tokens": 131072,
33463346
"mode": "chat",
3347-
"output_cost_per_token": 2.9e-03,
3348-
"source": "https://azure.microsoft.com/en-us/blog/grok-4-is-now-available-in-azure-ai-foundry-unlock-frontier-intelligence-and-business-ready-capabilities/",
3347+
"source": "https://techcommunity.microsoft.com/blog/azure-ai-foundry-blog/announcing-the-grok-4-fast-models-from-xai-now-available-in-azure-ai-foundry/4456701",
33493348
"supports_function_calling": true,
33503349
"supports_reasoning": true,
33513350
"supports_response_schema": true,

model_prices_and_context_window.json

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3324,28 +3324,27 @@
33243324
"supports_web_search": true
33253325
},
33263326
"azure_ai/grok-4-fast-non-reasoning": {
3327-
"input_cost_per_token": 5e-06,
3327+
"input_cost_per_token": 0.43e-06,
3328+
"output_cost_per_token": 1.73e-06,
33283329
"litellm_provider": "azure_ai",
33293330
"max_input_tokens": 131072,
33303331
"max_output_tokens": 131072,
33313332
"max_tokens": 131072,
33323333
"mode": "chat",
3333-
"output_cost_per_token": 2.5e-03,
3334-
"source": "https://azure.microsoft.com/en-us/blog/grok-4-is-now-available-in-azure-ai-foundry-unlock-frontier-intelligence-and-business-ready-capabilities/",
33353334
"supports_function_calling": true,
33363335
"supports_response_schema": true,
33373336
"supports_tool_choice": true,
33383337
"supports_web_search": true
33393338
},
33403339
"azure_ai/grok-4-fast-reasoning": {
3341-
"input_cost_per_token": 5.8e-06,
3340+
"input_cost_per_token": 0.43e-06,
3341+
"output_cost_per_token": 1.73e-06,
33423342
"litellm_provider": "azure_ai",
33433343
"max_input_tokens": 131072,
33443344
"max_output_tokens": 131072,
33453345
"max_tokens": 131072,
33463346
"mode": "chat",
3347-
"output_cost_per_token": 2.9e-03,
3348-
"source": "https://azure.microsoft.com/en-us/blog/grok-4-is-now-available-in-azure-ai-foundry-unlock-frontier-intelligence-and-business-ready-capabilities/",
3347+
"source": "https://techcommunity.microsoft.com/blog/azure-ai-foundry-blog/announcing-the-grok-4-fast-models-from-xai-now-available-in-azure-ai-foundry/4456701",
33493348
"supports_function_calling": true,
33503349
"supports_reasoning": true,
33513350
"supports_response_schema": true,

0 commit comments

Comments
 (0)