Skip to content

feat: upgrade MiniMax default model to M3#6167

Open
octo-patch wants to merge 1 commit into
1Panel-dev:v2from
octo-patch:feature/upgrade-minimax-m3
Open

feat: upgrade MiniMax default model to M3#6167
octo-patch wants to merge 1 commit into
1Panel-dev:v2from
octo-patch:feature/upgrade-minimax-m3

Conversation

@octo-patch
Copy link
Copy Markdown
Contributor

Summary

Upgrade MiniMax model configuration to use M3 as the default model.

Changes

  • Add MiniMax-M3 to the model selection list and set as default
  • Keep MiniMax-M2.7 and MiniMax-M2.7-highspeed as alternatives
  • Remove older models (M2.5/M2.5-highspeed)
  • Update M2.7 description to reflect previous generation status

Why

MiniMax-M3 is the latest model, with a 512K context window, 128K max output, and image input support.

Testing

  • Python syntax verified via ast.parse
  • Model list ordering verified: M3 first (default), then M2.7, M2.7-highspeed
  • Older M2.5/M2.5-highspeed models removed

- Add MiniMax-M3 to model list and set as default
- Keep MiniMax-M2.7 and MiniMax-M2.7-highspeed as alternatives
- Remove older models (M2.5/M2.5-highspeed)
- Update M2.7 description to reflect previous generation status
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