About this endpoint
What it does
Returns the available audio models grouped into speech-to-text (stt) and text-to-speech (tts) lists. Each list contains model objects with the fields defined in the response schema.
Response
Returns a JSON object with two array fields: stt for speech-to-text models and tts for text-to-speech models. Each array item is an object containing the model metadata shown below.
| Parameter | Type | Mandatory | Description |
|---|---|---|---|
| stt | Object Array | Yes | Speech-to-text models. Each item includes id, name, provider, releasedAt, maxDurationS, maxFileSizeB, pricePer1Min, supportedLanguages, and may include a streaming object. |
| tts | Object Array | Yes | Text-to-speech models. Each item includes id, name, provider, speedMax, speedMin, latencyMs, releasedAt, maxCharacters, pricePer1KChar, and supportedFormats. |