mirror of
https://github.com/openclaw/openclaw.git
synced 2026-07-10 05:13:57 +00:00
* Preserve provider settings during onboarding updates * fix(onboarding): clear omitted request auth * fix(onboarding): retain canonical provider keys * fix(onboarding): canonicalize provider updates * fix(minimax): preserve models across provider aliases * fix(minimax): preserve secret references during onboarding --------- Co-authored-by: Peter Steinberger <steipete@gmail.com>
MiniMax (OpenClaw plugin)
Bundled MiniMax plugin for both:
- API-key provider setup (
minimax) - Token Plan OAuth setup (
minimax-portal)
Enable
openclaw plugins enable minimax
Restart the Gateway after enabling.
openclaw gateway restart
Authenticate
OAuth:
openclaw models auth login --provider minimax-portal --set-default
API key:
openclaw setup --wizard --auth-choice minimax-global-api
Notes
- MiniMax OAuth uses a user-code login flow.
- OAuth currently targets the Token Plan path.