You're looking at a specific version of this model. Jump to the model overview.
xiankgx /voice-tools:b1abdd3e
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 |
string
(enum)
|
openai--tts-1-hd
Options: openai--tts-1-hd, openai--tts-1, MetaVoice-1B |
Text-to-speech model.
|
tts_voice |
string
(enum)
|
alloy
Options: alloy, echo, fable, onyx, nova, shimmer, bria, 11_callum, 11_charlie, 11_charlotte, 11_clyde, 11_daniel, 11_dave, 11_emily, 11_ethan, 11_fin, 11_freya, 11_gigi, 11_giovanni, 11_glinda |
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'}