Skip to content

feat: upgrade MiniMax default model to M3#101

Open
octo-patch wants to merge 3 commits into
kayba-ai:mainfrom
octo-patch:feat/add-minimax-provider
Open

feat: upgrade MiniMax default model to M3#101
octo-patch wants to merge 3 commits into
kayba-ai:mainfrom
octo-patch:feat/add-minimax-provider

Conversation

@octo-patch

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

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 (M2.5/M2.5-highspeed)
  • Update related unit tests and documentation

Why

MiniMax-M3 is the latest flagship model, featuring a 512K context window, up to 128K output, and image input support.

Testing

  • Unit tests updated and passing (3 minimax-specific tests pass)
  • Verified default model selection points to openai/MiniMax-M3

PR Bot added 2 commits March 12, 2026 20:36
Add MiniMax as a recognized LLM provider with OpenAI-compatible API support.
MiniMax M2.5 models offer 204K context windows with competitive pricing.

Changes:
- Register MiniMax in provider model examples and env key mapping
- Add MiniMax detection in provider inference helpers
- Include MiniMax-M2.5 and MiniMax-M2.5-highspeed in model lists
- Add usage examples in LiteLLM integration docs and setup guide
- Add unit tests for MiniMax provider detection
- Add MiniMax-M2.7 and MiniMax-M2.7-highspeed to model list
- Set MiniMax-M2.7 as default model
- Keep all previous models as alternatives
- Update related tests and docs
@octo-patch octo-patch changed the title feat: add MiniMax provider support (M2.5 & M2.5-highspeed) feat: upgrade MiniMax default model to M2.7 Mar 18, 2026
- 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 tests and docs
@octo-patch octo-patch changed the title feat: upgrade MiniMax default model to M2.7 feat: upgrade MiniMax default model to M3 Jun 2, 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