Skip to content

feat(wizard): bump MiniMax default to M3#555

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

feat(wizard): bump MiniMax default to M3#555
octo-patch wants to merge 1 commit into
lsdefine:mainfrom
octo-patch:feature/upgrade-minimax-m3

Conversation

@octo-patch
Copy link
Copy Markdown

@octo-patch octo-patch commented Jun 1, 2026

Summary

Update the wizard's MiniMax provider entry to use M3 as the new default model. M3 is the latest MiniMax flagship (512K context, 128K max output, image input supported across both OAI and Anthropic protocols). Keep M2.7 (and M2.7-highspeed) as alternates; drop the older M2.5.

Changes

  • assets/configure_mykey.py: switch the minimax provider name/description/default model from MiniMax-M2.7 to MiniMax-M3; refresh model_choices to [M3, M2.7, M2.7-highspeed] (M3 first/default, drop M2.5).
  • mykey_template.py: align the two commented MiniMax snippets (Anthropic + OAI paths) — switch the example model to MiniMax-M3 and update the supported-models / context-window notes to mention M3 (512K).

Net diff: 11+/11- across two files; no behavioural changes outside the wizard's default value and the model_choices list.

Why

MiniMax-M3 is the latest MiniMax flagship — 512K context, up to 128K output, image input on both OAI-compatible and Anthropic-compatible endpoints — so it should be the wizard's recommended default for new installs. Keeping M2.7 and M2.7-highspeed in model_choices preserves the option to fall back for users who want the previous generation.

Testing

  • assets/configure_mykey.py: imports + the wizard's provider list lookup still works; LLM_PROVIDERS[minimax].template.model == 'MiniMax-M3' and model_choices == ['MiniMax-M3', 'MiniMax-M2.7', 'MiniMax-M2.7-highspeed'].
  • mykey_template.py: file is comment-only configuration examples — manual review.

@octo-patch octo-patch force-pushed the feature/upgrade-minimax-m3 branch from 2236592 to 9e09a40 Compare June 3, 2026 13:06
@octo-patch octo-patch changed the title feat(wizard): bump MiniMax default to M3, drop M2.5 feat(wizard): bump MiniMax default to M3 Jun 3, 2026
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