Try in playground
Test Whisper V3 Large in the Runpod Hub playground.
Request
All parameters are passed within theinput 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
Supported audio formats
Whisper V3 Large supports common audio formats including:- MP3
- WAV
- FLAC
- M4A
- OGG