# GPT-4o mini Transcribe

> Speech-to-text. OpenAI's premium quality STT — best real-world accuracy on conversational audio, noisy backgrounds, and code-switching (Vi/En etc).

Human version: https://kymaapi.com/models/gpt-4o-mini-transcribe-2025-12-15
Live JSON: `GET https://kymaapi.com/v1/models` (no auth required)

## Facts

- **Model ID**: `gpt-4o-mini-transcribe-2025-12-15` — pass this as `model` in the request body
- **Creator**: OpenAI
- **Released**: 2024-03-13
- **Price**: $0.00405 / minute
- **Alias**: `transcribe-quality` resolves to this model

## Call it

```bash
curl https://kymaapi.com/v1/audio/speech \
  -H "Authorization: Bearer $KYMA_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"model": "gpt-4o-mini-transcribe-2025-12-15", "prompt": "..."}'
```

## Positioning

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.

## About

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.

## Use cases

- **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.

## Pick something else when

- You need a lower-cost option for clear studio recordings → `whisper-v3-turbo`

## See also

- All models: https://kymaapi.com/models.md
- Pricing: https://kymaapi.com/pricing.md
- Other models by OpenAI: https://kymaapi.com/models?q=OpenAI
