OpenAI: Whisper 1

Whisper 1 is OpenAI's speech recognition model, released 2026-04, for transcribing and translating audio across more than 50 languages. It accepts common audio formats and returns structured text output.

Modalities
inAudiooutText
Price / 1M
$9.00 / $9.00
Context
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
$9.00
$9.00
Defaultstable
$21.00
$21.00

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/whisper-1",
    messages=[{"role": "user", "content": "Hello"}],
)
Wire Whisper 1 into your product

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

Start free