You're looking at a specific version of this model. Jump to the model overview.

xiankgx /voice-tools:27232760

Input schema

The fields you can use to run this model with an API. If you don’t give a value for a field its default value will be used.

Field Type Default value Description
speech
string
Speech
text
string
Text to convert to speech.
tts_model
None
openai--tts-1-hd
Text-to-speech model.
tts_voice
None
alloy
Text-to-speech voice.
openai_api_key
string
OpenAI API key for text-to-speech. Applicable only if `tts_model` is set to one of the OpenAI models, i.e, models with prefix `openai--`.
ref_speech
string
Reference speech to clone voice from.

Output schema

The shape of the response you’ll get when you run this model with an API.

Schema
{'format': 'uri', 'title': 'Output', 'type': 'string'}