OpenAI

OpenAI

GPT-4o mini Transcribe

GPT-4o mini Transcribe is a speech-to-text model optimized for high-accuracy transcription of conversational audio, noisy environments, and multilingual code-switching. Reach for it when you need reliable dictation or translation from audio inputs without sacrificing processing speed.

Modalities

Text → Text

Price

$0.004 / min

Speed

fast

Performance

Live production data from real requests on Kyma — not synthetic benchmarks.

Rank

#53

of 87 active models

Tokens served

18.9K

all-time

Total requests1,056
Platform share0.0%

Top apps using this model

1Haynoi0 tok

Public apps sending the most traffic to this model — a signal of what real workloads it fits.

Pricing

Per minute of audio processed. Min billable: 1 minute.

$0.004 / min

When to use GPT-4o mini Transcribe

Updated 2026-07-31

Where this model earns its cost — and where it doesn't.

This is OpenAI's speech-to-text engine, designed to convert audio inputs into text. It handles conversational speech, background noise, and mixed-language audio streams with high accuracy. The model accepts audio input and returns text, with no support for vision, reasoning, or structured outputs.

On Kyma, it runs through an OpenAI-compatible endpoint using a single API key. Requests benefit from automatic failover, routing around degraded serving paths transparently. The platform reports exact request costs in the usage object and identifies the executed model via the X-Kyma-Model header. Prompt caching is supported, billing repeated prefixes at 10% of the standard input rate.

The model operates on a per-minute billing basis and is optimized for fast processing. It does not generate audio or structured JSON, and its context window is limited to 1500 tokens. Signup includes a $0.50 free credit with no card required.

Conversational Audio Transcription

Captures multi-speaker dialogue and natural speech patterns with high accuracy.

Noisy Background Dictation

Filters background interference to produce clean text from field recordings or calls.

Mixed Language Audio Processing

Handles code-switched audio streams like Vietnamese and English in a single pass.

Not ideal for: Do not use this model for generating audio, running reasoning tasks, or processing files that exceed its 1500-token context limit.

Quick start

Up and running in under two minutes.

  1. 1

    Create an API key

    Sign up and grab a key from the dashboard — $0.50 free credit, no card required.

    Get API key →
  2. 2

    Make your first request

    Drop in your key and send a chat completion — fully OpenAI-compatible.

    curl https://kymaapi.com/v1/chat/completions \
      -H "Authorization: Bearer YOUR_API_KEY" \
      -H "Content-Type: application/json" \
      -d '{
        "model": "gpt-4o-mini-transcribe-2025-12-15",
        "messages": [
          {"role": "user", "content": "Explain prompt caching in one paragraph."}
        ]
      }'
  3. 3

    Stream responses

    Add "stream": true to receive tokens as they arrive.

    curl https://kymaapi.com/v1/chat/completions \
      -H "Authorization: Bearer YOUR_API_KEY" \
      -H "Content-Type: application/json" \
      -d '{
        "model": "gpt-4o-mini-transcribe-2025-12-15",
        "stream": true,
        "messages": [{"role": "user", "content": "Hello!"}]
      }'

FAQ

Common questions about this model.

How much does GPT-4o mini Transcribe cost?

$0.004 per min. Per minute of audio processed. Min billable: 1 minute.

How do I use GPT-4o mini Transcribe?

Kyma is OpenAI-compatible: point your SDK's base URL at https://kymaapi.com/v1, use your Kyma API key, and set the model to gpt-4o-mini-transcribe-2025-12-15. Signing up is free and includes $0.50 of credit — no card required.

Does this model support structured JSON output?

No, it only returns raw text transcriptions from audio input.

How does Kyma handle request routing for this model?

Every request uses automatic failover, so if a serving path degrades, your call is rerouted without manual intervention.

Can I cache prompts to reduce costs?

Yes, prompt caching is enabled and bills repeated input prefixes at 10% of the standard rate.

Start with $0.50 free credit — no card required.Create account →

More models by OpenAI

See all 11
ModelContextInputOutput
OpenAIGPT-5.6 Terra1M$1.443$8.656
OpenAIGPT-5.6 Luna1M$0.1373$0.8231
OpenAIGPT-5.6 Luna Pro1M$0.135$0.81
OpenAIGPT-5.6 Terra Pro1M$1.35$8.10
OpenAIGPT-5.6 Sol1M$6.75$40.50
OpenAIGPT-5.6 Sol Pro1M$6.75$40.50
OpenAIGPT Realtime Translate$0.0459 / min
OpenAIGPT Image 2$0.081 / image