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