docs(pricing): add official source links for Azure DeepSeek & Cohere …#20181
Merged
RheagalFire merged 2 commits intoBerriAI:litellm_oss_staging_03_19_2026from Mar 20, 2026
Conversation
…models Added 'source' keys to Azure DeepSeek v3.2(Standard & Speciale) and Cohere Rerank 4.0 (Pro & Fast) entries for pricing verification.
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Contributor
Greptile OverviewGreptile SummaryThis PR enhances documentation by adding official source links for Azure AI model pricing information. The changes add
Confidence Score: 5/5
|
| Filename | Overview |
|---|---|
| model_prices_and_context_window.json | Added source fields linking to official Microsoft announcements for 4 Azure AI models (deepseek-v3.2, deepseek-v3.2-speciale, cohere-rerank-v4.0-pro, cohere-rerank-v4.0-fast) |
Sequence Diagram
sequenceDiagram
participant Dev as Developer
participant JSON as model_prices_and_context_window.json
participant MS as Microsoft Tech Community
Dev->>MS: Find official pricing announcements
MS-->>Dev: Return DeepSeek v3.2 & Cohere Rerank 4.0 details
Dev->>JSON: Add source field to azure_ai/deepseek-v3.2
Dev->>JSON: Add source field to azure_ai/deepseek-v3.2-speciale
Dev->>JSON: Add source field to azure_ai/cohere-rerank-v4.0-pro
Dev->>JSON: Add source field to azure_ai/cohere-rerank-v4.0-fast
Note over JSON: All entries link to official Microsoft announcements
Contributor
Author
|
Note to Reviewers: CI is failing due to the upstream python-multipart dependency issue (requires Python >=3.10, but project is <3.10). I have synced with main, but the fix is not present there yet. This PR only updates "model_prices_and_context_window.json" and is ready for review once the build environment is fixed. |
RheagalFire
approved these changes
Mar 20, 2026
714c1b8
into
BerriAI:litellm_oss_staging_03_19_2026
4 of 8 checks passed
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.
Added pricing, context window details, and official verification sources for missing Azure AI models.
Changes:
azure_ai/deepseek-v3.2(Standard & Speciale)azure_ai/cohere-rerank-v4.0(Pro & Fast)sourcefields to all entries linking to official Microsoft announcements.Verification:
sourcefields of the JSON).Relevant issues
NA
Pre-Submission checklist
Please complete all items before asking a LiteLLM maintainer to review your PR
tests/litellm/directory, Adding at least 1 test is a hard requirement - see details - Verified JSON syntax and pricing manually.make test-unit- JSON only, no logic changes.CI (LiteLLM team)
Branch creation CI run
Link:
CI run for the last commit
Link:
Merge / cherry-pick CI run
Links:
Type
🆕 New Feature
📖 Documentation
Changes