Back to Models

GPT-4o Mini Transcribe

openaiopenai/gpt-4o-mini-transcribe

Speech-to-text model powered by GPT-4o mini.

GPT-4o Mini Transcribe is OpenAI's cost-efficient speech-to-text model, built on the GPT-4o Mini architecture. It transcribes audio input into text and offers improvements in word error rate (WER), language recognition, and overall accuracy compared to the original Whisper models. The model is designed for developers who need reliable transcription at a lower price point than the full-size GPT-4o Transcribe, while still benefiting from reinforcement-learning-enhanced accuracy.

OpenAI employs a reinforcement learning (RL) paradigm in training, pushing transcription accuracy to state-of-the-art levels while reducing hallucination. The model supports 99+ languages, handles accents, noisy environments, and varying speech speeds better than its Whisper predecessors. On the FLEURS multilingual benchmark, GPT-4o Transcribe (the full sibling) achieves single-digit WER across major languages; GPT-4o Mini Transcribe follows closely as a cost-optimised alternative.

Best for
  • β€’ Call centre transcription and analytics β€” high accuracy in accented and noisy audio at competitive cost.
  • β€’ Meeting note automation β€” transcribing recorded or real-time meeting audio into searchable text.
  • β€’ Content captioning and subtitling β€” generating subtitles for video content across 99+ languages.
  • β€’ Voice agent pipelines β€” transcribing user speech for downstream LLM processing in voice-enabled applications.
Reach for something else if
  • β€’ Real-time speech-to-speech scenarios β€” use OpenAI's Realtime API models (gpt-realtime-*) instead for minimal end-to-end latency.
  • β€’ Highest-accuracy transcription where budget is flexible β€” GPT-4o Transcribe (full-size) or ElevenLabs Scribe may edge ahead in independent benchmarks.
  • β€’ Speaker diarisation β€” use openai/gpt-4o-transcribe-diarize for speaker-identified transcripts.
Context Length
--
Max Output
--
Audio Priceper audio minute
$0.0032/ minute of audio
Input Priceper audio minute
$1.35/ 1M tokens

Modalities

audio→text

Capabilities

STT

Pricing Breakdown

TypeRate
Audio$0.0032 / minute of audio
Input$1.35 / 1M tokens
Output$5.40 / 1M tokens
Audio input$3.24 / 1M tokens
Estimated$0.0032 / minute

request is estimated price per minute

Supported Parameters

filelanguagepromptresponse_formattemperature

Specifications

Release dateMarch 20, 2025openai.com β†—verified
Supported languages99+ languages via ISO-639-1 language codesopenai.com β†—verified
ArchitectureGPT-4o Mini with RL-enhanced pretraining for speechopenai.com β†—verified
Input audio formatsmp3, mp4, mpeg, mpga, m4a, wav, webm, flac, ogg, ogaplatform.openai.com β†—verified
Max file size25 MBplatform.openai.com β†—verified
Training data cutoffNot publicly disclosedunknown

Benchmarks

BenchmarkDistributionScoreSource
FLEURS English WER
FLEURS English WER for gpt-4o-transcribe (full-size sibling) is reported at 2.46% in the OpenAI blog post. Mini variant WER is expected to be higher but exact figures have not been independently published.
~2.46% (gpt-4o-transcribe reference)%openai.com β†—
FLEURS Multilingual
OpenAI reports single-digit WER across major languages on FLEURS. The gpt-4o-transcribe family match or outperform Whisper v2/v3 across all language evaluations.
Single-digit WER across major languagesopenai.com β†—

API Usage Examples

Use the global api.therouter.ai endpoint shown below for new integrations; the legacy China accelerated endpoint is retired.

cURL
curl https://api.therouter.ai/v1/audio/transcriptions   -H "Authorization: Bearer $THE_ROUTER_API_KEY"   -F "model=openai/gpt-4o-mini-transcribe"   -F "file=@speech.mp3"

API guide

Transcription

Transcribe audio files via the standard OpenAI /v1/audio/transcriptions endpoint through TheRouter. Supports multiple audio formats and optional language hints for improved accuracy.

cURL
curl https://api.therouter.ai/v1/audio/transcriptions \
  -H "Authorization: Bearer $THEROUTER_API_KEY" \
  -F "file=@recording.mp3" \
  -F "model=openai/gpt-4o-mini-transcribe" \
  -F "response_format=json" \
  -F "language=en"

More from openai

Similar models

Cross-provider sibling models

News & changes

2025-03-20

OpenAI launches next-generation audio models including GPT-4o Mini Transcribe

OpenAI announced gpt-4o-transcribe, gpt-4o-mini-transcribe, and gpt-4o-mini-tts β€” a new family of speech-to-text and text-to-speech models. The transcribe models employ RL-heavy training to achieve state-of-the-art WER, outperforming Whisper v2/v3 across FLEURS multilingual benchmarks.

re-authored by TheRouteropenai.com β†—

Frequently asked

What's the difference between GPT-4o Mini Transcribe and Whisper-1?

GPT-4o Mini Transcribe uses GPT-4o Mini as its backbone with RL-enhanced pretraining, delivering significantly lower word error rates across all evaluated languages. It handles accents, noisy environments, and varying speech speeds better than Whisper. Whisper-1 remains available for legacy integrations, but the newer model is recommended for new projects.

Can GPT-4o Mini Transcribe be used for live/streaming transcription?

No β€” this model only supports the standard /v1/audio/transcriptions endpoint, which processes uploaded audio files. For real-time streaming transcription, use OpenAI's Realtime API models (gpt-realtime-*) which support WebSocket-based audio streaming with lower latency.

re-authored by TheRouter
What is the output format of the transcription?

Supported response formats include json (default), text, srt (SubRip subtitle format), verbose_json (with timestamps and segments), and vtt (WebVTT). The json and verbose_json formats offer structured output usable in downstream pipelines.

Fact ledger β€” every claim on this page traces here
sourceURLretrieved
Release dateopenai.com β†—2026-05-28verified
Supported languagesopenai.com β†—2026-05-28verified
Architectureopenai.com β†—2026-05-28verified
Input audio formatsplatform.openai.com β†—2026-05-28verified
Max file sizeplatform.openai.com β†—2026-05-28verified
Training data cutoffβ€”β€”unknown
FLEURS English WERopenai.com β†—2026-05-28to verify
FLEURS Multilingualopenai.com β†—2026-05-28to verify
OpenAI launches next-generation audio models including GPT-4o Mini Transcribeopenai.com β†—2026-05-28verified
What's the difference between GPT-4o Mini Transcribe and Whisper-1?openai.com β†—2026-05-28to verify
What is the output format of the transcription?platform.openai.com β†—2026-05-28to verify
Help & contact