Skip to content

feat(aimlapi,openrouter): upgrade MiniMax model to M3#555

Merged
di-sukharev merged 2 commits into
di-sukharev:masterfrom
octo-patch:feature/upgrade-minimax-m3
Jun 4, 2026
Merged

feat(aimlapi,openrouter): upgrade MiniMax model to M3#555
di-sukharev merged 2 commits into
di-sukharev:masterfrom
octo-patch:feature/upgrade-minimax-m3

Conversation

@octo-patch

Copy link
Copy Markdown

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 from MODEL_LIST.

Changes

Provider Before After
aimlapi minimax/m1 minimax/minimax-m3
openrouter minimax/minimax-01 (M2.1) minimax/minimax-m3

MiniMax-Text-01 and abab6.5s-chat (separate, non-M-series models) are kept as-is.

Testing

  • npm test (all 7 unit suites, 42 tests pass)
  • npm run build succeeds; bundles regenerate with the new IDs

The bundled out/cli.cjs is 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 separate build commits.

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
@di-sukharev

Copy link
Copy Markdown
Owner

tests fail https://github.com/di-sukharev/opencommit/actions/runs/26790863835/job/79309050462?pr=555

Screenshot 2026-06-03 at 4 48 20 pm

@octo-patch please run prettier and i will merge 🙏

@octo-patch

Copy link
Copy Markdown
Author

Done — ran prettier and pushed the formatting fix. Should be green now 🙏

@di-sukharev di-sukharev merged commit 05b887b into di-sukharev:master Jun 4, 2026
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants