Voice synthesis, LLM inference, vision analysis, and web search. A unified API for your AI-powered applications.
// Generate speech from text
POST /v1/tts
{
"text": "Hello, I'm Marcus from DragonFire AI.",
"voice_id": "george"
}
// Returns: audio/mpeg
Everything you need to build intelligent applications
18 natural voices. Text-to-speech with emotion and clarity. Powered by Speechify.
POST /v1/ttsLLM inference with multiple models. From fast 8B to powerful 70B. OpenAI-compatible.
POST /v1/chat/completionsImage understanding and analysis. Describe, extract text, answer questions about images.
POST /v1/vision/analyzePrivacy-focused web search. Get real-time results without tracking your users.
POST /v1/searchSpeech-to-text transcription. Convert audio to text with high accuracy.
POST /v1/sttAI image generation with FLUX. Create images from text prompts.
POST /v1/images/generateLow latency inference via Unix Domain Sockets for local services
RESTful API with OpenAI-compatible endpoints
API key authentication with per-user rate limiting
Built for distributed inference across the DragonCloud mesh
We're currently in private beta. Join the waitlist to get early access when we launch.