AI Image Generation
Text-to-Image
Route the same prompt to FLUX, Z-image and more. The page covers model tradeoffs, resolution and step controls, and where each checkpoint wins for product shots, art, or UI mocks.
Every card below is a real production loop teams ship on deAPI — image, video, speech, music, transcription and agent workflows. One API, one response contract, one decentralized GPU pool under all of them. Pick the loop closest to your product.
Each page shows the API shape, the models in play, and a production-shaped example of what ships.
Text-to-Image
Route the same prompt to FLUX, Z-image and more. The page covers model tradeoffs, resolution and step controls, and where each checkpoint wins for product shots, art, or UI mocks.
Image-to-Image
A four-step editing loop on a single credit pool — FLUX-2 Klein to generate, Qwen Image Edit for precise edits, then upscale and cutout. Full pipeline walkthrough inside.
Image-to-Image
Each model has its own prompt grammar. Prompt Enhancer rewrites against model-specific guides built from HuggingFace and GitHub sources — for image, img2img, video, and TTS inputs.
Image-to-Video
Breakdown of duration, motion strength and seed controls across the video models in the catalog — with examples for product shots, social content, and avatar motion.
Image-to-Video
Chain text-to-image, text-to-speech (Kokoro or Chatterbox) and LTX-2.3 audio-to-video to produce a lip-synced avatar from a description. End-to-end code inside.
Video-to-Text
Transcription endpoint that handles video and audio URLs, returns word-level timestamps, and auto-detects language — the page covers chunking strategy and accuracy tradeoffs.
Text-to-Speech
A single TTS endpoint fronting multiple open-weight voice models. The page covers voice selection, SSML-style controls, and latency characteristics for interactive apps.
Text-to-Music
Generate instrumental or vocal tracks from a description. The page details the parameter surface — genre, BPM, mood, duration, key, lyrics — and where it fits in game, ad, and video pipelines.
deAPI in n8n
Drop deAPI into n8n as ready-made nodes and wire media generation into any flow without GPU setup. The page lists every node and walks through production automations end-to-end.
Agents & Workflows
Eleven open-source skills that add /generate-image, /transcribe, /generate-audio, /generate-video and more to Claude Code. Install steps and skill-by-skill examples on the page.
Agents & Workflows
Kokoro TTS, Whisper transcription, FLUX / Qwen image generation and BGE-M3 embeddings exposed to an OpenClaw agent through one key. The page shows how each capability plugs in.
Agents & Workflows
Keep the official OpenAI client in Python, Node, Go, .NET or Java. Change two parameters at init — api_key and base_url — and route image, TTS, transcription and embeddings through deAPI. Drop-in for OpenAI media endpoints, plus modalities OpenAI doesn't ship.