Audio & SpeechActive
wiro / voice-clone
voice-clone
A text-to-speech tool by Coqui that generates natural-sounding speech from text and performs voice cloning by taking a 6-second voice sample to produce new voice outputs.
Speech to SpeechVoice Clone
Model ID
voice-clone
Provider
wiro
Added
1716988555
wiro playground—wiro/voice-clone
Added 1716988555
API quick start
Run voice-clone with a single API call.
POST https://api.wiro.ai/v1/Run/wiro/voice-clone
{
"prompt": "Welcome to Wiro AI! How can we assist you…",
"inputAudio": "https://your-cdn.com/input.mp3",
"inputAudioUrl": "...",
"temp": 0.75
}