跳转到内容

Chutes

Chutes 通过 OpenAI 兼容的 OpenAI 公开源模型目录。OpenClaw 支持绑定的 chutes 提供商的浏览器 API 和直接 OpenClaw 密钥认证。

属性
提供商chutes
APIOpenAI 兼容
Base URLhttps://llm.chutes.ai/v1
认证OAuth 或 API 密钥(见下文)
  1. 运行 OAuth 新手引导流程

    bash openclaw onboard --auth-choice chutes OpenClaw 在本地启动浏览器流程,或在远程/无头主机上显示 URL + 重定向粘贴流程。OAuth 令牌通过 OpenClaw 认证配置文件自动刷新。

  2. 验证默认模型

    完成新手引导后,默认模型将设置为 chutes/zai-org/GLM-4.7-TEE,并且绑定的 Chutes 目录已注册。

当 Chutes 身份验证可用时,OpenClaw 会使用该凭据查询 Chutes 目录并使用发现的模型。如果发现失败,OpenClaw 会回退到捆绑的静态目录,以便新手引导和启动仍能正常工作。

OpenClaw 为捆绑的 Chutes 目录注册了三个便捷别名:

别名目标模型
chutes-fastchutes/zai-org/GLM-4.7-FP8
chutes-prochutes/deepseek-ai/DeepSeek-V3.2-TEE
chutes-visionchutes/chutesai/Mistral-Small-3.2-24B-Instruct-2506

捆绑的回退目录包括当前的 Chutes 引用:

模型引用
chutes/zai-org/GLM-4.7-TEE
chutes/zai-org/GLM-5-TEE
chutes/deepseek-ai/DeepSeek-V3.2-TEE
chutes/deepseek-ai/DeepSeek-R1-0528-TEE
chutes/moonshotai/Kimi-K2.5-TEE
chutes/chutesai/Mistral-Small-3.2-24B-Instruct-2506
chutes/Qwen/Qwen3-Coder-Next-TEE
chutes/openai/gpt-oss-120b-TEE
{
agents: {
defaults: {
model: { primary: "chutes/zai-org/GLM-4.7-TEE" },
models: {
"chutes/zai-org/GLM-4.7-TEE": { alias: "Chutes GLM 4.7" },
"chutes/deepseek-ai/DeepSeek-V3.2-TEE": { alias: "Chutes DeepSeek V3.2" },
},
},
},
}
OAuth 覆盖

您可以使用可选的环境变量自定义 OAuth 流程:

变量用途
CHUTES_CLIENT_ID自定义 OAuth 客户端 ID
CHUTES_CLIENT_SECRET自定义 OAuth 客户端密钥
CHUTES_OAUTH_REDIRECT_URI自定义重定向 URI
CHUTES_OAUTH_SCOPES自定义 OAuth 作用域

请参阅 Chutes OAuth 文档 了解重定向应用要求和帮助。

Notes
  • API 密钥和 OAuth 发现均使用相同的 chutes 提供商 ID。
  • Chutes 模型注册为 `chutes/

`。 - 如果在启动时发现失败,将自动使用捆绑的静态目录。

模型选择

提供商规则、模型引用和故障转移行为。

Configuration reference

包括提供商设置在内的完整配置架构。

Chutes

Chutes 仪表板和 API 文档。

Chutes API keys

创建和管理 Chutes API 密钥。