feat(models): add MiniMax-M3 as default and drop M2.5 variants - #753
Open
octo-patch wants to merge 1 commit into
Open
feat(models): add MiniMax-M3 as default and drop M2.5 variants#753octo-patch wants to merge 1 commit into
octo-patch wants to merge 1 commit into
Conversation
Updates the MiniMax provider's default model list to surface the newly released MiniMax-M3 first, keeps MiniMax-M2.7 and MiniMax-M2.7-highspeed for backward compatibility, and removes MiniMax-M2.5 / MiniMax-M2.5-highspeed which are superseded.
✅ Deploy Preview for gleeful-palmier-13a6af ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
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.
变更类型
变更描述
为 MiniMax provider 升级默认模型列表,使其匹配 MiniMax 当前在线的版本:
MiniMax-M3并放在列表首位(MiniMax 现行旗舰,建议作为默认)MiniMax-M2.7与MiniMax-M2.7-highspeed,兼容现有用户MiniMax-M2.5与MiniMax-M2.5-highspeed仅修改
constant/model.js中id: 'minimax'的defaultModels数组,未触动 endpoint、provider 实现或其他 provider 配置。用户已配置过的模型不受影响(页面里仍按用户保存的 model id 工作)。文档更新