Caricamento in corso...
Caricamento in corso...
Last synced: Today, 22:00
Technical reference for the OpenClaw framework. Real-time synchronization with the official documentation engine.
Use this file to discover all available pages before exploring further.
Z.AI is the API platform for GLM models. It provides REST APIs for GLM and uses API keys for authentication. Create your API key in the Z.AI console. OpenClaw uses the
zaizaiZAI_API_KEYtext<Steps> <Step title="Run onboarding"> ```bash} openclaw onboard --auth-choice zai-api-key ``` </Step> <Step title="Set a default model"> ```json5} { env: { ZAI_API_KEY: "sk-..." }, agents: { defaults: { model: { primary: "zai/glm-5.1" } } }, } ``` </Step> <Step title="Verify the model is available"> ```bash} openclaw models list --provider zai ``` </Step> </Steps>
text<Steps> <Step title="Pick the right onboarding choice"> ```bash} # Coding Plan Global (recommended for Coding Plan users) openclaw onboard --auth-choice zai-coding-global # Coding Plan CN (China region) openclaw onboard --auth-choice zai-coding-cn # General API openclaw onboard --auth-choice zai-global # General API CN (China region) openclaw onboard --auth-choice zai-cn ``` </Step> <Step title="Set a default model"> ```json5} { env: { ZAI_API_KEY: "sk-..." }, agents: { defaults: { model: { primary: "zai/glm-5.1" } } }, } ``` </Step> <Step title="Verify the model is available"> ```bash} openclaw models list --provider zai ``` </Step> </Steps>
OpenClaw currently seeds the bundled
zai| Model ref | Notes |
|---|---|
text zai/glm-5.1 | Default model |
text zai/glm-5 | |
text zai/glm-5-turbo | |
text zai/glm-5v-turbo | |
text zai/glm-4.7 | |
text zai/glm-4.7-flash | |
text zai/glm-4.7-flashx | |
text zai/glm-4.6 | |
text zai/glm-4.6v | |
text zai/glm-4.5 | |
text zai/glm-4.5-air | |
text zai/glm-4.5-flash | |
text zai/glm-4.5v |
© 2024 TaskFlow Mirror
Powered by TaskFlow Sync Engine