You're looking at a specific version of this model. Jump to the model overview.
siegerts /kokoro-tts-82m:031ed2bc
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 to synthesize
|
|
| voice |
None
|
af_heart
|
Voice name
|
| speed |
number
|
1
Min: 0.1 Max: 5 |
Speed multiplier
|
Output schema
The shape of the response you’ll get when you run this model with an API.
Schema
{'properties': {'audio': {'format': 'uri', 'title': 'Audio', 'type': 'string'},
'words': {'items': {'properties': {'end': {'title': 'End',
'type': 'number'},
'start': {'title': 'Start',
'type': 'number'},
'text': {'title': 'Text',
'type': 'string'}},
'required': ['text', 'start', 'end'],
'title': 'WordTimestamp',
'type': 'object'},
'title': 'Words',
'type': 'array'}},
'required': ['audio', 'words'],
'title': 'Output',
'type': 'object'}