> ## Documentation Index
> Fetch the complete documentation index at: https://omnicron.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Text To Speech

> Text to speech using the **chenxwh/openvoice** AI Model.

### Query

<ParamField query="model" type="string" default="chenxwh/openvoice" required>
  The voice model to be used;
</ParamField>

### Body

<ParamField body="audio" type="file" required>
  Input reference audio
</ParamField>

<ParamField body="text" type="string" required>
  Input text
</ParamField>

<ParamField body="language" type="string" default="EN_NEWEST">
  The language of the audio to be generated
</ParamField>

<ParamField body="cleanup_voice" type="float" default="1">
  Set speed scale of the output audio
</ParamField>
