Skip to main content

Overview

Use GET /api/v1/audio-models to discover the currently available audio models. The response includes both text-to-speech (TTS) and speech-to-text (STT) models. This endpoint is cacheable. Refresh it periodically and do not hardcode audio model capabilities in your client.

Endpoint

Authentication

Authentication is optional.
  • Authorization: Bearer YOUR_API_KEY
  • x-api-key: YOUR_API_KEY

Query Parameters

Response

When type is not all, meta may include the active filter.

Model Types

Example

Notes

  • Supported parameters vary by model, including voices, formats, streaming support, file formats, language support, diarization, timestamps, and max input size.
  • Use this endpoint instead of hardcoding audio model capabilities.
  • The response is cacheable, but model availability can change.