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.
Cerebras provides high-speed OpenAI-compatible inference.
| Property | Value |
|---|---|
| Provider | text cerebras |
| Auth | text CEREBRAS_API_KEY |
| API | OpenAI-compatible |
| Base URL | text https://api.cerebras.ai/v1 |
bashopenclaw onboard --non-interactive \ --mode local \ --auth-choice cerebras-api-key \ --cerebras-api-key "$CEREBRAS_API_KEY"
OpenClaw ships a static Cerebras catalog for the public OpenAI-compatible endpoint:
| Model ref | Name | Notes |
|---|---|---|
text cerebras/zai-glm-4.7 | Z.ai GLM 4.7 | Default model; preview reasoning model |
text cerebras/gpt-oss-120b | GPT OSS 120B | Production reasoning model |
text cerebras/qwen-3-235b-a22b-instruct-2507 | Qwen 3 235B Instruct | Preview non-reasoning model |
text cerebras/llama3.1-8b | Llama 3.1 8B | Production speed-focused model |
The bundled plugin usually means you only need the API key. Use explicit
models.providers.cerebrasjson5{ env: { CEREBRAS_API_KEY: "sk-..." }, agents: { defaults: { model: { primary: "cerebras/zai-glm-4.7" }, }, }, models: { mode: "merge", providers: { cerebras: { baseUrl: "https://api.cerebras.ai/v1", apiKey: "${CEREBRAS_API_KEY}", api: "openai-completions", models: [ { id: "zai-glm-4.7", name: "Z.ai GLM 4.7" }, { id: "gpt-oss-120b", name: "GPT OSS 120B" }, ], }, }, }, }
© 2024 TaskFlow Mirror
Powered by TaskFlow Sync Engine