metadata
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
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
๐ 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 |
| ๐ 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 |