openclaw/extensions/minimax/README.md

38 lines
565 B
Markdown

# MiniMax (OpenClaw plugin)
Bundled MiniMax plugin for both:
- API-key provider setup (`minimax`)
- Coding Plan OAuth setup (`minimax-portal`)
## Enable
```bash
openclaw plugins enable minimax
```
Restart the Gateway after enabling.
```bash
openclaw gateway restart
```
## Authenticate
OAuth:
```bash
openclaw models auth login --provider minimax-portal --set-default
```
API key:
```bash
openclaw setup --wizard --auth-choice minimax-global-api
```
## Notes
- MiniMax OAuth uses a user-code login flow.
- OAuth currently targets the Coding Plan path.