deAPI-ai/ltx2-3-22b-dist-int8
Updated
text-to-image text-to-speech text-to-video image-to-video image-to-text automatic-speech-recognition feature-extraction
Fast, affordable inference for open-source AI models. No GPUs. No setup. One API key.
deAPI provides a unified REST API to run open-source AI models on a decentralized GPU cloud โ thousands of GPUs worldwide, delivering up to 20ร lower costs compared to traditional providers.
We handle GPU orchestration, execution, and scaling so you can focus on building โ not managing infrastructure. Our API covers:
| Capability | Models |
|---|---|
| Text โ Image | FLUX.1 Schnell, FLUX.2 Klein, Z-Image Turbo |
| Text โ Speech | Kokoro, Qwen3 TTS, Chatterbox |
| Text โ Video | LTX Video |
| Image โ Video | LTX Video |
| Video/Audio โ Text | Whisper Large v3 |
| Image โ Text (OCR) | Nanonets OCR |
| Text โ Embedding | BGE-M3 |
| Background Removal | Ben2, RMBG-1.4 |
| Image Editing | Qwen Image Edit, FLUX.2 Klein |
| Music Generation | Ace-Step 1.5 Turbo, Ace-Step 1.5 Base |
curl -X POST https://api.deapi.ai/api/v1/client/txt2img \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"prompt": "a cat in a spacesuit, cinematic lighting",
"model": "ZImageTurbo_INT8",
"width": 1024,
"height": 768,
"guidance": 3.5,
"steps": 4,
"seed": -1
}'
Get your free API key with $5 credits โ deapi.ai/register
deAPI works with your favorite AI tools:
| ๐ Website | deapi.ai |
| ๐ Documentation | docs.deapi.ai |
| ๐ค LLMs.txt | deapi.ai/llms.txt |
| ๐ฎ Playground | deapi.ai/playground |
| ๐ป GitHub | github.com/deapi-ai |
| ๐ฆ X / Twitter | @deAPI_ |
| ๐ Status | status.deapi.ai |
| ๐ฌ Discord | Join community |