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
Bearer token with your API key
Response
Indicates whether the request was successful
Status message
Array of TTS model entries
Unique model identifier used when invoking TTS endpoints (e.g.
60db-fast-v01, 60db-quality-v01)Human-readable display name
Short description of the model’s intended use
Model tier —
"cloned" for fast voice-clone models or "professional" for high-quality studio voice modelsAlways
"tts" for this endpoint