Cerebras 提供高速、兼容 OpenAI 的推理服务。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.
| 属性 | 值 |
|---|---|
| 提供商 | cerebras |
| 认证 | CEREBRAS_API_KEY |
| API | 兼容 OpenAI |
| Base URL | https://api.cerebras.ai/v1 |
入门指南
非交互式设置
内置目录
OpenClaw 为公共的兼容 OpenAI 端点内置了一个静态 Cerebras 目录:| Model ref | 名称 | 备注 |
|---|---|---|
cerebras/zai-glm-4.7 | Z.ai GLM 4.7 | 默认模型;预览版 reasoning 模型 |
cerebras/gpt-oss-120b | GPT OSS 120B | 生产级 reasoning 模型 |
cerebras/qwen-3-235b-a22b-instruct-2507 | Qwen 3 235B Instruct | 预览版非 reasoning 模型 |
cerebras/llama3.1-8b | Llama 3.1 8B | 生产级速度优先模型 |
手动配置
内置插件通常意味着你只需要 API 密钥。若你想覆盖模型元数据,请使用显式的models.providers.cerebras 配置:
如果 Gateway 网关以守护进程方式运行(launchd/systemd),请确保
CEREBRAS_API_KEY
对该进程可用,例如放在 ~/.openclaw/.env 中,或通过
env.shellEnv 提供。