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.
DeepInfra
DeepInfra 提供統一 API,可透過單一端點和 API 金鑰,將請求路由至最受歡迎的開源與前沿模型。它與 OpenAI 相容,因此大多數 OpenAI SDK 只要切換基礎 URL 即可運作。取得 API 金鑰
- 前往 https://deepinfra.com/
- 登入或建立帳號
- 前往 Dashboard / Keys,生成新的 API 金鑰,或使用自動建立的金鑰
CLI 設定
設定片段
支援的 OpenClaw 介面
隨附的 Plugin 會註冊所有符合目前 OpenClaw 供應商合約的 DeepInfra 介面:| 介面 | 預設模型 | OpenClaw 設定/工具 |
|---|---|---|
| 聊天/模型供應商 | deepseek-ai/DeepSeek-V3.2 | agents.defaults.model |
| 影像生成/編輯 | black-forest-labs/FLUX-1-schnell | image_generate, agents.defaults.imageGenerationModel |
| 媒體理解 | moonshotai/Kimi-K2.5 for images | 傳入影像理解 |
| 語音轉文字 | openai/whisper-large-v3-turbo | 傳入音訊轉錄 |
| 文字轉語音 | hexgrad/Kokoro-82M | messages.tts.provider: "deepinfra" |
| 影片生成 | Pixverse/Pixverse-T2V | video_generate, agents.defaults.videoGenerationModel |
| 記憶嵌入 | BAAI/bge-m3 | agents.defaults.memorySearch.provider: "deepinfra" |
可用模型
OpenClaw 會在啟動時動態探索可用的 DeepInfra 模型。使用/models deepinfra 查看完整可用模型清單。
任何 DeepInfra.com 上可用的模型,都可以搭配 deepinfra/ 前綴使用:
注意事項
- 模型參照為
deepinfra/<provider>/<model>(例如deepinfra/Qwen/Qwen3-Max)。 - 預設模型:
deepinfra/deepseek-ai/DeepSeek-V3.2 - 基礎 URL:
https://api.deepinfra.com/v1/openai - 原生影片生成使用
https://api.deepinfra.com/v1/inference/<model>。