Azure AI services
A group of Azure services, SDKs, and APIs designed to make apps more intelligent, engaging, and discoverable.
3,600 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
What are the differences between the Whisper model(s) available in Azure and those distributed under the MIT open-AI license on Github?
Thanks for the question, When you consume Whisper through Azure AI Speech endpoint, you can process much bigger, up to 1Gb files. More detailed info can be found here.
And if you need a quick-start guide on how to use Whisper model offline locally (e.g., "tiny" or "base" one) or access it through Azure OpenAI in a Gradio UI, feel free to re-use resources from this GitHub repo