GLM 模型
GLM 是一個模型族(不是公司),可透過 Z.AI 平台使用。在 OpenClaw 中,GLM 模型透過zai 提供者和模型 ID(例如 zai/glm-5)存取。
CLI 設定
設定片段
註記
- GLM 版本和可用性可能變更;檢查 Z.AI 文件以了解最新情況。
- 範例模型 ID 包括
glm-5、glm-4.7和glm-4.6。 - 如需提供者詳情,見 /providers/zai。
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
zai 提供者和模型 ID(例如 zai/glm-5)存取。
openclaw onboard --auth-choice zai-api-key
{
env: { ZAI_API_KEY: "sk-..." },
agents: { defaults: { model: { primary: "zai/glm-5" } } },
}
glm-5、glm-4.7 和 glm-4.6。