Skip to main content
Whisper V3 Large is OpenAI’s state-of-the-art automatic speech recognition model that transcribes audio to text. It supports multiple languages and can handle various audio formats with high accuracy.

Try in playground

Test Whisper V3 Large in the Runpod Hub playground.

Request

All parameters are passed within the input object in the request body.
string
required
URL of the audio file to transcribe.
string
Optional context or prompt to guide transcription. Useful for domain-specific terminology or formatting hints.

Response

string
Unique identifier for the request.
string
Request status. Returns COMPLETED on success, FAILED on error.
integer
Time in milliseconds the request spent in queue before processing began.
integer
Time in milliseconds the model took to transcribe the audio.
string
Identifier of the worker that processed the request.
object
The transcription result.
string
The transcribed text from the audio.
float
Cost of the transcription in USD.

Supported audio formats

Whisper V3 Large supports common audio formats including:
  • MP3
  • WAV
  • FLAC
  • M4A
  • OGG

Cost calculation

Whisper V3 Large charges $0.05 per 1000 characters of transcribed audio. Example costs: