You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/ai-foundry/foundry-models/how-to/github/create-model-deployments.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,25 +25,25 @@ In this article, you learn how to add a new model from Azure AI Foundry Models.
25
25
26
26
To complete this article, you need:
27
27
28
-
* An Azure subscription. If you're using [GitHub Models](https://docs.github.com/en/github-models/), you can upgrade your experience and create an Azure subscription in the process. Read [Upgrade from GitHub Models to Azure AI Foundry Models](../quickstart-github-models.md) if it's your case.
29
-
* An Azure AI services resource. For more information, see [Create an Azure AI Foundry resource](../quickstart-create-resources.md).
28
+
* An Azure subscription. If you're using [GitHub Models](https://docs.github.com/en/github-models/), you can upgrade your experience and create an Azure subscription in the process. Read [Upgrade from GitHub Models to Azure AI Foundry Models](../../../model-inference/how-to/quickstart-github-models.md) if it's your case.
29
+
* An Azure AI services resource. For more information, see [Create an Azure AI Foundry resource](../../../model-inference/how-to/quickstart-create-resources.md).
Deployed models in Azure AI Foundry Models can be consumed using the [Azure AI model's inference endpoint](../../concepts/endpoints.md) for the resource.
38
+
Deployed models in Azure AI Foundry Models can be consumed using the [Azure AI model's inference endpoint](../../../model-inference/concepts/endpoints.md) for the resource.
39
39
40
40
To use it:
41
41
42
42
1. Get the Azure AI model's inference endpoint URL and keys from the **deployment page** or the **Overview** page. If you're using Microsoft Entra ID authentication, you don't need a key.
43
43
44
44
2. When constructing your request, indicate the parameter `model` and insert the model deployment name you created.
0 commit comments