Audio & SpeechActive
microsoft / VibeVoice-Realtime
VibeVoice-Realtime
VibeVoice-Realtime is a lightweight real‑time text-to-speech model supporting streaming text input and robust long-form speech generation.
Text to SpeechFast Inference
Model ID
VibeVoice-Realtime
Provider
microsoft
Updated
1770489015
wiro playground—microsoft/VibeVoice-Realtime
Updated 1770489015
VibeVoice-Realtime is a lightweight real‑time text-to-speech model supporting streaming text input and robust long-form speech generation. It can be used to build realtime TTS services, narrate live data streams, and let different LLMs start speaking from their very first tokens (plug in your preferred model) long before a full answer is generated. It produces initial audible speech in ~300 ms (hardware dependent).
API quick start
Run VibeVoice-Realtime with a single API call.
POST https://api.wiro.ai/v1/Run/microsoft/VibeVoice-Realtime
{
"prompt": "Wiro AI provides easy-to-integrate AI API…",
"speakerName": "en-carter_man",
"scale": 1.5
}