OpenAI

OpenAI

Whisper Large v3 Turbo

Whisper Large v3 Turbo is a fast, cost-efficient speech-to-text model optimized for real-time transcription and voice agent pipelines. Reach for it when you need accurate audio-to-text conversion with low latency and automatic language detection.

Modalities

Text → Text

Price

$0.0009 / min

Speed

fast

Performance

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

Rank

#29

of 87 active models

Tokens served

677.3K

all-time

Success rate

100%

last 7 days

Total requests20,481
Platform share0.0%

Top apps using this model

1Pheme0 tok
2watch-cli0 tok
3Python App0 tok
4MeetingNotes0 tok
5kyma-dub GUI0 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.0009 / min

When to use Whisper Large v3 Turbo

Updated 2026-07-29

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

This model converts audio input into text transcripts, operating at 228x real-time speed. It automatically detects the spoken language and returns transcripts with precise timestamps. The architecture is tuned for strong accuracy while maintaining a cheap cost tier.

On Kyma, it runs through an OpenAI-compatible endpoint with automatic request failover. If a serving path degrades, traffic reroutes transparently. The model supports prompt caching, which bills repeated prefixes at 10% of the standard input rate. Usage metadata, including exact request cost and the resolved model ID, is returned in the response headers and JSON payload.

The model accepts audio input and outputs plain text. It does not support vision, structured outputs, or reasoning tasks. The context window caps at 3,600 tokens, making it suitable for standard-length audio clips rather than multi-hour continuous streams without chunking.

Live Meeting Transcription

Converts conference audio into timestamped text for searchable meeting notes.

Voice Agent Pipelines

Feeds real-time speech recognition into conversational AI workflows with minimal latency.

Automated Caption Generation

Produces synchronized subtitles for video content with automatic language detection.

Audio Content Indexing

Transforms podcast and interview recordings into searchable text archives.

Not ideal for: Do not use this model for multi-hour continuous audio streams without manual chunking, as the 3,600-token context window will truncate longer inputs.

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": "whisper-v3-turbo",
        "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": "whisper-v3-turbo",
        "stream": true,
        "messages": [{"role": "user", "content": "Hello!"}]
      }'

FAQ

Common questions about this model.

How much does Whisper Large v3 Turbo cost?

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

How do I use Whisper Large v3 Turbo?

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 whisper-v3-turbo. Signing up is free and includes $0.50 of credit — no card required.

How does Kyma handle model routing for this endpoint?

Every request uses automatic failover; if the primary serving path degrades, Kyma reroutes the request transparently and reports the exact model that ran in the X-Kyma-Model header.

How is billing calculated for repeated audio prompts?

Prompt caching applies to repeated prefixes, billing them at 10% of the standard input rate. New accounts include a $0.50 signup credit to cover initial testing.

Does this model support structured outputs or reasoning?

No. It is strictly a speech-to-text model that outputs plain text transcripts with timestamps. It does not support structured outputs, vision, or reasoning tasks.

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.135$0.81
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