List Models
Get the canonical TTS models available for generation.GET
Response
Legacy IDs such as
kugel-2.5 and kugel-2-turbo remain accepted for backwards compatibility. They may route through the current production model, but billing and Dashboard usage keep the requested model ID. New integrations should use kugel-3.Example
Model Object
Fields
| Field | Type | Description |
|---|---|---|
id | string | Canonical model identifier to use in API calls |
model_id | string | Same as id (backward compat) |
name | string | Human-readable name |
description | string | Model description |
max_input_length | integer | Maximum input text length in characters |
sample_rate | integer | Output audio sample rate in Hz |
Model Limits
| Limit | Value |
|---|---|
| Max input length | 10,000 characters |
| Sample rate | 24,000 Hz |
| Concurrent streams | Plan-dependent |
For longer content, split your text into chunks and generate sequentially.