Models
Get STT Models
Retrieve the list of available Speech-to-Text models
GET
Returns the catalog of STT (transcription) models exposed by 60db. For Text-to-Speech models, use
GET /tts/models.
Request
Headers
Bearer token with your API key
Response
Indicates whether the request was successful
Status message
Array of STT model entries
Unique model identifier (e.g.
60db-stt-v01)Human-readable display name
Short description of the model’s capabilities
Always
"speech-to-text" for STT modelsAlways
"stt" for this endpointNumber of supported transcription languages
Feature flags advertised by this model:
auto_language_detection, speaker_diarization, word_timestamps, code_switching_indic_english, continuous_mode, telephony_mulaw, websocket_streamingNotes
- The
idvalue is the same string reported by thesession_startedWebSocket event (see/ws/stt) and is stable across requests. - Currently only one STT model is exposed. Future versions (
60db-stt-v02, domain-tuned variants, etc.) will appear as additional entries in this array without any breaking changes to the response shape.