Text To Speech

Convert Written Text to speech using different voice ai models powered by Replicate, which includes lucataco/xtts-v2, zsxkib/realistic-voice-cloning and chenxwh/openvoice.

Models strength and output varies. check model review on replicate.

How to use

Navigate to the endpoint api/v1/replicate/tts.

curl
curl -X POST http://localhost:9000/api/v1/replicate/tts?model=lucataco/xtts-v2 \
  -H "Authorization: Bearer MY_API_KEY" \
  -H "Content-Type: multipart/form-data" \
  -f text: the quick brown fox jumped over the lazy dog
For details about the parameters, visit the text to speech reference page.

Text To Speech

Convert Written Text to speech using different voice ai models powered by Replicate, which includes lucataco/xtts-v2, zsxkib/realistic-voice-cloning and chenxwh/openvoice.

Models strength and output varies. check model review on replicate.

How to use

Navigate to the endpoint api/v1/replicate/tts.

curl
curl -X POST http://localhost:9000/api/v1/replicate/tts?model=lucataco/xtts-v2 \
  -H "Authorization: Bearer MY_API_KEY" \
  -H "Content-Type: multipart/form-data" \
  -f text: the quick brown fox jumped over the lazy dog
For details about the parameters, visit the text to speech reference page.