Whisper large-v3, Hosted
Whisper is OpenAI’s open-weight speech recognition model, and large-v3 is the version most hosted transcription products benchmark against. Running it yourself means a GPU, a queue, a warm deployment and somebody to own all three. This endpoint is the same model with none of that: you POST the URL of an audio file and read the transcript out of the response.
Because the weights are open, this is not a lock-in decision. The same model you call here is the one you can run on your own hardware later, which is the main reason teams pick Whisper over a proprietary transcription API in the first place.