You're looking at a specific version of this model. Jump to the model overview.
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
|
Hello world!
|
Text to be synthesized
|
voice |
integer
|
2222
|
Voice identifier
|
custom_voice |
integer
|
0
|
Custom voice identifier
|
skip_refine |
integer
(enum)
|
0
Options: 0, 1 |
Skip refine text step
|
temperature |
number
|
0.3
Max: 1 |
Temperature for sampling
|
top_p |
number
|
0.7
Max: 1 |
Top-p sampling parameter
|
top_k |
integer
|
20
|
Top-k sampling parameter
|
prompt |
string
|
|
Prompt for refining text
|
Output schema
The shape of the response you’ll get when you run this model with an API.
Schema
{'title': 'Output', 'type': 'object'}