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.
Chutes exposes open-source model catalogs through an OpenAI-compatible API. OpenClaw supports both browser OAuth and direct API-key auth for the bundled
chutes| Property | Value |
|---|---|
| Provider | text chutes |
| API | OpenAI-compatible |
| Base URL | text https://llm.chutes.ai/v1 |
| Auth | OAuth or API key (see below) |
textOpenClaw launches the browser flow locally, or shows a URL + redirect-paste flow on remote/headless hosts. OAuth tokens auto-refresh through OpenClaw auth profiles. </Step> <Step title="Verify the default model"> After onboarding, the default model is set to `chutes/zai-org/GLM-4.7-TEE` and the bundled Chutes catalog is registered. </Step> </Steps>
text<Step title="Run the API key onboarding flow"> ```bash} openclaw onboard --auth-choice chutes-api-key ``` </Step> <Step title="Verify the default model"> After onboarding, the default model is set to `chutes/zai-org/GLM-4.7-TEE` and the bundled Chutes catalog is registered. </Step> </Steps>
When Chutes auth is available, OpenClaw queries the Chutes catalog with that credential and uses the discovered models. If discovery fails, OpenClaw falls back to a bundled static catalog so onboarding and startup still work.
OpenClaw registers three convenience aliases for the bundled Chutes catalog:
| Alias | Target model |
|---|---|
text chutes-fast | text chutes/zai-org/GLM-4.7-FP8 |
text chutes-pro | text chutes/deepseek-ai/DeepSeek-V3.2-TEE |
text chutes-vision | text chutes/chutesai/Mistral-Small-3.2-24B-Instruct-2506 |
The bundled fallback catalog includes current Chutes refs:
| Model ref |
|---|
text chutes/zai-org/GLM-4.7-TEE |
text chutes/zai-org/GLM-5-TEE |
text chutes/deepseek-ai/DeepSeek-V3.2-TEE |
text chutes/deepseek-ai/DeepSeek-R1-0528-TEE |
text chutes/moonshotai/Kimi-K2.5-TEE |
text chutes/chutesai/Mistral-Small-3.2-24B-Instruct-2506 |
text chutes/Qwen/Qwen3-Coder-Next-TEE |
text chutes/openai/gpt-oss-120b-TEE |
json5{ 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" }, }, }, }, }
© 2024 TaskFlow Mirror
Powered by TaskFlow Sync Engine