Skip to main content
POST
Text To Speech

Query

string
default:"openai/whisper"
required
The model to be used;

Body

file
required
Audio file
float
default:"0.0"
temperature to use for sampling
boolean
default:"False"
Translate the text to English when set to True
string
optional text to provide as a prompt for the first window.
boolean
default:"True"
if True, provide the previous output of the model as a prompt for the next window; disabling may make the text inconsistent across windows, but the model becomes less prone to getting stuck in a failure loop.