Skip to content

feat: add MiniMax M2.7 model support#1568

Open
octo-patch wants to merge 1 commit intoeigent-ai:mainfrom
octo-patch:feat/add-minimax-m2-7-model
Open

feat: add MiniMax M2.7 model support#1568
octo-patch wants to merge 1 commit intoeigent-ai:mainfrom
octo-patch:feat/add-minimax-m2-7-model

Conversation

@octo-patch
Copy link
Copy Markdown

Summary

  • Add minimax_m2_7 to the cloud model options list in Models.tsx
  • Add SelectItem for MiniMax M2.7 in the cloud model selector dropdown
  • Add minimax_m2_7 to the CloudModelType union type in authStore.ts
  • Add minimax_m2_7 to the ModelType enum in server/app/model/user/key.py
  • Add "minimax-m2-7-name" translation key for all 11 supported locales (ar, de, en-us, es, fr, it, ja, ko, ru, zh-Hans, zh-Hant)

Motivation

MiniMax has released the M2.7 model. This PR adds it alongside the existing M2.5 model so users can select and use the latest MiniMax model within Eigent.

Test plan

  • Verify MiniMax M2.7 appears in the cloud model selector dropdown
  • Verify the model name displays correctly across all supported languages
  • Confirm the existing MiniMax M2.5 option is unaffected

Add MiniMax-M2.7 to the list of supported cloud models alongside
the existing MiniMax M2.5 model.

Changes:
- src/pages/Agents/Models.tsx: add minimax_m2_7 to cloudModelOptions
  and SelectItem in cloud model selector
- src/store/authStore.ts: add minimax_m2_7 to CloudModelType union type
- server/app/model/user/key.py: add minimax_m2_7 to ModelType enum
- src/i18n/locales: add minimax-m2-7-name translation for all 11 locales
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