Models · family
MiniMax
2 MLX aliases · M2.5 / M2.7 · custom envelope, custom reasoning parser.
MiniMax M-series — Chinese frontier open-weights with a custom tool-call envelope and a custom <think>-style reasoning format. Both handled by our minimax tool parser and minimax reasoning parser.
- family
- MiniMax
- aliases
- 2
- lines
- 1
- install
- rapid-mlx serve <alias>
- OpenAI base URL
- http://localhost:8000/v1
MiniMax M-series · 2 aliases
M2.5 + M2.7. Custom envelopes mean these models do not work cleanly under upstream mlx-lm without rapid-mlx's parsers.
parser: minimax
| alias | hf repo | tool parser | reasoning | flags |
|---|---|---|---|---|
| minimax-m2.5-4bit | lmstudio-community/MiniMax-M2.5-MLX-4bit | minimax | minimax | moe · spec |
| minimax-m2.7-mxfp4 | mlx-community/MiniMax-M2.7-4bit-mxfp4 | minimax | minimax | moe · spec |
Notes & caveats
- M2.7 mxfp4 is the recommended pick if you have 192+ GB unified memory.
- The custom envelopes mean these models do not work cleanly under upstream
mlx-lmwithout rapid-mlx's parsers.