Error retrieving fine-tuned models for AI deployment

Yvonne Joseph 0 Reputation points
2024-06-21T11:17:24.3033333+00:00

I am trying to deploy my AI services and I encountered an error when selecting the model. The error message says:

"Access denied due to invalid subscription key or wrong API endpoint. Make sure to provide a valid key for an active subscription and use a correct regional API endpoint for your resource."

I have a subscription with $5000 in credit, so I don't understand why I am getting this error. Can anyone help me troubleshoot this issue?

Azure AI services
Azure AI services
A group of Azure services, SDKs, and APIs designed to make apps more intelligent, engaging, and discoverable.
2,577 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Amira Bedhiafi 18,501 Reputation points
    2024-06-23T09:32:28.0833333+00:00

    I think the error is related to the subscription key or the API endpoint provided which is incorrect.

    Verify the subscription key you are using is valid and active. You can usually find this information in your Azure portal or the platform where you obtained the API.

    Check that you are using the correct API endpoint for your resource because the endpoint usually depends on the region where your resource is located.

    If you are accessing the API through code, make sure that the subscription key and API endpoint are correctly implemented in your code. https://video2.skills-academy.com/en-us/answers/questions/1377910/how-to-fix-access-denied-due-to-invalid-subscripti

    https://stackoverflow.com/questions/42123633/access-denied-due-to-invalid-subscription-key-face-api

    0 comments No comments