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.
707 B
707 B
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:
openclaw onboard --auth-choice zai-api-key
Configuration File:
{
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.7andglm-4.6 - Additional provider information is available in the
/providers/zaidocumentation