forked from Selig/openclaw-skill
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.
This commit is contained in:
28
openclaw-knowhow-skill/docs/models/glm.md
Normal file
28
openclaw-knowhow-skill/docs/models/glm.md
Normal file
@@ -0,0 +1,28 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user