Skip to content

Commit c91d7c0

Browse files
committed
[APIM] Update azure-ai-foundry-api article
1 parent 857b8cd commit c91d7c0

2 files changed

Lines changed: 15 additions & 6 deletions

File tree

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

Lines changed: 15 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ ms.service: azure-api-management
55
author: dlepow
66
ms.author: danlep
77
ms.topic: how-to
8-
ms.date: 10/07/2025
8+
ms.date: 03/25/2026
99
ms.update-cycle: 180-days
1010
ms.collection: ce-skilling-ai-copilot
1111
ms.custom: template-how-to, build-2024
@@ -24,7 +24,7 @@ Learn more about managing AI APIs in API Management:
2424

2525
## Client compatibility options
2626

27-
API Management supports two client compatibility options for AI APIs from Microsoft Foundry. When you import the API using the wizard, choose the option suitable for your model deployment. The option determines how clients call the API and how the API Management instance routes requests to the Foundry tool.
27+
API Management supports the following client compatibility options for AI APIs from Microsoft Foundry. When you import the API using the wizard, choose the option suitable for your model deployment. The option determines how clients call the API and how the API Management instance routes requests to the Foundry tool.
2828

2929
* **Azure OpenAI** - Manage Azure OpenAI in Microsoft Foundry model deployments.
3030

@@ -34,27 +34,35 @@ API Management supports two client compatibility options for AI APIs from Micros
3434

3535
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.
3636

37+
* **Azure OpenAI v1** - Manage Azure OpenAI in Microsoft Foundry model deployments, using the [Azure OpenAI API version 1](/azure/foundry/openai/api-version-lifecycle).
38+
39+
Clients call the deployment at an Azure OpenAI v1 model endpoint such as `my-model/models/chat/completions`. Deployment name is passed in the request body.
40+
3741
## Prerequisites
3842

3943
- An existing API Management instance. [Create one if you haven't already](get-started-create-service-instance.md).
4044

4145
- A Foundry tool in your subscription with one or more models deployed. Examples include models deployed in Microsoft Foundry or Azure OpenAI.
4246

47+
- If you want to enable semantic caching for the API, see [Enable semantic caching of responses](azure-openai-enable-semantic-caching.md) for prerequisites.
48+
49+
- If you want to enforce content safety checks on the API, see [Enforce content safety checks on LLM requests](llm-content-safety-policy.md) for prerequisites.
50+
4351
## Import Microsoft Foundry API using the portal
4452

4553
Use the following steps to import an AI API to API Management.
4654

4755
When you import the API, API Management automatically configures:
4856

49-
* Operations for each of the API's REST API endpoints
57+
* Operations for each of the API's REST API endpoints.
5058
* A system-assigned identity with the necessary permissions to access the Foundry tool deployment.
5159
* A [backend](backends.md) resource and a [set-backend-service](set-backend-service-policy.md) policy that direct API requests to the Azure AI Services endpoint.
5260
* Authentication to the backend using the instance's system-assigned managed identity.
5361
* (optionally) Policies to help you monitor and manage the API.
5462

5563
To import a Microsoft Foundry API to API Management:
5664

57-
1. In the [Azure portal](https://portal.azure.com), navigate to your API Management instance.
65+
1. In the [Azure portal](https://portal.azure.com), go to your API Management instance.
5866
1. In the left menu, under **APIs**, select **APIs** > **+ Add API**.
5967
1. Under **Create from Azure resource**, select **Microsoft Foundry**.
6068

@@ -68,9 +76,10 @@ To import a Microsoft Foundry API to API Management:
6876
1. Enter a **Display name** and optional **Description** for the API.
6977
1. In **Base path**, enter a path that your API Management instance uses to access the deployment endpoint.
7078
1. Optionally select one or more **Products** to associate with the API.
71-
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.
79+
1. In **Client compatibility**, select one of the following based on the types of client you intend to support. See [Client compatibility options](#client-compatibility-options) for more information.
7280
* **Azure OpenAI** - Select this option if your clients only need to access Azure OpenAI in Microsoft Foundry model deployments.
73-
* **Azure AI** - Select this option if your clients need to access other models in Microsoft Foundry.
81+
* **Azure AI** - Select this option if your clients need to access other models in Microsoft Foundry.
82+
* **Azure OpenAI v1** - Select this option if you want to use the Azure OpenAI API version 1 with your Foundry model deployments.
7483
1. Select **Next**.
7584

7685
:::image type="content" source="media/azure-ai-foundry-api/client-compatibility.png" alt-text="Screenshot of Microsoft Foundry API configuration in the portal.":::
25.6 KB
Loading

0 commit comments

Comments
 (0)