Skip to content

feat: upgrade MiniMax default model to M3#30

Open
octo-patch wants to merge 1 commit into
getagentseal:mainfrom
octo-patch:feature/upgrade-minimax-m3
Open

feat: upgrade MiniMax default model to M3#30
octo-patch wants to merge 1 commit into
getagentseal:mainfrom
octo-patch:feature/upgrade-minimax-m3

Conversation

@octo-patch
Copy link
Copy Markdown

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 (MiniMax-M2.5 / MiniMax-M2.5-highspeed) from the setup guide
  • Update related help text and README example

Why

MiniMax-M3 is the latest model, with a 512K context window, up to 128K output, and image input support — a clear upgrade over M2.7 for prompt-injection / extraction testing workloads.

Testing

  • Smoke-tested the connector router (build_agent_fn) still routes MiniMax-M3 to the MiniMax connector and other models (e.g. gpt-4o) to the correct providers
  • All connector imports still work after the change
  • Pure docstring / help-text / README updates: no runtime API changes

- Add MiniMax-M3 to model list and set as default
- Keep MiniMax-M2.7 and MiniMax-M2.7-highspeed
- Remove older models (M2.5/M2.5-highspeed)
- Update related docs and help text
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