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

playht /play-dialog:0d571013

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
text
string
Text for speech generation
voice
None
Angelo (Young male US conversational voice)
Voice to use for generation
voice_2
None
None
Optional second voice to use for generation
speed
number
1

Min: 0.1

Max: 5

Control how fast the generated audio should be.
language
None
english
The language of the text to be spoken.
temperature
number
1

Max: 2

The temperature parameter controls variance. Lower temperatures result in more predictable results, higher temperatures allow each run to vary more, so the voice may sound less like the baseline voice.
prompt
string
A prompt to guide the style of the output generated by the first voice.
prompt2
string
A prompt to guide the style of the output generated by the second voice.
turnPrefix
string
Voice 1:
The prefix to indicate the start of a turn in a multi-turn dialogue for the first voice.
turnPrefix2
string
Voice 2:
The prefix to indicate the start of a turn in a multi-turn dialogue for the second voice.
voice_conditioning_seconds
integer
20

Min: 1

Max: 60

The number of seconds of conditioning to use from the selected voice. Lower values generate audio less similar to the cloned voice, but lead to more model stability and expressiveness. Higher values create output more similar to the cloned voice, but can lead to model instability and reduced expressiveness.
voice_conditioning_seconds_2
integer
20

Min: 1

Max: 60

The number of seconds of conditioning to use from the second selected voice.
seed
integer
Random seed. Set for reproducible generation

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'}