File size: 3,206 Bytes
f400d2a a2f9155 f400d2a a2f9155 f400d2a a2f9155 f400d2a a2f9155 d82ace1 a2f9155 87529c0 a2f9155 87529c0 a2f9155 d82ace1 a2f9155 d82ace1 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 | ---
title: deAPI
emoji: ๐
colorFrom: blue
colorTo: purple
sdk: static
pinned: true
short_description: One API for open-source AI models. Up to 20ร cheaper.
---
# ๐ deAPI โ One API for Open-Source Generative AI
**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.
---
## ๐๏ธ Built for Developers
- **Zero setup** โ Grab your API key and start building in minutes
- **Usage-based pricing** โ No subscriptions, no credit card required to start
- **Scalable** โ Access dozens of GPUs simultaneously, scale instantly
- **Open-source models** โ Commercial-friendly licenses, no vendor lock-in
- **3 delivery methods** โ Webhooks (recommended), WebSockets (real-time), or polling
## ๐ฏ What We Do
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 |
## โก Quick Start
```bash
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](https://deapi.ai/register)
## ๐ Integrations
deAPI works with your favorite AI tools:
- **MCP Server** โ Native integration with Claude, Cursor, ChatGPT, and Windsurf
- **n8n** โ Automate AI workflows with HTTP Request nodes
- **Claude Code Skills** โ Extend Claude Code with image gen, transcription, TTS, and more
- **Webhooks & WebSockets** โ Real-time result delivery for production apps
## ๐ Resources
| | |
|---|---|
| ๐ **Website** | [deapi.ai](https://deapi.ai) |
| ๐ **Documentation** | [docs.deapi.ai](https://docs.deapi.ai) |
| ๐ค **LLMs.txt** | [deapi.ai/llms.txt](https://deapi.ai/llms.txt) |
| ๐ฎ **Playground** | [deapi.ai/playground](https://deapi.ai/playground/text-to-image) |
| ๐ป **GitHub** | [github.com/deapi-ai](https://github.com/deapi-ai) |
| ๐ฆ **X / Twitter** | [@deAPI_](https://x.com/deAPI_) |
| ๐ **Status** | [status.deapi.ai](https://status.deapi.ai) |
| ๐ฌ **Discord** | [Join community](https://discord.com/invite/UFfK5YRBsr) |
---
**[Get $5 Free Credits โ](https://deapi.ai/register)** ยท **[Read the Docs](https://docs.deapi.ai)** ยท **[Enterprise](https://deapi.ai/contact-sales)** |