Text To Speech
Text To Speech
Text to speech using the lucataco/xtts-v2 AI Model.
POST
v1
/
replicate
/
tts
Query
model
string
default: "lucataco/xtts-v2"requiredThe voice model to be used;
Body
text
string
requiredText to synthesize
speaker
file
requiredOriginal speaker audio (wav, mp3, m4a, ogg, or flv)
language
string
default: "en"Output language for the synthesised speech
cleanup_voice
boolean
default: "False"Whether to apply denoising to the speaker audio (microphone recordings)
Was this page helpful?