mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-31 02:18:08 +00:00
* fix(minimax): apply request policy to media generation requests * fix(minimax): include image request policy * fix(minimax): apply request policy to follow-up media fetches * fix(minimax): preserve retries for guarded media fetches |
||
|---|---|---|
| .. | ||
| src | ||
| api.ts | ||
| image-generation-provider.test.ts | ||
| image-generation-provider.ts | ||
| index.test.ts | ||
| index.ts | ||
| media-understanding-provider.ts | ||
| minimax.live.test.ts | ||
| model-definitions.test.ts | ||
| model-definitions.ts | ||
| music-generation-provider.test.ts | ||
| music-generation-provider.ts | ||
| oauth.runtime.ts | ||
| oauth.test.ts | ||
| oauth.ts | ||
| onboard.test.ts | ||
| onboard.ts | ||
| openclaw.plugin.json | ||
| package.json | ||
| provider-catalog.ts | ||
| provider-contract-api.ts | ||
| provider-discovery.contract.test.ts | ||
| provider-discovery.ts | ||
| provider-http.test-helpers.ts | ||
| provider-models.ts | ||
| provider-policy-api.ts | ||
| provider-registration.ts | ||
| README.md | ||
| speech-provider.test.ts | ||
| speech-provider.ts | ||
| test-api.ts | ||
| thinking.ts | ||
| tsconfig.json | ||
| tts.test.ts | ||
| tts.ts | ||
| video-generation-provider.test.ts | ||
| video-generation-provider.ts | ||
| web-search-contract-api.ts | ||
| web-search-provider.ts | ||
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.