Models
Get TTS Models
Retrieve the list of available Text-to-Speech synthesis models
GET
Returns the catalog of TTS voice-synthesis models exposed by 60db. For Speech-to-Text models, use
GET /stt/models.
The legacy alias
GET /models returns the same payload as GET /tts/models for backwards compatibility.Request
Headers
string
required
Bearer token with your API key
Response
boolean
Indicates whether the request was successful
string
Status message
array
Array of TTS model entries
string
Unique model identifier used when invoking TTS endpoints (e.g.
60db-fast-v01, 60db-quality-v01)string
Human-readable display name
string
Short description of the model’s intended use
string
Model tier —
"cloned" for fast voice-clone models or "professional" for high-quality studio voice modelsstring
Always
"tts" for this endpoint