| Property | Value |
|---|---|
| Provider | cerebras |
| Auth | CEREBRAS_API_KEY |
| API | OpenAI-compatible |
| Base URL | https://api.cerebras.ai/v1 |
Getting Started
Get an API key
Create an API key in the Cerebras Cloud Console.
Non-Interactive Setup
Built-In Catalog
OpenClaw ships a static Cerebras catalog for the public OpenAI-compatible endpoint:| Model ref | Name | Notes |
|---|---|---|
cerebras/zai-glm-4.7 | Z.ai GLM 4.7 | Default model; preview reasoning model |
cerebras/gpt-oss-120b | GPT OSS 120B | Production reasoning model |
cerebras/qwen-3-235b-a22b-instruct-2507 | Qwen 3 235B Instruct | Preview non-reasoning model |
cerebras/llama3.1-8b | Llama 3.1 8B | Production speed-focused model |
Manual Config
The bundled plugin usually means you only need the API key. Use explicitmodels.providers.cerebras config when you want to override model metadata:
If the Gateway runs as a daemon (launchd/systemd), make sure
CEREBRAS_API_KEY
is available to that process, for example in ~/.openclaw/.env or through
env.shellEnv.