Skip to content

feat: upgrade MiniMax default model to M2.7#37

Open
octo-patch wants to merge 1 commit intoGen-Verse:mainfrom
octo-patch:feature/upgrade-minimax-m27
Open

feat: upgrade MiniMax default model to M2.7#37
octo-patch wants to merge 1 commit intoGen-Verse:mainfrom
octo-patch:feature/upgrade-minimax-m27

Conversation

@octo-patch
Copy link
Copy Markdown

Summary

Upgrade MiniMax model configuration to use the latest M2.7 flagship model as default.

Changes

  • Add MiniMax-M2.7 and MiniMax-M2.7-highspeed to the model catalog (placed before existing models)
  • Set MiniMax-M2.7 as the new default model across all configurations:
    • MINIMAX_HOSTED_MODEL_ID constant
    • Synthetic provider default model
    • Auth choice defaults (API, API Lightning, China API)
    • Onboard config defaults
    • Live model filter prefixes
    • Bench script default
  • Update English and Chinese provider documentation
  • Update wizard reference docs and configuration examples
  • Retain all previous models (MiniMax-M2.5, MiniMax-M2.5-highspeed, MiniMax-M2.5-Lightning) as available alternatives
  • Update related unit tests to match new defaults

14 files changed across source, tests, and documentation.

Why

MiniMax-M2.7 is the latest flagship model with enhanced reasoning and coding capabilities, superseding M2.5 as the recommended default.

Testing

  • Unit test expectations updated for new default model IDs
  • All existing model IDs remain in the catalog for backward compatibility
  • No provider logic changes — only model lists and default references updated

- Add MiniMax-M2.7 and MiniMax-M2.7-highspeed to model catalog
- Set MiniMax-M2.7 as default model across all configurations
- Update synthetic provider default to hf:MiniMaxAI/MiniMax-M2.7
- Add M2.7 prefixes to live model filter
- Update onboard auth configs and wizard docs
- Update English and Chinese provider documentation
- Keep all previous models (M2.5, M2.5-highspeed, M2.5-Lightning) as alternatives
- Update related unit tests
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