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
Context
4K
Usage
How much this model is actually called here.
Rank
#55
of 98 active models
Tokens served
677.3K
all-time
Platform share
0.0%
of all tokens
How it behaves under real clients
The same model answering different prompt shapes — measured, not benchmarked.
| Client | Requests | Tokens | Throughput | To first token | p95 total | Completed |
|---|---|---|---|---|---|---|
| Pheme | 19,043 | 0 | 0.53 s | 100% | ||
| watch-cli | 3,438 | 0 | 0.38 s | 100% |
Grouped by the client that sent the request. Not a benchmark: the same model on different prompt shapes. Throughput and time-to-first-token are medians; p95 is the slowest response in twenty. 4 clients under 100 requests not shown.
Two clocks, and why they disagree
Kyma measures this model twice. Both are real; they answer different questions.
Probe · every 6h · 30 days
1.15s to answer
One fixed prompt, on a schedule, to every model. Comparable, because the model is the only thing that changes.
- Observations
- 36,102
- Answered by a substitute
- 0
Real traffic · last 7 days
0.28s to answer
Your requests, at the lengths clients actually send. Not comparable between models, but it is what running this one feels like.
- Requests
- 8,988
- Completed
- 99.6%
- p95
- 0.6 s
Production prompts here are shorter than the probe's. Use the probe figure to choose between models, the traffic figure to budget for your own.
Pricing
Per minute of audio processed. Min billable: 1 minute.
$0.0009 / minWhen to use Whisper Large v3 Turbo
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 this model's cached 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
Create an API key
Sign up and grab a key from the dashboard — $0.50 free credit on the free tier, which covers Whisper Large v3 Turbo. No card required.
Get API key → - 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
Stream responses
Add
"stream": trueto 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?
How do I use Whisper Large v3 Turbo?
How does Kyma handle model routing for this endpoint?
How is billing calculated for repeated audio prompts?
Does this model support structured outputs or reasoning?
More models by OpenAI
See all 12 →| Model | Context | Input | Output |
|---|---|---|---|
GPT-6 Astra | 1M | $13.50 | $67.50 |
GPT Transcribe | — | $0.006075 / min | |
GPT-5.6 Terra | 1M | $2.70 | $16.20 |
GPT-5.6 Luna | 1M | $0.27 | $1.62 |
GPT-5.6 Luna Pro | 1M | $0.27 | $1.62 |
GPT-5.6 Terra Pro | 1M | $2.70 | $16.20 |
GPT-5.6 Sol | 1M | $2.70 | $13.50 |
GPT-5.6 Sol Pro | 1M | $2.70 | $13.50 |
