Speech to text - batch Transcriptins

Mohamed Hussein 715 Reputation points
2025-04-25T14:48:47.6733333+00:00

Good Day,

I've couple of questions regardting speech to text (batch transcritions)

  1. Where's i can find list of supported Models highlighted at the screenshot
  2. I'm getting following error, while locale "ar-EG" is supported as mentioned here https://learn.microsoft.com/en-us/azure/ai-services/speech-service/language-support?tabs=stt
  3. User's image

User's image

   {
       "code": "InvalidRequest",
       "message": "The transcription locale does not match the locale of a model.",
       "innerError": {
           "code": "InvalidPayload",
           "message": "The transcription locale does not match the locale of a model."
       }
   }
Azure AI Speech
Azure AI Speech
An Azure service that integrates speech processing into apps and services.
{count} votes

Answer accepted by question author
  1. Manas Mohanty 13,340 Reputation points Moderator
    2025-05-02T09:29:58.3666667+00:00

    Hi @Mohamed Hussein,

    Sorry for delay in getting working command for listing command.

    There was missing keywords in previous command shared from Santosh.

    Here are the windows commands

    to get list of bases models

    curl -X GET "{endpoint}/speechtotext/v3.2-preview.2/models/base" -H "Ocp-Apim-Subscription-Key: REPLACE_WITH_YOUR_SUBSCRIPTION_KEY"
    

    to get list of custom models (will show empty array if no custom model available)

    curl -X GET "{endpoint}/speechtotext/v3.2-preview.2/models" -H "Ocp-Apim-Subscription-Key: REPLACE_WITH_YOUR_SUBSCRIPTION_KEY"
    
    

    Hope it helps.

    Thank you

    1 person found this answer helpful.
    0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

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