You're looking at a specific version of this model. Jump to the model overview.
danbidad /supertonic-api:96ebb018
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 (1–4096 characters)
|
|
| voice |
None
|
alloy
|
Voice ID (OpenAI-compatible names or native F1–F5 / M1–M5)
|
| language |
None
|
en
|
BCP-47 language code for synthesis
|
| speed |
number
|
1
Min: 0.5 Max: 2 |
Speech speed multiplier
|
| response_format |
None
|
mp3
|
Output audio format
|
| normalize |
boolean
|
True
|
Normalize Unicode, strip emoji, fix punctuation
|
| steps |
integer
|
8
Min: 5 Max: 12 |
Diffusion steps (lower = faster, higher = better quality)
|
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'}