feat: upgrade MiniMax default model to M3#2135
Open
octo-patch wants to merge 1 commit into
Open
Conversation
- Add MiniMax-M3 to the static MiniMax model list as the new default - Retain MiniMax-M2.7 and MiniMax-M2.7-highspeed as available alternatives - Remove deprecated older models (M2.5 / M2.5-highspeed / M2.5-lightning / M2 / M2.1 / M2.1-lightning) from the static list MiniMax-M3 is the new flagship model and becomes the default selection by being placed first in the static model list.
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 Pull Request (PR) does
Adds the
MiniMax-M3flagship model to the static MiniMax model list and promotes it to the default selection. Older, now-superseded variants are removed from the list, whileM2.7andM2.7-highspeedare kept as alternatives for backward compatibility.Changes
internal/plugins/ai/openai_compatible/providers_config.go:MiniMax-M3at the top of thestatic:minimaxmodel list so it becomes the default selectionMiniMax-M2.7andMiniMax-M2.7-highspeedas alternativesMiniMax-M2.5,MiniMax-M2.5-highspeed,MiniMax-M2.5-lightning,MiniMax-M2,MiniMax-M2.1,MiniMax-M2.1-lightningentriesWhy
MiniMax-M3is the new flagship MiniMax model. Placing it first in the static model list makes it the default selection for users while keeping the recentM2.7variants available. The pruned entries are older versions that the provider is moving away from.Related issues
None.
Testing
go build ./internal/plugins/ai/openai_compatible/...passesgo test ./internal/plugins/ai/openai_compatible/...passesScreenshots
N/A — text-only config change.