Files
openclaw-skill/openclaw-knowhow-skill/docs/models/glm.md
Selig 4c966a3ad2 Initial commit: OpenClaw Skill Collection
6 custom skills (assign-task, dispatch-webhook, daily-briefing,
task-capture, qmd-brain, tts-voice) with technical documentation.
Compatible with Claude Code, OpenClaw, Codex CLI, and OpenCode.
2026-03-13 10:58:30 +08:00

29 lines
707 B
Markdown

# GLM Models
## Overview
GLM represents a model family accessible through the Z.AI platform. Within OpenClaw, you access these models via the `zai` provider using identifiers such as `zai/glm-4.7`.
## Setup Instructions
**CLI Configuration:**
```bash
openclaw onboard --auth-choice zai-api-key
```
**Configuration File:**
```json5
{
env: { ZAI_API_KEY: "sk-..." },
agents: { defaults: { model: { primary: "zai/glm-4.7" } } },
}
```
## Key Considerations
- Model versions and availability may change; consult Z.AI documentation for current options
- Supported model identifiers include `glm-4.7` and `glm-4.6`
- Additional provider information is available in the `/providers/zai` documentation