{"error":{"code":"404","message": "Resource not found"}}

Tanmay Chauhan 20 Reputation points
2024-09-24T14:09:02.7533333+00:00

Hello,

I have been working on a project with Azure AI. I have deployed the gpt-4o model, But when I try to use it using endpoint and deployment name, Its showing the following error. Region is EastUS and I am using following configs.

AZURE_OPENAI_ENDPOINT="https://XXXXXXXXX.openai.azure.com/"
AZURE_OPENAI_CHAT_DEPLOYMENT="gpt-4o"
AZURE_OPENAI_API_VERSION="2024-05-13"
{"error":{"code":"404","message": "Resource not found"}}
Azure OpenAI Service
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
3,081 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,856 questions
{count} votes

1 answer

Sort by: Most helpful
  1. YutongTie-MSFT 51,756 Reputation points
    2024-09-26T21:22:53.9+00:00

    Tanmay Chauhan

    Thanks for your response, this is because you are using model version instead of API version, please use the latest API version 2024-06-01 at this moment.

    https://learn.microsoft.com/en-us/azure/ai-services/openai/api-version-deprecation#latest-ga-api-release

    I hope this helps.

    Regards,

    Yutong

    -Please kindly accept the answer if you feel helpful to support the community, thanks a lot.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.