Custom Speech Model: Deprecated model, when making post to /speechtotext/v3.0/models

Andrii Dusheba CW 1 Reputation point
2021-07-26T08:17:56.03+00:00

I have uploaded dataset, and after that I tried to create model, marking post request to /speechtotext/v3.0/models,
in parameters, I sent url of my dataset and url of one of the basemodels that i've fetched from /speechtotext/v3.0/models/base API.
example of my request (it's in c#, and i go though all basemodels that were returned by api, to be sure that non of them work)
117873-image.png

However, all requests have failed with error http 400:
{
"code": "InvalidRequest",
"message": "The specified model is deprecated and cannot be used for this operation.",
"innerError": {
"code": "ModelDeprecated",
"message": "The specified model is deprecated and cannot be used for this operation."
}
}

Azure AI Speech
Azure AI Speech
An Azure service that integrates speech processing into apps and services.
1,383 questions
Azure AI services
Azure AI services
A group of Azure services, SDKs, and APIs designed to make apps more intelligent, engaging, and discoverable.
2,354 questions
{count} votes