Skip to content

Comments

refactor(minimax): update MiniMax model configurations#12910

Merged
kangfenmao merged 2 commits intomainfrom
kangfenmao/update-models-config
Feb 13, 2026
Merged

refactor(minimax): update MiniMax model configurations#12910
kangfenmao merged 2 commits intomainfrom
kangfenmao/update-models-config

Conversation

@kangfenmao
Copy link
Collaborator

What this PR does

Before this PR:

  • MiniMax provider used outdated abab model series (abab6.5s, abab6.5g, abab6.5t, abab5.5s, minimax-text-01)
  • Some models had inconsistent naming

After this PR:

  • Updated to new M2.x series models (MiniMax-M2.5, MiniMax-M2.5-lightning, MiniMax-M2.1, MiniMax-M2.1-lightning, MiniMax-M2, M2-her)
  • Consistent naming and grouping for all models
  • Added M2-her model logo mapping

Why we need it and why it was done in this way

MiniMax has updated their model lineup, and the old abab series models are outdated. This PR updates the default model configurations to reflect the current available models.

The following tradeoffs were made:

  • None

The following alternatives were considered:

  • None

Breaking changes

None. Existing users will have their MiniMax models automatically migrated to the new configuration via migration 198.

Special notes for your reviewer

The migration ensures existing users get the updated model list without losing their provider settings.

Checklist

  • PR: The PR description is expressive enough and will help future contributors
  • Code: Write code that humans can understand and Keep it simple
  • Refactor: You have left the code cleaner than you found it (Boy Scout Rule)
  • Upgrade: Impact of this change on upgrade flows was considered and addressed if required
  • Documentation: Not required for this change

Release note

Updated MiniMax model configurations to use the latest M2.x series models

- Replace old abab models with new M2.x series models
- Add M2-her model and its logo mapping
- Add migration to update existing user configurations
Ensure MiniMax API host URL ends with trailing slash for proper
API compatibility, and update migration 198 to also apply this
fix for existing users.
@kangfenmao kangfenmao merged commit 746a26f into main Feb 13, 2026
7 checks passed
@kangfenmao kangfenmao deleted the kangfenmao/update-models-config branch February 13, 2026 07:08
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.

3 participants