Skip to content

Commit f48bfe7

Browse files
author
gitName
committed
edits
1 parent 2da3f94 commit f48bfe7

File tree

4 files changed

+9
-13
lines changed

4 files changed

+9
-13
lines changed

articles/api-management/TOC.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -214,8 +214,6 @@
214214
href: azure-openai-api-from-specification.md
215215
- name: Import OpenAI-compatible LLM API
216216
href: openai-compatible-llm-api.md
217-
- name: Import LLM API
218-
href: openai-compatible-llm-api.md
219217
- name: Authenticate and authorize to Azure OpenAI
220218
href: api-management-authenticate-authorize-azure-openai.md
221219
- name: Semantic caching for Azure OpenAI API requests

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ms.custom: template-how-to, build-2024
1414

1515
[!INCLUDE [api-management-availability-all-tiers](../../includes/api-management-availability-all-tiers.md)]
1616

17-
You can import AI model endpoints deployed in Azure AI Foundry to your API Management instance. Use AI gateway policies and other capabilities in API Management to simplify integration, improve observability, and enhance control over the model endpoints.
17+
You can import AI model endpoints deployed in Azure AI Foundry to your API Management instance as APIs. Use AI gateway policies and other capabilities in API Management to simplify integration, improve observability, and enhance control over the model endpoints.
1818

1919
Learn more about managing AI APIs in API Management:
2020

@@ -27,7 +27,7 @@ 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 your AI service includes models exposed through the Azure AI Model Inference API.
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.
3131

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

@@ -58,7 +58,7 @@ To import an AI Foundry API to API Management:
5858

5959
:::image type="content" source="media/azure-ai-foundry-api/ai-foundry-api.png" alt-text="Screenshot of creating an OpenAI-compatible API in the portal." :::
6060
1. On the **Select AI service** tab:
61-
1. Select the **Subscription** in which to search for AI services such as Azure AI Foundry or Azure OpenAI Service. To get information about the model deployments in a service, select the **deployments** link next to the service name.
61+
1. Select the **Subscription** in which to search for AI services. To get information about the model deployments in a service, select the **deployments** link next to the service name.
6262
:::image type="content" source="media/azure-ai-foundry-api/deployments.png" alt-text="Screenshot of deployments for an AI service in the portal.":::
6363
1. Select an AI service.
6464
1. Select **Next**.
@@ -68,7 +68,7 @@ To import an AI Foundry API to API Management:
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.
7070
* **Azure OpenAI** - Select this option if your clients only need to access Azure OpenAI Service model deployments.
71-
* **Azure AI** - Select this option if your clients need to access other model in Azure AI Foundry.
71+
* **Azure AI** - Select this option if your clients need to access other models in Azure AI Foundry.
7272
1. Select **Next**.
7373

7474
:::image type="content" source="media/azure-ai-foundry-api/client-compatibility.png" alt-text="Screenshot of AI Foundry API configuration in the portal.":::
@@ -78,7 +78,7 @@ To import an AI Foundry API to API Management:
7878
* [Track token usage](llm-emit-token-metric-policy.md)
7979
1. On the **Apply semantic caching** tab, optionally enter settings or accept defaults that define the policies to help optimize performance and reduce latency for the API:
8080
* [Enable semantic caching of responses](azure-openai-enable-semantic-caching.md)
81-
1. On the **AI content safety**, optionally enter settings or accept defaults to configure the Azure AI Content Safety service checks for API requests:
81+
1. On the **AI content safety**, optionally enter settings or accept defaults to configure the Azure AI Content Safety service to block prompts with unsafe content:
8282
* [Enforce content safety checks on LLM requests](llm-content-safety-policy.md)
8383
1. Select **Review**.
8484
1. After settings are validated, select **Create**.

articles/api-management/openai-compatible-llm-api.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ms.custom: template-how-to, build-2024
1414

1515
[!INCLUDE [api-management-availability-all-tiers](../../includes/api-management-availability-all-tiers.md)]
1616

17-
You can import self-hosted AI model endpoints to your API Management instance. Use AI gateway policies and other capabilities in API Management to simplify integration, improve observability, and enhance control over the model endpoints.
17+
You can import self-hosted AI model endpoints to your API Management instance as APIs. Use AI gateway policies and other capabilities in API Management to simplify integration, improve observability, and enhance control over the model endpoints.
1818

1919
Learn more about managing AI APIs in API Management:
2020

@@ -40,9 +40,8 @@ API Management supports two types of self-hosted language model APIs. Choose the
4040

4141
## Import language model API using the portal
4242

43-
Use the following steps to import a language model API to API Management.
4443

45-
To import a language model API to API Management:
44+
To import a self-hosted language model API to API Management:
4645

4746
1. In the [Azure portal](https://portal.azure.com), navigate to your API Management instance.
4847
1. In the left menu, under **APIs**, select **APIs** > **+ Add API**.
@@ -66,7 +65,7 @@ To import a language model API to API Management:
6665
* [Track token usage](llm-emit-token-metric-policy.md)
6766
1. On the **Apply semantic caching** tab, optionally enter settings or accept defaults that define the policies to help optimize performance and reduce latency for the API:
6867
* [Enable semantic caching of responses](azure-openai-enable-semantic-caching.md)
69-
1. On the **AI content safety**, optionally enter settings or accept defaults to configure the Azure AI Content Safety service checks for API requests:
68+
1. On the **AI content safety**, optionally enter settings or accept defaults to configure the Azure AI Content Safety service to block prompts with unsafe content:
7069
* [Enforce content safety checks on LLM requests](llm-content-safety-policy.md)
7170
1. Select **Review**.
7271
1. After settings are validated, select **Create**.

includes/api-management-define-api-topics.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,8 @@ ms.author: danlep
2121
* [Import an Azure Function App API](../articles/api-management/import-function-app-as-api.md)
2222
* [Import an Azure Logic App API](../articles/api-management/import-logic-app-as-api.md)
2323
* [Import a Service Fabric service](/azure/service-fabric/service-fabric-tutorial-deploy-api-management)
24-
* [Import an Azure OpenAI API](../articles/api-management/azure-openai-api-from-specification.md)
24+
* [Import an Azure AI Foundry API](../articles/api-management/azure-ai-foundry-api.md)* [Import an Azure OpenAI API](../articles/api-management/azure-openai-api-from-specification.md)
2525
* [Import an LLM API](../articles/api-management/openai-compatible-llm-api.md)
26-
* [Import an Azure AI Foundry API](../articles/api-management/azure-ai-foundry-api.md)
2726
* [Import an OData API](../articles/api-management/import-api-from-odata.md)
2827
* [Import SAP OData metadata](../articles/api-management/sap-api.md)
2928
* [Import a gRPC API](../articles/api-management/grpc-api.md)

0 commit comments

Comments
 (0)