mirror of https://github.com/openclaw/openclaw.git
Switch DEFAULT_MINIMAX_TTS_BASE_URL from api.minimaxi.com (CN) to api.minimax.io (global) so international API keys work out of the box. Add vol and pitch to resolveTalkOverrides for parity with resolveTalkConfig. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| README.md | ||
| api.ts | ||
| image-generation-provider.test.ts | ||
| image-generation-provider.ts | ||
| index.test.ts | ||
| index.ts | ||
| media-understanding-provider.ts | ||
| model-definitions.test.ts | ||
| model-definitions.ts | ||
| oauth.runtime.ts | ||
| oauth.ts | ||
| onboard.test.ts | ||
| onboard.ts | ||
| openclaw.plugin.json | ||
| package.json | ||
| provider-catalog.ts | ||
| provider-models.ts | ||
| speech-provider.test.ts | ||
| speech-provider.ts | ||
| test-api.ts | ||
| tts.ts | ||
README.md
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.