Back to gpt-audio
OpenAI /

AI
gpt-audio

API OnlyAudio & SpeechaudioUpdated July 14, 2026

GPT-Audio

Model Overview

gpt-audio refers to a class of natively multimodal AI models developed by OpenAI, designed specifically for advanced audio processing. Unlike traditional systems that transcribe audio to text before processing (which loses nuance like tone and emotion), the gpt-audio family understands and generates audio natively. It operates primarily within the standard Chat Completions API, making it a request-response model rather than a low-latency streaming model (like the GPT-Realtime series).

Note: The gpt-audio designation often acts as a base family identifier for a range of audio models, including cost-efficient variants like gpt-audio-mini.

Capabilities

  • Native Multimodality: Accepts both audio and text as inputs, and can generate both audio and text as outputs directly.
  • Nuance Preservation: By skipping the intermediate text-transcription step, the model can capture and respond to tone, inflection, and pacing in human speech.
  • Asynchronous Audio Processing: Optimized for request-response tasks that do not require strict sub-second latency.
  • Large Context: Generally features a massive 128,000-token context window and supports substantial output tokens (up to 16,384), enabling the processing of long audio files or complex instructions.

Example Use Cases

  • Audio Summarization: Ingesting long meeting recordings or podcasts and generating concise summaries or action items directly from the audio.
  • Reasoning-Heavy Transcription: Transcribing audio while simultaneously performing complex reasoning tasks, such as formatting the transcript into structured data or translating it contextually.
  • Voice Response Generation: Adding high-quality voice capabilities to asynchronous applications where standard latency is acceptable.
  • Accessibility Tools: Developing applications that assist visually impaired users by describing textual or visual (if combined with vision) context via natural-sounding speech.

Performance & Benchmarks

The gpt-audio models represent a significant architectural shift by handling audio natively. This results in much richer interactions compared to pipeline approaches (ASR -> LLM -> TTS). While latency is higher than the WebSocket-based Realtime API, the model excels in tasks requiring deep reasoning over audio. It supports up to 128K context, allowing it to process hours of audio in a single prompt.

Intended Use & Limitations

Intended Use: Ideal for developers building applications that require deep analysis of audio files, voice generation in non-real-time environments, or multimodal chat experiences using the standard OpenAI Chat Completions API. Limitations:

  • Latency: Because it operates on a request-response architecture (REST API), it is not suitable for fluid, real-time voice conversations (e.g., live phone agents) where sub-second latency is critical. For those use cases, the Realtime API is recommended.
  • Cost: Processing audio tokens can be more expensive than text tokens, though cost-efficient tiers like gpt-audio-mini are designed to mitigate this.

About OpenAI

OpenAI is an AI research and deployment company dedicated to ensuring that artificial general intelligence (AGI) benefits all of humanity. OpenAI leads the industry in developing cutting-edge multimodal models that bridge text, vision, and audio capabilities.

You might also want to compare

Verified Sources

Model Specs

api-only

Parameters

Unknown

Context Window

Unknown

License

Proprietary

Deployment

api-only

Cost Tiers

gpt-audio-mini

Resources & Links

Lineage

Model Family

Part of the gpt-audio family

Curator Notes

Bulk imported from OpenAI developer docs.

Compare Specs

Compare parameters, context windows, modalities, and benchmark scores of this model side-by-side with others.

Compare Model