OpenAI: GPT-4o Mini Transcribe

GPT-4o Mini Transcribe is OpenAI's compact speech-to-text model, built on the audio capabilities of GPT-4o Mini and released 2026-05. It is designed for high-volume transcription workflows where token-level billing and lower cost matter more than maximum accuracy.

Modalities
inAudiooutText
Price / 1M−70%
$0.38 / $1.50$1.25 / $5.00
Context
128K
Knowledge cutoff

Capabilities

Structured output

Channels

Same weights on every channel. Requests route to the cheapest healthy one; the channel used is printed on each billing line.

Provider
Discount
Input /M
Output /M
Cache Read /M
Cache Create 5m /M
Cache Create 1h /M
Codexcheap
−70%
$0.38
$1.50
Defaultstable
−30%
$0.88
$3.50

Quick Start

import os
from openai import OpenAI

client = OpenAI(
    base_url="https://api.mirapi.ai/v1",   # changed
    api_key=os.environ["MIRAPI_API_KEY"],   # changed
)

resp = client.chat.completions.create(
    model="openai/gpt-4o-mini-transcribe",
    messages=[{"role": "user", "content": "Hello"}],
)
Wire GPT-4o Mini Transcribe into your product

1M free tokens to start · no card · OpenAI-compatible, one base_url change

Start free