Try in playground
Test Chatterbox Turbo in the Runpod Hub playground.
Request
All parameters are passed within theinput object in the request body.
string
required
Text to convert to speech.
string
default:"lucy"
Preset voice ID. Options:
aaron, abigail, anaya, andy, archer, brian, chloe, dylan, emmanuel, ethan, evelyn, gavin, gordon, ivan, laura, lucy, madison, marisol, meera, walter.string
URL of an audio file for voice cloning. Overrides the
voice parameter.string
default:"wav"
Output audio format. Options:
wav, flac, ogg.Response
string
Unique identifier for the request.
string
Request status. Returns
COMPLETED on success, FAILED on error.object
The generation result containing the audio URL.
string
URL of the generated audio file. This URL expires after 7 days.