refactor: rename to openclaw

This commit is contained in:
Peter Steinberger
2026-01-30 03:15:10 +01:00
parent 4583f88626
commit 9a7160786a
2357 changed files with 16688 additions and 16788 deletions
+9 -9
View File
@@ -1,7 +1,7 @@
---
summary: "Use MiniMax M2.1 in Moltbot"
summary: "Use MiniMax M2.1 in OpenClaw"
read_when:
- You want MiniMax models in Moltbot
- You want MiniMax models in OpenClaw
- You need MiniMax setup guidance
---
# MiniMax
@@ -40,7 +40,7 @@ MiniMax highlights these improvements in M2.1:
**Best for:** hosted MiniMax with Anthropic-compatible API.
Configure via CLI:
- Run `moltbot configure`
- Run `openclaw configure`
- Select **Model/auth**
- Choose **MiniMax M2.1**
@@ -100,7 +100,7 @@ Configure via CLI:
We have seen strong results with MiniMax M2.1 on powerful hardware (e.g. a
desktop/server) using LM Studio's local server.
Configure manually via `moltbot.json`:
Configure manually via `openclaw.json`:
```json5
{
@@ -134,11 +134,11 @@ Configure manually via `moltbot.json`:
}
```
## Configure via `moltbot configure`
## Configure via `openclaw configure`
Use the interactive config wizard to set MiniMax without editing JSON:
1) Run `moltbot configure`.
1) Run `openclaw configure`.
2) Select **Model/auth**.
3) Choose **MiniMax M2.1**.
4) Pick your default model when prompted.
@@ -159,7 +159,7 @@ Use the interactive config wizard to set MiniMax without editing JSON:
- Update pricing values in `models.json` if you need exact cost tracking.
- Referral link for MiniMax Coding Plan (10% off): https://platform.minimax.io/subscribe/coding-plan?code=DbXJTRClnb&source=link
- See [/concepts/model-providers](/concepts/model-providers) for provider rules.
- Use `moltbot models list` and `moltbot models set minimax/MiniMax-M2.1` to switch.
- Use `openclaw models list` and `openclaw models set minimax/MiniMax-M2.1` to switch.
## Troubleshooting
@@ -169,7 +169,7 @@ This usually means the **MiniMax provider isnt configured** (no provider entr
and no MiniMax auth profile/env key found). A fix for this detection is in
**2026.1.12** (unreleased at the time of writing). Fix by:
- Upgrading to **2026.1.12** (or run from source `main`), then restarting the gateway.
- Running `moltbot configure` and selecting **MiniMax M2.1**, or
- Running `openclaw configure` and selecting **MiniMax M2.1**, or
- Adding the `models.providers.minimax` block manually, or
- Setting `MINIMAX_API_KEY` (or a MiniMax auth profile) so the provider can be injected.
@@ -179,5 +179,5 @@ Make sure the model id is **casesensitive**:
Then recheck with:
```bash
moltbot models list
openclaw models list
```