feat(openrouter): add openrouter/minimax/minimax-m2.5 pricing#21664
Merged
krrishdholakia merged 2 commits intoBerriAI:mainfrom Feb 21, 2026
Merged
feat(openrouter): add openrouter/minimax/minimax-m2.5 pricing#21664krrishdholakia merged 2 commits intoBerriAI:mainfrom
krrishdholakia merged 2 commits intoBerriAI:mainfrom
Conversation
Add MiniMax M2.5 model via OpenRouter to model pricing config. Pricing from OpenRouter API (2026-02-20): - input: $0.30/M tokens - output: $1.10/M tokens - cache_read: $0.15/M tokens - context: 196,608 tokens - max_output: 65,536 tokens MiniMax M2.5 was added to OpenRouter on 2026-02-12 but was missing from LiteLLM's openrouter model list.
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Contributor
Greptile SummaryThis PR adds the OpenRouter-specific pricing entry for MiniMax M2.5, completing the model addition from PR #21054. The configuration includes correct pricing ($0.30/$1.10 per M tokens for input/output), cache read pricing ($0.15 per M tokens), token limits (196,608 input / 65,536 output), and appropriate capability flags matching OpenRouter's specifications. Both the main config and backup files are updated identically. Confidence Score: 5/5
|
| Filename | Overview |
|---|---|
| model_prices_and_context_window.json | Added openrouter/minimax/minimax-m2.5 model entry with correct pricing and token limits from OpenRouter API |
| litellm/model_prices_and_context_window_backup.json | Backup file updated identically to main config file |
Last reviewed commit: 85bc374
…se to minimax-m2.5 - Add source URL for reviewer verification - supports_vision: false (input_modalities=[text] only per OpenRouter API) - supports_computer_use: false (not in supported_parameters)
This was referenced Feb 20, 2026
Merged
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.
Relevant issues
Closes #21054 follow-up — adds the OpenRouter-specific entry for MiniMax M2.5 which was missing.
What this PR does
Adds
openrouter/minimax/minimax-m2.5to the model pricing configuration.minimax/MiniMax-M2.5(direct provider) was added in #21054, but the OpenRouter routing entryopenrouter/minimax/minimax-m2.5was not included, making the model invisible in LiteLLM UI when browsing OpenRouter models.MiniMax M2.5 was added to OpenRouter on 2026-02-12 (
created: 1770908502).Pricing (from OpenRouter API)
Pre-Submission checklist