跳轉到主要內容

Documentation Index

Fetch the complete documentation index at: https://docs.openclaw.ai/llms.txt

Use this file to discover all available pages before exploring further.

Chutes 透過 OpenAI 相容 API 提供開放原始碼模型目錄。OpenClaw 支援綑綁的 chutes 提供者使用瀏覽器 OAuth 與直接 API 金鑰驗證。
屬性
提供者chutes
APIOpenAI 相容
基礎 URLhttps://llm.chutes.ai/v1
驗證OAuth 或 API 金鑰(見下方)

開始使用

1

執行 OAuth 初始設定流程

openclaw onboard --auth-choice chutes
OpenClaw 會在本機啟動瀏覽器流程,或在遠端/無頭主機上顯示 URL + 重新導向貼上流程。OAuth 權杖會透過 OpenClaw 驗證設定檔自動重新整理。
2

驗證預設模型

初始設定完成後,預設模型會設為 chutes/zai-org/GLM-4.7-TEE,並註冊綑綁的 Chutes 目錄。
兩種驗證路徑都會註冊綑綁的 Chutes 目錄,並將預設模型設為 chutes/zai-org/GLM-4.7-TEE。執行階段環境變數:CHUTES_API_KEYCHUTES_OAUTH_TOKEN

探索行為

當 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 流程:
變數用途
CHUTES_CLIENT_ID自訂 OAuth 用戶端 ID
CHUTES_CLIENT_SECRET自訂 OAuth 用戶端密鑰
CHUTES_OAUTH_REDIRECT_URI自訂重新導向 URI
CHUTES_OAUTH_SCOPES自訂 OAuth 範圍
請參閱 Chutes OAuth 文件,了解重新導向應用程式需求與協助。
  • API 金鑰與 OAuth 探索都使用相同的 chutes 提供者 ID。
  • Chutes 模型會註冊為 chutes/<model-id>
  • 如果啟動時探索失敗,會自動使用綑綁的靜態目錄。

相關

模型選擇

提供者規則、模型參照與容錯移轉行為。

設定參考

包含提供者設定的完整設定結構描述。

Chutes

Chutes 控制台與 API 文件。

Chutes API 金鑰

建立與管理 Chutes API 金鑰。