Audio & SpeechActive
openai / whisper-large-v3
whisper-large-v3
Whisper is a pre-trained model for automatic speech recognition (ASR) and speech translation. Trained on 680k hours of labelled data, Whisper models demonstrate a strong ability to generalise to many datasets and domains without the need for fine-tuning.
Speech to TextWhisperAudioGrid Landscape
Model ID
whisper-large-v3
Provider
openai
Updated
1785758232
wiro playground—openai/whisper-large-v3
Updated 1785758232
API quick start
Run whisper-large-v3 with a single API call.
POST https://api.wiro.ai/v1/Run/openai/whisper-large-v3
{
"inputAudio": "https://your-cdn.com/input.mp3",
"language": "auto",
"chunkLength": 30,
"batchSize": 8
}