Skip to content

feat: upgrade MiniMax default model to M2.7#388

Open
octo-patch wants to merge 2 commits intonetease-youdao:mainfrom
octo-patch:feature/fix-minimax-provider-config
Open

feat: upgrade MiniMax default model to M2.7#388
octo-patch wants to merge 2 commits intonetease-youdao:mainfrom
octo-patch:feature/fix-minimax-provider-config

Conversation

@octo-patch
Copy link
Copy Markdown

@octo-patch octo-patch commented Mar 12, 2026

Summary

  • Update MiniMax API base URL from api.minimaxi.com to api.minimax.io
  • Add MiniMax-M2.7 and MiniMax-M2.7-highspeed to model selection list
  • Set MiniMax-M2.7 as the new default model (first in list)
  • Keep M2.5 and M2.5-highspeed as available alternatives

Why

MiniMax-M2.7 is the latest flagship model with enhanced reasoning and coding capabilities. The old API domain (api.minimaxi.com) has been superseded by api.minimax.io.

Changes

  • src/renderer/config.ts: Updated base URL and added M2.7 models
  • src/renderer/components/Settings.tsx: Updated switchable default base URLs

Testing

  • TypeScript compilation passes with no errors
  • Model list verified: M2.7 > M2.7-highspeed > M2.5 > M2.5-highspeed

- Change default base URL from api.minimaxi.com (China) to api.minimax.io (overseas)
  for better international accessibility
- Replace deprecated MiniMax-M2.1 model with MiniMax-M2.5-highspeed
- Update Settings.tsx format-specific URL defaults to match
- Add MiniMax-M2.7 and MiniMax-M2.7-highspeed to model list
- Set MiniMax-M2.7 as default (first in list)
- Keep M2.5 and M2.5-highspeed as alternatives
@octo-patch octo-patch changed the title feat: update MiniMax provider default base URL and model list feat: upgrade MiniMax default model to M2.7 Mar 18, 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