Deapi
To be verified
deAPI is an OpenAI-compatible inference API for open-source models — image, video, audio, music, embeddings, OCR. $5 free, no card.
Generate images, create videos, clone voices, transcribe YouTube — through one AI inference API and one billing account. deAPI serves 25 open-source AI models across every non-LLM modality, so you don't need to juggle five providers for a single product. ─── TWO WAYS TO CONNECT ─── • OpenAI-compatible endpoint — drop-in for the OpenAI Python and Node SDKs. Change base_url and api_key, keep everything else. • Native REST v2 API — covers everything the OpenAI spec doesn't: video, music, OCR, voice cloning, voice design, and more. ─── IMAGE · 7 MODELS ─── Flux.1 Schnell, FLUX.2 Klein, Z-Image-Turbo, Z-Anime Distill, image editing, background removal, AI upscaling. From $0.00136/image. ─── VIDEO · 7 MODELS ─── Text-to-video, image-to-video, audio-to-video with LTX. Character replacement with Wan2.2-Animate. Video upscaling up to 4x. From $0.00174/clip. ─── AUDIO · 9 MODELS ─── • TTS — Kokoro (40+ voices, 7 languages), Chatterbox (23 languages), 3× Qwen3 TTS. Voice cloning from a 5-15s clip. Voice design from text. From $0.77/1M chars. • Music — ACE-Step: full tracks with lyrics, BPM, key, time signature, style transfer. • Transcription — WhisperLargeV3, 80 MB uploads (3x OpenAI), URL ingest from YouTube, TikTok, Twitch, Kick, X. From $0.021/hour. ─── TEXT · 2 MODELS ─── OCR with Nanonets. Embeddings with BGE-M3 (1024 dims, 8192 tokens) for RAG and semantic search. From $0.000068/1K tokens. ─── PRICING ─── Pay-as-you-go, no subscription. $5 free credit on signup, no card required. Any top-up unlocks Premium: 300 RPM per endpoint, no daily cap. ─── FOR DEVELOPERS ─── Python SDK, n8n node, MCP server for Claude/Cursor/ChatGPT. Webhooks (HMAC-signed), WebSocket live previews, or polling. Distributed verified worker network — data in RAM only, no disk writes.
- Generate product images and lifestyle shots from text prompts at $0.00136 each
- Remove backgrounds from e-commerce photos at $0.00035 per image
- Create short launch reels by animating a still image into video
- Replace characters in stock video with brand mascots using AI
- Generate voice-overs for tutorials with cloned voices from a short reference clip
- Create background music with lyrics, tempo, and key control for short-form video
- Transcribe YouTube interviews with timestamps for $0.021 per hour
- Extract text from scanned invoices and documents with OCR
- Build RAG indexes with embeddings at $0.000068 per 1K tokens
- ─── GETTING STARTED ─── 1. Sign up at https://app.deapi.ai/register — $5 free credit
- no card required. 2. Copy your API key from the dashboard (starts with dpn-sk-). ─── OPTION A · OPENAI SDK (FASTEST START) ─── Install the OpenAI SDK (pip install openai or npm install openai)
- set base_url to https://oai.deapi.ai/v1 and use your deAPI key. Everything else stays the same — works for image generation
- image edits
- TTS
- transcription
- embeddings
- and video. ─── OPTION B · NATIVE REST V2 API ─── POST to https://api.deapi.ai/api/v2 endpoints with your prompt
- model
- and parameters. The API returns a request_id for async retrieval. Native v2 unlocks features beyond the OpenAI spec: music generation
- video character replacement
- audio-to-video
