Skip to main content
The OpenAI examples use its custom-request method for MKA1 extensions that are not part of the OpenAI Responses types.

Audio input

Send audio for the model to process. The audio is automatically transcribed and the model responds to the spoken content. Supported formats: WAV and MP3 (max 25 MB).
The model automatically transcribes the audio and responds to the spoken content. For example, sending a WAV file containing “Hello, how are you today?” returns:

Combine input types

See Multimodal input for a request containing several input types.