Skip to content

docs: upgrade MiniMax default model to M3#1795

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

docs: upgrade MiniMax default model to M3#1795
octo-patch wants to merge 1 commit into
assafelovic:masterfrom
octo-patch:feature/upgrade-minimax-m3

Conversation

@octo-patch

Copy link
Copy Markdown
Contributor

Summary

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

Changes

  • Add MiniMax-M3 to the documented model list and set as default in env-var examples (FAST_LLM / SMART_LLM / STRATEGIC_LLM)
  • Keep MiniMax-M2.7 and MiniMax-M2.7-highspeed as alternatives
  • Remove older models (MiniMax-M2.5 / MiniMax-M2.5-highspeed)
  • Update the MiniMax section description to reflect M3's capabilities

Why

MiniMax-M3 is the latest model, with a 512K context window, up to 128K output, and image input support. It is a drop-in replacement for the existing OpenAI-compatible client wiring already in place in gpt_researcher/llm_provider/generic/base.py and gpt_researcher/memory/embeddings.py — no code changes are needed since model IDs are passed via env vars.

Testing

  • Doc-only change; existing OpenAI-compatible client code path is unchanged
  • Verified no Python source references the legacy MiniMax-M2.5 / MiniMax-M2.7 model IDs

- 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 documentation
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