How to access to Whisper in Azure Speech Batch Transcription

Václav Bílek 0 Reputation points
2024-12-17T13:05:04.4933333+00:00

When listing base models from API I do not have the whisper option. How do I enable it? I am following this tutorial https://zcusa.951200.xyz/en-us/azure/ai-services/speech-service/batch-transcription-create?pivots=rest-api#use-a-whisper-model

This is my request, it does not return the whisper option

https://eastus.api.cognitive.microsoft.com/speechtotext/v3.2/models/
Azure AI Speech
Azure AI Speech
An Azure service that integrates speech processing into apps and services.
1,835 questions
{count} votes

2 answers

Sort by: Most helpful
  1. Azar 24,600 Reputation points MVP
    2024-12-17T13:29:13.6766667+00:00

    Hi there Václav Bílek

    Thanks for using QandA platform

    This could be due to region restrictions, an outdated API version, or subscription limitations etc. make suree you are using a supported region like East US or West Europe as outlined in the Azure region availability guide. check that you are using API version v3.2 or later,

    If this helps kindly accept the answer thanks much.


  2. romungi-MSFT 48,126 Reputation points Microsoft Employee
    2024-12-18T10:38:54.08+00:00

    Václav Bílek Try this URI with GET. Getting the exact model details with the GET operation is a bit tricky with the filter option but if you know the displayName of the model you can get only the required model details in response.

    https://eastus.api.cognitive.microsoft.com/speechtotext/v3.2/models/base?filter=displayName%20eq%20'20240228%20Whisper%20Large%20V2'

    User's image

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.