Plugin इंस्टॉल करें
आधिकारिक Plugin इंस्टॉल करें, फिर Gateway रीस्टार्ट करें:API key प्राप्त करना
- https://deepinfra.com/ पर जाएं
- साइन इन करें या खाता बनाएं
- Dashboard / Keys पर जाएं और नई API key जनरेट करें या स्वतः बनाई गई key का उपयोग करें
CLI सेटअप
Config स्निपेट
समर्थित OpenClaw सतहें
Plugin उन सभी DeepInfra सतहों को पंजीकृत करता है जो मौजूदा OpenClaw प्रदाता contracts से मेल खाती हैं। चैट, image generation, और video generation अपने model catalogues को/v1/openai/models?sort_by=openclaw&filter=with_meta से लाइव refresh करते हैं जब DEEPINFRA_API_KEY configured होता है; अन्य सतहें नीचे दिए गए curated static defaults का उपयोग करती हैं।
| सतह | डिफ़ॉल्ट मॉडल | OpenClaw config/tool |
|---|---|---|
| चैट / मॉडल प्रदाता | लाइव catalog से पहला chat-tagged entry (manifest fallback deepseek-ai/DeepSeek-V4-Flash) | agents.defaults.model |
| Image generation/editing | लाइव catalog से पहला image-gen-tagged entry (static fallback black-forest-labs/FLUX-1-schnell) | image_generate, agents.defaults.imageGenerationModel |
| मीडिया समझ | images के लिए moonshotai/Kimi-K2.5 | incoming image समझ |
| Speech-to-text | openai/whisper-large-v3-turbo | incoming audio transcription |
| Text-to-speech | hexgrad/Kokoro-82M | messages.tts.provider: "deepinfra" |
| Video generation | लाइव catalog से पहला video-gen-tagged entry (static fallback Pixverse/Pixverse-T2V) | video_generate, agents.defaults.videoGenerationModel |
| Memory embeddings | BAAI/bge-m3 | agents.defaults.memorySearch.provider: "deepinfra" |
उपलब्ध मॉडल
OpenClaw startup पर उपलब्ध DeepInfra models को dynamic रूप से discover करता है। उपलब्ध models की पूरी सूची देखने के लिए/models deepinfra का उपयोग करें।
DeepInfra.com पर उपलब्ध किसी भी model को deepinfra/ prefix के साथ उपयोग किया जा सकता है:
नोट्स
- Model refs
deepinfra/<provider>/<model>होते हैं (जैसे,deepinfra/Qwen/Qwen3-Max)। - डिफ़ॉल्ट मॉडल:
deepinfra/deepseek-ai/DeepSeek-V4-Flash - Base URL:
https://api.deepinfra.com/v1/openai - Native video generation
https://api.deepinfra.com/v1/inference/<model>का उपयोग करता है।