Bedrock Model Updates 2026-03-26 - #24645
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
@greptileai please review |
Greptile SummaryThis PR updates the Bedrock model pricing/metadata maps with three new model additions and one removal. The changes are purely data — no logic code is touched.\n\nWhat changed:\n- Added Confidence Score: 5/5Safe to merge — data-only change, both JSON files are in sync, all new entries follow established conventions. All three new model entries follow the exact same structural patterns as their predecessor models. The removed duplicate vertex_ai entry was genuinely erroneous. The previously flagged missing base entry has been added. No files require special attention.
|
| Filename | Overview |
|---|---|
| model_prices_and_context_window.json | Adds region-specific and base entries for minimax.minimax-m2.5, plus base-only entries for nvidia.nemotron-super-3-120b and zai.glm-5; removes a duplicate vertex_ai/gemini-embedding-2-preview entry with incorrect Gemini API pricing. |
| litellm/model_prices_and_context_window_backup.json | Mirror of model_prices_and_context_window.json — both files are byte-for-byte identical at HEAD. |
Reviews (2): Last reviewed commit: "adding non-regional entry for minimax-2...." | Re-trigger Greptile
|
@greptileai I confirmed that the vertexai pricing is correct in the remaining entry for gemini-embeddings-2-preview. The duplicate entry had erroneous pricing. |
|
Thanks for verifying! The changes look good - new bedrock models added correctly and the duplicate gemini-embeddings-2-preview entry cleaned up. ✅ |
|
Partially duplicate with #24652, but missing some regional endpoints and flex/priority price entries |
* add new bedrock models & remove duplicate vertexai entry * adding non-regional entry for minimax-2.5
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