Skip to content

Commit ad8cd78

Browse files
Merge pull request #301771 from v-albemi/foundry-api
REBRAND - AI Foundry terms
2 parents 10d4529 + 489fab6 commit ad8cd78

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

articles/api-management/azure-ai-foundry-api.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,16 +27,16 @@ API Management supports two client compatibility options for AI APIs. Choose the
2727

2828
* **Azure AI** - Manage model endpoints in Azure AI Foundry that are exposed through the [Azure AI Model Inference API](/azure/ai-studio/reference/reference-model-inference-api).
2929

30-
Clients call the deployment at a `/models` endpoint such as `/my-model/models/chat/completions`. Deployment name is passed in the request body. Use this option if you want flexibility to switch between models exposed through the Azure AI Model Inference API and those deployed in Azure OpenAI Service.
30+
Clients call the deployment at a `/models` endpoint such as `/my-model/models/chat/completions`. Deployment name is passed in the request body. Use this option if you want flexibility to switch between models exposed through the Azure AI Model Inference API and those deployed in Azure OpenAI in Foundry Models.
3131

32-
* **Azure OpenAI Service** - Manage model endpoints deployed in Azure OpenAI Service.
32+
* **Azure OpenAI** - Manage model endpoints deployed in Azure OpenAI.
3333

34-
Clients call the deployment at an `/openai` endpoint such as `/openai/deployments/my-deployment/chat/completions`. Deployment name is passed in the request path. Use this option if your AI service only includes Azure OpenAI Service model deployments.
34+
Clients call the deployment at an `/openai` endpoint such as `/openai/deployments/my-deployment/chat/completions`. Deployment name is passed in the request path. Use this option if your AI service only includes Azure OpenAI model deployments.
3535

3636
## Prerequisites
3737

3838
- An existing API Management instance. [Create one if you haven't already](get-started-create-service-instance.md).
39-
- An Azure AI service in your subscription with one or more models deployed. Examples include models deployed in Azure AI Foundry or Azure OpenAI Service.
39+
- An Azure AI service in your subscription with one or more models deployed. Examples include Azure OpenAI or other models deployed in Azure AI Foundry.
4040

4141
## Import AI Foundry API using the portal
4242

@@ -67,7 +67,7 @@ To import an AI Foundry API to API Management:
6767
1. In **Base path**, enter a path that your API Management instance uses to access the deployment endpoint.
6868
1. Optionally select one or more **Products** to associate with the API.
6969
1. In **Client compatibility**, select either of the following based on the types of client you intend to support. See [Client compatibility options](#client-compatibility-options) for more information.
70-
* **Azure OpenAI** - Select this option if your clients only need to access Azure OpenAI Service model deployments.
70+
* **Azure OpenAI** - Select this option if your clients only need to access Azure OpenAI model deployments.
7171
* **Azure AI** - Select this option if your clients need to access other models in Azure AI Foundry.
7272
1. Select **Next**.
7373

0 commit comments

Comments
 (0)