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

View File

@@ -1,18 +1,18 @@
---
summary: "GLM model family overview + how to use it in Moltbot"
summary: "GLM model family overview + how to use it in OpenClaw"
read_when:
- You want GLM models in Moltbot
- You want GLM models in OpenClaw
- You need the model naming convention and setup
---
# GLM models
GLM is a **model family** (not a company) available through the Z.AI platform. In Moltbot, GLM
GLM is a **model family** (not a company) available through the Z.AI platform. In OpenClaw, GLM
models are accessed via the `zai` provider and model IDs like `zai/glm-4.7`.
## CLI setup
```bash
moltbot onboard --auth-choice zai-api-key
openclaw onboard --auth-choice zai-api-key
```
## Config snippet