feat: add MiniMax-M2.7-highspeed provider presets#1936
Open
octo-patch wants to merge 1 commit intofarion1231:mainfrom
Open
feat: add MiniMax-M2.7-highspeed provider presets#1936octo-patch wants to merge 1 commit intofarion1231:mainfrom
octo-patch wants to merge 1 commit intofarion1231:mainfrom
Conversation
Add MiniMax Highspeed (CN) and MiniMax en Highspeed presets for the MiniMax-M2.7-highspeed model — same performance as MiniMax-M2.7 but faster and more agile. Both CN (api.minimaxi.com) and international (api.minimax.io) variants are included. - Add MiniMax Highspeed preset (CN) with api.minimaxi.com - Add MiniMax en Highspeed preset (international) with api.minimax.io - Add unit tests for all four MiniMax presets
farion1231
reviewed
Apr 8, 2026
Owner
farion1231
left a comment
There was a problem hiding this comment.
Thanks for the contribution. However, after comparing all fields, the only difference between MiniMax Highspeed and the existing MiniMax preset is the ANTHROPIC_MODEL string suffix — the endpoint, auth, category, theme, and promotion key are identical. Users can achieve the same result by editing the ANTHROPIC_MODEL field after creating a MiniMax provider. It doesn’t seem like an additional preset is necessary.
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
MiniMax-M2.7-highspeedmodel viaapi.minimaxi.com/anthropicMiniMax-M2.7-highspeedmodel viaapi.minimax.io/anthropicMiniMax-M2.7-highspeeddelivers the same performance as MiniMax-M2.7 but is faster and more agile — useful for latency-sensitive workflows.Changes
src/config/claudeProviderPresets.ts— added two highspeed presets after the existing MiniMax M2.7 presetstests/config/claudeProviderPresets.test.ts— added 12 unit tests for all MiniMax preset variantsTest plan
pnpm test:unit -- tests/config/claudeProviderPresets.test.ts— all 23 tests passAPI documentation: https://platform.minimax.io/docs/api-reference/text-anthropic-api