GamerHash commited on
Commit
a2f9155
ยท
verified ยท
1 Parent(s): f400d2a

Update README.md

Browse files

Add organization README with deAPI overview

Files changed (1) hide show
  1. README.md +87 -5
README.md CHANGED
@@ -1,10 +1,92 @@
1
  ---
2
- title: README
3
- emoji: ๐Ÿจ
4
  colorFrom: blue
5
- colorTo: gray
6
  sdk: static
7
- pinned: false
 
8
  ---
9
 
10
- Edit this `README.md` markdown file to author your organization card.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ title: deAPI
3
+ emoji: ๐Ÿš€
4
  colorFrom: blue
5
+ colorTo: purple
6
  sdk: static
7
+ pinned: true
8
+ short_description: One API for open-source AI models. Up to 20ร— cheaper.
9
  ---
10
 
11
+ # ๐Ÿš€ deAPI โ€” One API for Open-Source Generative AI
12
+
13
+ **Fast, affordable inference for open-source AI models. No GPUs. No setup. One API key.**
14
+
15
+ 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.
16
+
17
+ ---
18
+
19
+ ## ๐ŸŽฏ What We Do
20
+
21
+ We handle GPU orchestration, execution, and scaling so you can focus on building โ€” not managing infrastructure. Our API covers:
22
+
23
+ | Capability | Models |
24
+ |---|---|
25
+ | **Text โ†’ Image** | FLUX.1 Schnell, FLUX.2 Klein, Z-Image Turbo |
26
+ | **Text โ†’ Speech** | Kokoro, Qwen3 TTS, Chatterbox |
27
+ | **Text โ†’ Video** | LTX Video 13B |
28
+ | **Image โ†’ Video** | LTX Video |
29
+ | **Video/Audio โ†’ Text** | Whisper Large v3 |
30
+ | **Image โ†’ Text (OCR)** | Nanonets OCR |
31
+ | **Text โ†’ Embedding** | BGE-M3 |
32
+ | **Background Removal** | Ben2, RMBG-1.4 |
33
+ | **Image Editing** | Qwen Image Edit |
34
+ | **Music Generation** | Ace-Step 1.5 Turbo |
35
+
36
+ ## โšก Quick Start
37
+
38
+ ```bash
39
+ curl -X POST https://api.deapi.ai/api/v1/client/txt2img \
40
+ -H "Authorization: Bearer YOUR_API_KEY" \
41
+ -H "Content-Type: application/json" \
42
+ -d '{
43
+ "prompt": "a cat in a spacesuit, cinematic lighting",
44
+ "model": "ZImageTurbo_INT8",
45
+ "width": 1024,
46
+ "height": 768,
47
+ "guidance": 3.5,
48
+ "steps": 4,
49
+ "seed": -1
50
+ }'
51
+ ```
52
+
53
+ Get your free API key with **$5 credits** โ†’ [deapi.ai/register](https://deapi.ai/register)
54
+
55
+ ## ๐Ÿ”— Integrations
56
+
57
+ deAPI works with your favorite AI tools:
58
+
59
+ - **MCP Server** โ€” Native integration with Claude, Cursor, ChatGPT, and Windsurf
60
+ - **n8n** โ€” Automate AI workflows with HTTP Request nodes
61
+ - **Claude Code Skills** โ€” Extend Claude Code with image gen, transcription, TTS, and more
62
+ - **Webhooks & WebSockets** โ€” Real-time result delivery for production apps
63
+
64
+ ## ๐Ÿ“š Resources
65
+
66
+ | | |
67
+ |---|---|
68
+ | ๐ŸŒ **Website** | [deapi.ai](https://deapi.ai) |
69
+ | ๐Ÿ“– **Documentation** | [docs.deapi.ai](https://docs.deapi.ai) |
70
+ | ๐Ÿค– **LLMs.txt** | [deapi.ai/llms.txt](https://deapi.ai/llms.txt) |
71
+ | ๐ŸŽฎ **Playground** | [deapi.ai/playground](https://deapi.ai/playground/text-to-image) |
72
+ | ๐Ÿ’ป **GitHub** | [github.com/deapi-ai](https://github.com/deapi-ai) |
73
+ | ๐Ÿ“Š **Status** | [status.deapi.ai](https://status.deapi.ai) |
74
+ | ๐Ÿ’ฌ **Discord** | [Join community](https://discord.com/invite/UFfK5YRBsr) |
75
+
76
+ ## ๐Ÿ—๏ธ Built for Developers
77
+
78
+ - **Zero setup** โ€” Grab your API key and start building in minutes
79
+ - **Usage-based pricing** โ€” No subscriptions, no credit card required to start
80
+ - **Scalable** โ€” Access dozens of GPUs simultaneously, scale instantly
81
+ - **Open-source models** โ€” Commercial-friendly licenses, no vendor lock-in
82
+ - **3 delivery methods** โ€” Webhooks (recommended), WebSockets (real-time), or polling
83
+
84
+ ---
85
+
86
+ <p align="center">
87
+ <a href="https://deapi.ai/register"><b>Get $5 Free Credits โ†’</b></a>
88
+ &nbsp;&nbsp;|&nbsp;&nbsp;
89
+ <a href="https://docs.deapi.ai">Read the Docs</a>
90
+ &nbsp;&nbsp;|&nbsp;&nbsp;
91
+ <a href="https://deapi.ai/contact-sales">Enterprise</a>
92
+ </p>