feat: upgrade MiniMax default model to M3#39
Open
octo-patch wants to merge 1 commit into
Open
Conversation
Add MiniMax-M3 as the new default model and remove older M2.5 / M2.5-highspeed variants. Keep M2.7 and M2.7-highspeed as legacy fallbacks. Affected files: - install.sh: model menu (1->M3, 2->M2.7, 3->M2.7-highspeed) + ensure_minimax_provider_config catalog (both node and python3 branches) - config-menu.sh: same updates in config_minimax menu and ensure_minimax_provider_config function - examples/config.example.yaml: comment line listing supported MiniMax models
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.
Summary
Upgrade the MiniMax provider default model from M2.5 to the latest MiniMax-M3, in line with MiniMax's currently published flagship. Keep M2.7 and M2.7-highspeed available as legacy options for users that prefer the previous generation; remove M2.5 and M2.5-highspeed from the menus and catalog.
Changes
install.shMiniMax-M3 (推荐)/MiniMax-M2.7/MiniMax-M2.7-highspeed/ 自定义ensure_minimax_provider_configcatalog (both Node and Python branches) registersM3,M2.7,M2.7-highspeedinstead of the old M2.5 pairconfig-menu.shconfig_minimaxandensure_minimax_provider_configexamples/config.example.yamlWhy
MiniMax M3 是当前官方旗舰;继续把 M2.5 作为默认会让新用户拿到老一代效果,并在 OpenClaw 的 provider catalog 里残留过期 model id。M2.7 系列仍保留,做老用户的兼容退路。
Test
bash -n install.sh/bash -n config-menu.sh通过ensure_minimax_provider_config minimax MiniMax-M3 /tmp/out.json(Node 和 Python 两条路径均验证),输出 JSON 内models.providers.minimax.models三个 ID 齐全、agents.defaults.models["minimax/MiniMax-M3"].alias = "Minimax"