Deployment name: This specifies which deployment of the model you want to use. In Azure OpenAI, you might have multiple deployments of the same model optimized for different tasks.
Endpoint: This is the URL where your AI1 model is hosted. It directs the API requests to the correct Azure service instance.
Key: This is the authentication key that allows your web app to access the Azure OpenAI service securely. It ensures that only authorized applications can use the service.
C is the answer
"AI1" is deployment name.
https://learn.microsoft.com/en-us/azure/ai-services/openai/quickstart?tabs=command-line%2Cpython-new&pivots=rest-api#retrieve-key-and-endpoint
DEPLOYMENT-NAME This value will correspond to the custom name you chose for your deployment when you deployed a model.
Correct.
When you access the model via the API you will need to refer to the deployment name rather than the underlying model name in API calls.
https://learn.microsoft.com/en-us/azure/ai-services/openai/how-to/create-resource?pivots=web-portal
To connect to an Azure OpenAI model using the Azure OpenAI SDK, you need to provide:
The deployment name of the model that you want to use. This is the name that you assigned to the model when you deployed it.
The endpoint of your Azure OpenAI resource. This is the URL that you can find in the Overview section of your resource in the Azure portal or by using the Azure CLI.
The key of your Azure OpenAI resource. This is the API key that you can find in the Keys and Endpoint section of your resource in the Azure portal or by using the Azure CLI.
A voting comment increases the vote count for the chosen answer by one.
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one.
So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
syupwsh
3 weeks, 1 day agomoonlightc
6 months, 3 weeks agop2006
9 months agoanntv252
10 months, 1 week agomichaelmorar
10 months, 3 weeks agoNullVoider_0
11 months agoMehe323
11 months, 1 week agoTraining
11 months agoAkber81
11 months, 2 weeks agoGHill1982
1 year agoAlviraTony
11 months, 2 weeks agoAlviraTony
11 months, 2 weeks agoRazvan_C
1 year ago