Skip to main content

Try GPT Audio in the Workbench

Run this model interactively, tune parameters, and compare outputs.
Model ID: gpt-audio GPT Audio is OpenAI’s generally available audio model. It accepts audio as an input content part in the Chat Completions API, so a chat model can answer about spoken audio alongside text.

Example request

Use the Workbench as a request builder: configure parameters for this model in the UI, then open the API tab to copy the exact cURL or Python call.

Fetch model details

The models endpoint returns the full model object, including its json_request_schema.

Request parameters

This model follows the standard OpenAI chat completions request body. See the chat completions reference for the full parameter list.