You're looking at a specific version of this model. Jump to the model overview.
xiankgx /voice-tools:698fccb9
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)
|
tts-1-hd
Options: tts-1-hd, tts-1 |
OpenAI text-to-speech model.
|
tts_voice |
string
(enum)
|
alloy
Options: alloy, echo, fable, onyx, nova, shimmer |
OpenAI text-to-speech voice.
|
openai_api_key |
string
|
|
OpenAI API key for text-to-speech.
|
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'}