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 相容 |
| 基底 URL | https://api.cerebras.ai/v1 |
入門
非互動式設定
內建目錄
OpenClaw 為公開的 OpenAI 相容端點隨附靜態 Cerebras 目錄:| 模型參照 | 名稱 | 備註 |
|---|---|---|
cerebras/zai-glm-4.7 | Z.ai GLM 4.7 | 預設模型;預覽推理模型 |
cerebras/gpt-oss-120b | GPT OSS 120B | 生產環境推理模型 |
cerebras/qwen-3-235b-a22b-instruct-2507 | Qwen 3 235B Instruct | 預覽非推理模型 |
cerebras/llama3.1-8b | Llama 3.1 8B | 生產環境速度導向模型 |
手動設定
內建 Plugin 通常表示你只需要 API 金鑰。當你想覆寫模型中繼資料時,請使用明確的models.providers.cerebras 設定:
如果 Gateway 以守護程式(launchd/systemd)執行,請確保
CEREBRAS_API_KEY
可供該程序使用,例如放在 ~/.openclaw/.env 中,或透過
env.shellEnv。