Skip to content

feat: upgrade MiniMax default model to M3#2135

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

feat: upgrade MiniMax default model to M3#2135
octo-patch wants to merge 1 commit into
danielmiessler:mainfrom
octo-patch:feature/upgrade-minimax-m3

Conversation

@octo-patch
Copy link
Copy Markdown
Contributor

What this Pull Request (PR) does

Adds the MiniMax-M3 flagship model to the static MiniMax model list and promotes it to the default selection. Older, now-superseded variants are removed from the list, while M2.7 and M2.7-highspeed are kept as alternatives for backward compatibility.

Changes

  • internal/plugins/ai/openai_compatible/providers_config.go:
    • Add MiniMax-M3 at the top of the static:minimax model list so it becomes the default selection
    • Retain MiniMax-M2.7 and MiniMax-M2.7-highspeed as alternatives
    • Remove deprecated MiniMax-M2.5, MiniMax-M2.5-highspeed, MiniMax-M2.5-lightning, MiniMax-M2, MiniMax-M2.1, MiniMax-M2.1-lightning entries

Why

MiniMax-M3 is the new flagship MiniMax model. Placing it first in the static model list makes it the default selection for users while keeping the recent M2.7 variants 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/... passes
  • go test ./internal/plugins/ai/openai_compatible/... passes
  • Change is additive at the top + pruning of deprecated entries; provider map, base URL, and OpenAI-compatible client behavior are unchanged

Screenshots

N/A — text-only config change.

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