refactor(minimax): update MiniMax model configurations#12910
Merged
kangfenmao merged 2 commits intomainfrom Feb 13, 2026
Merged
refactor(minimax): update MiniMax model configurations#12910kangfenmao merged 2 commits intomainfrom
kangfenmao merged 2 commits intomainfrom
Conversation
- 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
GeorgeDong32
approved these changes
Feb 13, 2026
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.
DeJeune
approved these changes
Feb 13, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What this PR does
Before this PR:
After this PR:
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:
The following alternatives were considered:
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
Release note