Skip to content

Multilingual Voice AI built for Speed

STT, TTS, and voice agents, up to 3x faster[1] than ElevenLabs and Cartesia in over 50 languages. Built onvLLM-Omni

Time to first audio

p50, fastest first

Time to first audio by provider, fastest first: Sprag 113 milliseconds (fastest), Cartesia 195 milliseconds, Deepgram 279 milliseconds, ElevenLabs 341 milliseconds, OpenAI 654 milliseconds.

Four ways to make a voice.

Pick one and try it here. Everything on this page runs on the same account you sign up for, and the voices carry between all four.

153 / 500

Every voice speaks every language.

56 preset voices, each with its own origin and accent. Any of them can be asked for any of the 10 output languages below, and fidelity is strongest in the one they came from.

Output languages: English, Chinese, French, German, Italian, Japanese, Korean, Portuguese, Russian, Spanish.

Eight of 56. Every voice you clone or design joins them.

Browse the full library

Enterprise-grade infrastructure, built for speed.

Sprag serves its own models on open-source infrastructure rather than reselling somebody else's endpoint. That is where the latency goes, and it is why our audio engineers can tune a voice for you when a stock one will not do.

Time to first agent audioMethodology

Time to first agent audio by provider, fastest first: Sprag 1033 milliseconds (fastest), OpenAI 1458 milliseconds, Cartesia 1896 milliseconds, AssemblyAI 3107 milliseconds, Deepgram 3299 milliseconds.

Native speech-to-speech through one model. No transcription and synthesis chained in front of it, which is most of where the time goes on a cascade.

1.18s p50 end-to-end turn latency on agentic_basic, n=30, against OpenAI at 1.76s and Cartesia at 2.24s. Speech in, speech out through a single model, with no transcription and synthesis chained in front of it.

See the methodology

vLLM-Omni

Founded on Open-Source

The inference engine built for every modality.

−91.4%

reduction in job completion time arXiv↗

Text
Image
Audio
Video

Omni-modal

Every modality. One surface.

Text, image, audio, and video inference in a single API layer.

Any architecture

AR, DiT, and parallel generation.

Autoregressive, diffusion transformers, and non-autoregressive models in one engine.

OpenAI + ComfyUI

Works with the client you have.

Fully OpenAI-compatible API server. Native ComfyUI support.

KV cache efficiency

vLLM memory management, extended.

State-of-the-art KV cache from vLLM core, applied to multimodal workloads.

Two ways in.

One account covers both. Make a voice in Studio, then call it from your own code.

The Sprag Studio home screen, with speech, transcription, and voice library panels.

Sprag Studio

Type it, record it, or describe it. Hear it back in seconds.

Sign Up
curl https://api.sprag.ai/v1/audio/speech \
  -H "Authorization: Bearer $SPRAG_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
  "model": "chorus",
  "input": "Good morning. The train leaves at nine.",
  "voice": "serena",
  "response_format": "mp3"
}' --output speech.mp3

Sprag API

One base URL. Your existing OpenAI client keeps working.

Get API Key

Make your first request.