I haven't found information that explains why the gpt-35-turbo "0613" versions have been blocked / pulled but it seems to be the case. The only models and versions available, as joshhayes wrote, are:
gpt-35-turbo (version "0301")
text-embedding-ada-002 (version "1")
text-embedding-ada-002 (version "2")
The ListModels Rest API returns 20 text model versions, including the gpt-35-turbo "0613" versions, but the Deployments REST API returns a "400" error when I attempt to deploy the "0613" version.
"Creating account deployment is not supported by the model 'gpt-35-turbo'. This is usually because there are better models available for the similar functionality."
The Deployments REST API does successfully deploy gpt-35-turbo version "0301".
Any update from Microsoft on the newer versions?