# Whisper Large V3 Turbo

Whisper Large V3 Turbo is an optimized version of OpenAI's Whisper model for fast multilingual transcription. It uses a pruned and fine-tuned model to turn recorded speech into text with an emphasis on quick turnaround. The advertised input rate is $0.00066667 per minute of audio. Each request has a minimum billable audio duration of 10 seconds.

- Model identifier: ` openai/whisper-large-v3-turbo `
- Creator: OpenAI
- Providers: Groq
- Model type: Speech to text
- Canonical model page: [Whisper Large V3 Turbo](<https://impossibl.com/openai/whisper-large-v3-turbo>)
- API availability: Listed as serving through Impossibl.

## Providers

Groq hosts Whisper Large V3 Turbo. Impossibl routes your request intelligently and handles failover automatically when a provider is down.

| Provider | Endpoint location | Routes | Verified context window | Tool calling |
| --- | --- | --- | --- | --- |
| Groq | Not specified | 1 | Not verified | Not supported |

The model price applies whichever provider serves the request. Endpoint locations do not guarantee inference residency.

## Specs and Capabilities

- Context window: Not published
- Maximum output tokens: Not published in the public catalog; this is separate from the context window.
- Inputs: audio, text
- Outputs: text
- Tool calling: Not published

## API access

Use ` openai/whisper-large-v3-turbo ` as the model identifier through the Impossibl API.

Published API endpoints:

- ` /v1/audio/transcriptions `

[API quickstart](<https://impossibl.com/docs/agent-quickstart>) · [Models and billing documentation](<https://impossibl.com/docs/models>)

## Published API prices

All rates are in USD. An unpublished rate is unknown, not zero. Workspace-specific pricing, taxes, balance-purchase fees, billing adjustments, and tool charges can affect the amount paid.

| Usage | Published base rate | Billing unit |
| --- | --- | --- |
| Input | $0.00066667 | per minute of audio |

Minimum billable audio duration: 10 seconds per request, including shorter clips.

## Availability and retirement

The model is listed as serving. No retirement is announced in the current public catalog.

## Frequently asked questions

### What is Whisper Large V3 Turbo?

Whisper Large V3 Turbo is an optimized version of OpenAI's Whisper model for fast multilingual transcription. It uses a pruned and fine-tuned model to turn recorded speech into text with an emphasis on quick turnaround.

Sources: [Groq speech-to-text documentation](<https://console.groq.com/docs/speech-to-text>); [OpenRouter model listing](<https://openrouter.ai/openai/whisper-large-v3-turbo>)

### How much does Whisper Large V3 Turbo cost?

Whisper Large V3 Turbo costs $0.00066667 per minute of audio through the Impossibl API. The minimum billable audio duration is 10 seconds per request, even for shorter clips. All rates are in USD.

### What inputs and outputs does Whisper Large V3 Turbo support?

Whisper Large V3 Turbo accepts audio and text as input. Whisper Large V3 Turbo returns text.

### How do I use Whisper Large V3 Turbo through an API?

Whisper Large V3 Turbo is available through the Impossibl API. Use openai/whisper-large-v3-turbo as the model identifier with /v1/audio/transcriptions. The quickstart explains how to create an API key and send your first request.

## Sources and related links

Prices, limits, capabilities, endpoints, and availability come from the public Impossibl catalog. Creator documentation supplies descriptions and release dates where available; it does not override the published API offering.

- [Public Impossibl model catalog](<https://api.impossibl.com/v1/models>)
- [Full model directory as JSON](<https://impossibl.com/models.json>)
- [Whisper Large V3 Turbo: model details and pricing](<https://impossibl.com/openai/whisper-large-v3-turbo>)
- [Model directory](<https://impossibl.com/models>)
- [Groq speech-to-text documentation](<https://console.groq.com/docs/speech-to-text>)
- [OpenRouter model listing](<https://openrouter.ai/openai/whisper-large-v3-turbo>)
