Skip to main content
GET
List the transcription models available through the /v1/audio/transcriptions endpoint. When authenticated with an API key, returns only the models approved for your organization. Without authentication, returns all publicly available models. Aliases and routing policies exist for chat only, so they never appear here. Pricing is per audio second (input_second) or per token (input_token and output_token), depending on the model.

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 transcription models

Last modified on August 7, 2026