OpenAI: whisper-large-v3-turbo
whisper-large-v3-turbo- Price
- From $0.000011
- Modalities
- Audio
Getting started
Create API key
Create a key in Console, then use it with every model on the platform.
Send your first request
Copy the example for your language and run it against the endpoint.
Speech to textTokenLab endpointPOST/v1/audio/transcriptionscurl -X POST "https://api.tokenlab.sh/v1/audio/transcriptions" \ -H "Authorization: Bearer sk-xxx" \ -F file="@audio.mp3" \ -F operation="stt" \ -F model="whisper-large-v3-turbo" \ -F language="en" \ -F response_format="json"
Pricing
Official price is the model maker's public baseline. TokenLab price is what you pay for this model on TokenLab.
Speech to text
Per second- Official price
- $0.0000111
- TokenLab price
- $0.0000111
- Discount
- -
| Official pricePer second | TokenLab pricePer second | Discount | |
|---|---|---|---|
| Speech to text | $0.0000111 | $0.0000111 | - |
Usage & activity
Success rate is the share of requests that completed. Latency is how long a full response takes; P95 means 95% of requests finished within that time.
Usage & availability
Last 24 hoursNo data yet
Data is based on aggregate user requests, excluding status checks.
Open in Console
Open whisper-large-v3-turbo in Console with a prompt ready to edit or send.
Help me try whisper-large-v3-turbo with a short audio request at /v1/audio/transcriptions. Show the result and cost.
Use cases
Transcription
Turn meetings, support calls, and clips into structured text.
Side-by-side test
Compare response quality, latency, and price side by side.
Prompt examples
Transcribe a short customer call and pull out the action items.
Send the smallest possible request and show me the result and cost.
Compare this model with a cheaper one in the same category — when is each worth it?
FAQ
How much does whisper-large-v3-turbo cost?
On TokenLab, whisper-large-v3-turbo costs $0.0000111 Per second. The pricing table above shows the full breakdown. Rates depend on the billing unit, specification, and usage. Compare matching conditions in the model's detailed pricing; a single rate does not determine the total cost.
What is whisper-large-v3-turbo best for?
whisper-large-v3-turbo supports Fast, Speech to Text. You can open it directly in Create.
How do I test whisper-large-v3-turbo?
Open whisper-large-v3-turbo in Create. A sample for /v1/audio/transcriptions will be ready to try.
Which endpoint should whisper-large-v3-turbo use?
Use https://api.tokenlab.sh/v1/audio/transcriptions for whisper-large-v3-turbo. The request example below shows the matching code shape.
Can I test whisper-large-v3-turbo before integrating it?
Yes. Open Console starts a ready draft for whisper-large-v3-turbo and keeps your prompt after sign-in, so you don’t lose context.
Which operations does whisper-large-v3-turbo support?
whisper-large-v3-turbo supports Speech to text. Select an operation above to see its endpoint and request example.