feat(aimlapi,openrouter): upgrade MiniMax model to M3#555
Merged
di-sukharev merged 2 commits intoJun 4, 2026
Conversation
MiniMax M3 is the latest flagship model from MiniMax with 1M token context window, frontier coding/agentic performance, and native multimodality. It is now available on both AI/ML API and OpenRouter under the unified ID minimax/minimax-m3. Replace older listings: - aimlapi: minimax/m1 -> minimax/minimax-m3 - openrouter: minimax/minimax-01 (M2.1) -> minimax/minimax-m3
Owner
|
tests fail https://github.com/di-sukharev/opencommit/actions/runs/26790863835/job/79309050462?pr=555
@octo-patch please run prettier and i will merge 🙏 |
Author
|
Done — ran prettier and pushed the formatting fix. Should be green now 🙏 |
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.

Summary
MiniMax M3 is MiniMax's latest flagship model: a 1M-token context, frontier coding/agentic performance, native multimodal. Both AI/ML API and OpenRouter already serve it under the same model ID
minimax/minimax-m3. This PR refreshes the catalog so users can pick it fromMODEL_LIST.Changes
aimlapiminimax/m1minimax/minimax-m3openrouterminimax/minimax-01(M2.1)minimax/minimax-m3MiniMax-Text-01andabab6.5s-chat(separate, non-M-series models) are kept as-is.Testing
npm test(all 7 unit suites, 42 tests pass)npm run buildsucceeds; bundles regenerate with the new IDsThe bundled
out/cli.cjsis intentionally not included in this PR — recent feature PRs (e.g. #528) follow the same pattern of source-only changes, with the maintainer regenerating bundles via separatebuildcommits.