Azure Open AI API Endpoint 404 Resource Not Found

On my side, I was not able to find the “correct” credentials but I found how to get the correct credentials.

You go to the Azure OpenAI Studio, then go to “Conversation” tab, then “Show Code”, and select “curl” langage.

Then, in the initial URL you will find the correct apiKey, url, and more important, the correct apiVersion.

Be very careful, because at the end of the apiVersion, there is a “-preview”, do not forget it in your JS/python code :slight_smile:

  • on my side, I had a wrong apiVersion and so, I always had this 404 error
1 Like