@Caesar Cavales You can check the base model deprecation dates using the GET Base model API. This provides a deprecation date for the base model that you can use to determine when a base model is going to expire. I think you can use this API to automate your application deployments if the base model date is valid.
Since there are many models, use the filter expression to use your base model display name. For example the request URL should look like something below along with subscription key header.
https://<resource_name>.cognitiveservices.azure.com/speechtotext/v3.1/models/base?filter=displayName eq '20221013'
Query Filter:
filter=displayName eq '20221013'
Sample response:
If this answers your query, do click Accept Answer
and Yes
for was this answer helpful. And, if you have any further query do let us know.