Skip to content

Commit 783fc26

Browse files
sdgilleyeric-urban
andauthored
Update articles/ai-foundry/model-inference/concepts/endpoints.md
Co-authored-by: Eric Urban <[email protected]>
1 parent 680dfee commit 783fc26

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/ai-foundry/model-inference/concepts/endpoints.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ To learn more about how to create deployments see [Add and configure model deplo
4141
Azure AI Foundry Services (formerly known Azure AI Services) expose multiple endpoints depending on the type of work you're looking for:
4242

4343
> [!div class="checklist"]
44-
> * Azure OpenAI endpoint (usually with the form `https://<resource-name>.services.ai.azure.com/models`)
45-
> * Azure AI inference endpoint (usually with the form `https://<resource-name>.openai.azure.com`)
44+
> * Azure AI inference endpoint (usually with the form `https://<resource-name>.services.ai.azure.com/models`)
45+
> * Azure OpenAI endpoint (usually with the form `https://<resource-name>.openai.azure.com`)
4646
4747
The **Azure AI inference endpoint** allows customers to use a single endpoint with the same authentication and schema to generate inference for the deployed models in the resource. All the models support this capability. This endpoint follows the [Azure AI Model Inference API](.././reference/reference-model-inference-api.md).
4848

0 commit comments

Comments
 (0)