2026-03-09-azure-updates - #23159
Merged
5 commits merged intoMar 10, 2026
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Contributor
Author
|
@greptileai please review |
Contributor
Greptile SummaryThis PR adds five new Azure OpenAI model entries to the LiteLLM cost map in both Key observations:
Confidence Score: 5/5
|
| Filename | Overview |
|---|---|
| model_prices_and_context_window.json | Adds 5 new Azure OpenAI model entries (azure/gpt-5.3-chat, azure/gpt-5.4, azure/gpt-5.4-2026-03-05, azure/gpt-5.4-pro, azure/gpt-5.4-pro-2026-03-05) with all required pricing, context window, capability, and service-tier fields. All previously flagged issues (undated aliases, supports_service_tier, and priority cost fields) have been resolved. Entries are internally consistent. |
| litellm/model_prices_and_context_window_backup.json | Backup JSON kept in sync with the root model_prices_and_context_window.json — identical new entries added; no issues found. |
Flowchart
%%{init: {'theme': 'neutral'}}%%
flowchart TD
A[New Azure Models - This PR] --> B["azure/gpt-5.3-chat\n(undated only)\nmode: chat | 128K ctx\nhas priority pricing\nsupports_service_tier: true"]
A --> C["azure/gpt-5.4\n(undated alias)\nmode: chat | 1050K ctx\nhas priority pricing\nsupports_service_tier: true"]
A --> D["azure/gpt-5.4-2026-03-05\n(dated)\nmode: chat | 1050K ctx\nhas priority pricing\nsupports_service_tier: true"]
A --> E["azure/gpt-5.4-pro\n(undated alias)\nmode: responses | 1050K ctx\nno priority pricing\nno service_tier"]
A --> F["azure/gpt-5.4-pro-2026-03-05\n(dated)\nmode: responses | 1050K ctx\nno priority pricing\nno service_tier"]
C <--> |mirrors| D
E <--> |mirrors| F
B --- G["Pattern: consistent with\nazure/gpt-5.3-codex\n(undated only)"]
C --- H["Pattern: consistent with\nazure/gpt-5.2 + azure/gpt-5.2-2025-12-11\n(undated + dated pair)"]
Last reviewed commit: ed11982
fzowl
pushed a commit
to fzowl/litellm
that referenced
this pull request
Jun 24, 2026
* add new azure gpt models * add versionless azure/gpt-5.4 models * Undated azure/gpt-5.4 alias missing supports_service_tier * indicate service tier support for azure/gpt-5.3-chat * fix priority tier pricing for new azure/gpt models
This pull request was closed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Pre-Submission checklist
Please complete all items before asking a LiteLLM maintainer to review your PR
make test-unit@greptileaiand received a Confidence Score of at least 4/5 before requesting a maintainer reviewCI (LiteLLM team)
Branch creation CI run
Link:
CI run for the last commit
Link:
Merge / cherry-pick CI run
Links:
Type
🆕 New Feature
Changes
Adding new Azure OpenAI models to cost map: