feat(gateway): add MiniMax compatibility - #658
Closed
octo-patch wants to merge 1 commit into
Closed
Conversation
3 tasks
Collaborator
|
Recreated as #815 on a fresh branch from the new main trunk. The original octo-patch authorship is preserved. |
shixi-li
pushed a commit
to shixi-li/zeroshot
that referenced
this pull request
Jul 29, 2026
## Main-trunk migration Replaces the-open-engine#658 after the trunk cutover. The contributor commit now starts from the new `main`; original authorship is preserved. The only migration resolution retained both the current reasoning-effort tests and the contributor’s new gateway tests. ## Original PR body Reason: add target provider/model to existing provider registry ## Summary Adds MiniMax model compatibility to the bundled gateway configuration. ## Related Issues None. ## Changes Made - Register MiniMax-M3 and MiniMax-M2.7 in the gateway model catalog. - Support selectable compatibility protocols and token limits in gateway requests. - Document global and China endpoint configurations and cover request and configuration behavior with tests. ## Testing - `npm ci` - `npm run check:agent-cli-provider:ci` - `npm run check` - `npm test` ## Checklist - [x] Tests pass (`npm test`) - [x] Documentation updated (if needed) - [x] Follows commit guidelines --------- Co-authored-by: octo-patch <266937838+octo-patch@users.noreply.github.com>
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.
Reason: add target provider/model to existing provider registry
Summary
Adds MiniMax model compatibility to the bundled gateway configuration.
Related Issues
None.
Changes Made
Testing
npm cinpm run check:agent-cli-provider:cinpm run checknpm testChecklist
npm test)