Skip to content

feat: upgrade MiniMax default model to M3#5452

Open
octo-patch wants to merge 6 commits into
chatchat-space:masterfrom
octo-patch:feature/add-minimax-provider
Open

feat: upgrade MiniMax default model to M3#5452
octo-patch wants to merge 6 commits into
chatchat-space:masterfrom
octo-patch:feature/add-minimax-provider

Conversation

@octo-patch

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

Copy link
Copy Markdown

Summary

Upgrade the MiniMax platform configuration in Langchain-Chatchat to use MiniMax-M3 as the default model. MiniMax-M1 / M1-40k / M2.5 are removed; M2.7 and M2.7-highspeed are kept as alternatives.

Changes

  • Promote MiniMax-M3 to the default LLM (first entry in llm_models)
  • Keep MiniMax-M2.7 and MiniMax-M2.7-highspeed as supported alternatives
  • Remove older models: MiniMax-M2.5, MiniMax-M1, MiniMax-M1-40k
  • embo-01 retained as the embedding model
  • Route MiniMax embeddings through OpenAIEmbeddings (API-compatible)

How to use

MODEL_PLATFORMS:
  - platform_name: minimax
    platform_type: minimax
    api_base_url: https://api.minimax.io/v1
    api_key: YOUR_MINIMAX_API_KEY
    llm_models:
      - MiniMax-M3
      - MiniMax-M2.7
      - MiniMax-M2.7-highspeed
    embed_models:
      - embo-01

Why

MiniMax-M3 is the latest generation, with a 512K context window, up to 128K output, and image input support. Dropping the older M1/M2.5 entries keeps the default config focused on currently supported models.

Test plan

  • Python files parse without errors
  • Changes follow existing platform configuration patterns
  • MiniMax API is OpenAI-compatible, so existing ChatOpenAI wrapper works without modification

@dosubot dosubot Bot added the size:S This PR changes 10-29 lines, ignoring generated files. label Mar 14, 2026
PR Bot and others added 2 commits March 18, 2026 22:25
- Add MiniMax-M2.7 and MiniMax-M2.7-highspeed to model list
- Set MiniMax-M2.7 as default model (first in list)
- Keep all previous models as alternatives
- Promote MiniMax-M3 to default (first in the list)
- Keep MiniMax-M2.7 and MiniMax-M2.7-highspeed as alternatives
- Remove older models (M2.5, M1, M1-40k)
@octo-patch octo-patch changed the title feat: add MiniMax as a supported LLM platform 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

size:S This PR changes 10-29 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant