Skip to main content
GET
List the speech models available through the /v1/audio/speech endpoint. Aliases and routing policies exist for chat only, so they never appear here. Pricing is per input character (input_character) or per token (input_token and output_token), depending on the model.

Authentication

Authentication is optional. The API key can be sent as either Authorization: Bearer YOUR_REQUESTY_API_KEY or X-Api-Key: YOUR_REQUESTY_API_KEY; both headers behave identically.

Authorizations

Authorization
string
header
required

API key for authentication

Response

List of available models

object
enum<string>
required

The object type, always 'list'

Available options:
list
data
object[]
required

The list of available speech models

Last modified on September 10, 2026