Skip to content

feat: upgrade MiniMax default model to M3#1492

Open
octo-patch wants to merge 2 commits into
sigoden:mainfrom
octo-patch:feature/add-minimax-m27-models
Open

feat: upgrade MiniMax default model to M3#1492
octo-patch wants to merge 2 commits into
sigoden:mainfrom
octo-patch:feature/add-minimax-m27-models

Conversation

@octo-patch
Copy link
Copy Markdown

@octo-patch octo-patch commented Mar 20, 2026

Summary

Upgrade the MiniMax model configuration in this project to make MiniMax-M3 (the latest flagship coding/agentic model) the new default, while retaining M2.7 variants as legacy alternatives.

Changes

  • Add MiniMax-M3 to the model selection list and set as the new default (1M context, 128K max output, multimodal/vision, function calling)
  • Add MiniMax-M2.7 and MiniMax-M2.7-highspeed as legacy alternatives
  • Remove deprecated minimax-m2.5 / minimax-m2.5-highspeed / minimax-m2.1 / minimax-m2.1-highspeed
  • Fix API base URL from api.minimax.chat to api.minimax.io (official endpoint)
  • Update Argcfile.sh test model reference to MiniMax-M3
  • Update documentation links to current API reference

Why

MiniMax-M3 is the new flagship model with a 1M-token context window, 128K max output, native multimodality, and strong agentic/coding performance. Older M2.5 / M2.1 models have been superseded; M2.7 / M2.7-highspeed remain available as legacy alternatives.

Testing

  • models.yaml validated as well-formed YAML
  • Existing CI build coverage exercised by branch updates

PR Bot and others added 2 commits March 20, 2026 11:00
- Add MiniMax-M2.7 and MiniMax-M2.7-highspeed models (204K context, 192K max output)
- Fix API base URL from api.minimax.chat to api.minimax.io (official endpoint)
- Update model reference in Argcfile.sh from MiniMax-Text-01 to MiniMax-M2.7
- Update documentation link to current API reference
- Add MiniMax-M3 (1M context, 128K max output, multimodal) as the new default
- Remove deprecated minimax-m2.5/m2.5-highspeed/m2.1/m2.1-highspeed
- Retain MiniMax-M2.7 and MiniMax-M2.7-highspeed as legacy alternatives
- Update Argcfile.sh test model reference to MiniMax-M3
@octo-patch octo-patch changed the title feat: add MiniMax M2.7 models and fix API base URL feat: upgrade MiniMax default model to M3 Jun 1, 2026
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.

1 participant