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.
DeepInfra provides a unified API that routes requests to the most popular open source and frontier models behind a single endpoint and API key. It is OpenAI-compatible, so most OpenAI SDKs work by switching the base URL.
bashopenclaw onboard --deepinfra-api-key <key>
Or set the environment variable:
bashexport DEEPINFRA_API_KEY="<your-deepinfra-api-key>" # pragma: allowlist secret
json5{ env: { DEEPINFRA_API_KEY: "<your-deepinfra-api-key>" }, // pragma: allowlist secret agents: { defaults: { model: { primary: "deepinfra/deepseek-ai/DeepSeek-V3.2" }, }, }, }
The bundled plugin registers all DeepInfra surfaces that match current OpenClaw provider contracts:
| Surface | Default model | OpenClaw config/tool |
|---|---|---|
| Chat / model provider | text deepseek-ai/DeepSeek-V3.2 | text agents.defaults.model |
| Image generation/editing | text black-forest-labs/FLUX-1-schnell | text image_generatetext agents.defaults.imageGenerationModel |
| Media understanding | text moonshotai/Kimi-K2.5 | inbound image understanding |
| Speech-to-text | text openai/whisper-large-v3-turbo | inbound audio transcription |
| Text-to-speech | text hexgrad/Kokoro-82M | text messages.tts.provider: "deepinfra" |
| Video generation | text Pixverse/Pixverse-T2V | text video_generatetext agents.defaults.videoGenerationModel |
| Memory embeddings | text BAAI/bge-m3 | text agents.defaults.memorySearch.provider: "deepinfra" |
DeepInfra also exposes reranking, classification, object-detection, and other native model types. OpenClaw does not currently have first-class provider contracts for those categories, so this plugin does not register them yet.
OpenClaw dynamically discovers available DeepInfra models at startup. Use
/models deepinfraAny model available on DeepInfra.com can be used with the
deepinfra/textdeepinfra/MiniMaxAI/MiniMax-M2.5 deepinfra/deepseek-ai/DeepSeek-V3.2 deepinfra/moonshotai/Kimi-K2.5 deepinfra/zai-org/GLM-5.1 ...and many more
deepinfra/<provider>/<model>deepinfra/Qwen/Qwen3-Maxdeepinfra/deepseek-ai/DeepSeek-V3.2https://api.deepinfra.com/v1/openaihttps://api.deepinfra.com/v1/inference/<model>© 2024 TaskFlow Mirror
Powered by TaskFlow Sync Engine