Files
openclaw/docs/zh-CN/providers/zai.md
Josh Palmer 5676a6b38d Docs: normalize zh-CN terminology + tone
What: switch to 你/你的 tone; standardize Skills/Gateway网关/local loopback/私信 wording
Why: align zh-CN docs with issue 6995 feedback + idiomatic tech style
Tests: pnpm docs:build
2026-02-02 16:38:25 +01:00

1.1 KiB
Raw Permalink Blame History

read_when, summary, title, x-i18n
read_when summary title x-i18n
你想在 OpenClaw 中使用 Z.AI / GLM 模型
你需要简单的 ZAI_API_KEY 配置
在 OpenClaw 中使用智谱 AIGLM 模型) Z.AI
generated_at model provider source_hash source_path workflow
2026-02-01T21:36:13Z claude-opus-4-5 pi 2c24bbad86cf86c38675a58e22f9e1b494f78a18fdc3051c1be80d2d9a800711 providers/zai.md 15

Z.AI

Z.AI 是 GLM 模型的 API 平台。它为 GLM 提供 REST API并使用 API 密钥进行身份验证。请在 Z.AI 控制台中创建你的 API 密钥。OpenClaw 通过 zai 提供商配合 Z.AI API 密钥使用。

CLI 设置

openclaw onboard --auth-choice zai-api-key
# 或非交互式
openclaw onboard --zai-api-key "$ZAI_API_KEY"

配置片段

{
  env: { ZAI_API_KEY: "sk-..." },
  agents: { defaults: { model: { primary: "zai/glm-4.7" } } },
}

注意事项

  • GLM 模型以 zai/<model> 的形式提供(例如:zai/glm-4.7)。
  • 参阅 /providers/glm 了解模型系列概览。
  • Z.AI 使用 Bearer 认证方式配合你的 API 密钥。