feat(minimax): add minimax-cn-oauth provider for China-region OAuth - #36286
Closed
goingforstudying-ctrl wants to merge 0 commit into
Closed
feat(minimax): add minimax-cn-oauth provider for China-region OAuth#36286goingforstudying-ctrl wants to merge 0 commit into
goingforstudying-ctrl wants to merge 0 commit into
Conversation
goingforstudying-ctrl
force-pushed
the
feat/minimax-cn-oauth
branch
from
June 3, 2026 18:30
ff93834 to
48f135e
Compare
Author
|
Hi, just checking in on this PR. It has been a few days since the last update. Please let me know if there is anything else needed from my side to move this forward. Thanks for your time. |
goingforstudying-ctrl
force-pushed
the
feat/minimax-cn-oauth
branch
22 times, most recently
from
June 11, 2026 04:50
4197dcf to
cc9081a
Compare
goingforstudying-ctrl
force-pushed
the
feat/minimax-cn-oauth
branch
29 times, most recently
from
June 16, 2026 01:14
8ac026f to
3eb9060
Compare
10 tasks
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
Add a separate
minimax-cn-oauthprovider mirroring the existingminimax-oauth, but pointing at China-region endpoints.Fixes #25542
Changes
plugins/model-providers/minimax/init.py
ProviderProfile:minimax_cn_oauthhermes_cli/auth.py
hermes_cli/models.py
Motivation
The _minimax_oauth_login helper already accepts region=cn and swaps China URLs. But no separate minimax-cn-oauth provider was registered, so China users had no OAuth path.
Testing
Checklist