Target URL missing in azure ai studio after finening a model

Ali Hassan 45 Reputation points
2024-08-29T08:39:22.9133333+00:00

I've deployed a GPT-4o mini model in Azure AI Studio, but the Target URI in the Endpoint section is missing (shows as "---"). The deployment seems successful otherwise, with an API key provided. How can I obtain the correct endpoint URI for my deployed model?

Azure OpenAI Service
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
4,106 questions
{count} votes

Accepted answer
  1. AshokPeddakotla-MSFT 35,971 Reputation points Moderator
    2024-08-29T13:58:48.3566667+00:00

    Ali Hassan Greetings!

    Could you share the screenshot for better understanding?

    In Which region you are seeing this issue?

    If you have deployed a model recently, check after some time by refreshing the page.

    I had the same issue when i checked immediately after deployment once.

    But working as expected after some time. See below for confirmation.

    User's image

    I also tried multiple times but not seeing any issue. It is showing immediately after deployment.

    Please let me know if you are still blocked.


2 additional answers

Sort by: Most helpful
  1. Benjamin Ulmer 5 Reputation points
    2024-12-03T20:44:17.6533333+00:00

    I have the exact same problem. Is there another way to check the current status besides just waiting?

    1 person found this answer helpful.
    0 comments No comments

  2. Chevy Li 5 Reputation points
    2024-12-04T09:06:25.8966667+00:00

    Today I actually created a support ticket and got help from a support engineer. She confirmed the phenomenon and offered a workaround: in the "Chat playground" page, open the Chrome devtools, and grab the Url from Network tab. The url is in such a format:

    https://<service name>.openai.azure.com/openai/deployments/<deployment name>/chat/completions?api-version=<api version>
    
    

    With that and the api key, I managed to make the API call.

    1 person found this answer helpful.
    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.