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
You can import AI model endpoints deployed in [Azure OpenAI Service](/azure/ai-services/openai/overview) to your API Management instance as a REST API. 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 OpenAI in Foundry Models](/azure/ai-services/openai/overview) to your API Management instance as a REST API. Use AI gateway policies and other capabilities in API Management to simplify integration, improve observability, and enhance control over the model endpoints.
18
18
19
19
20
20
This article shows two options to import an Azure OpenAI API into an Azure API Management instance as a REST API:
21
21
22
-
-[Import an Azure OpenAI API directly from Azure OpenAI Service](#option-1-import-api-from-azure-openai-service) (recommended)
22
+
-[Import an Azure OpenAI API directly from Azure OpenAI](#option-1-import-api-from-azure-openai-service) (recommended)
23
23
-[Download and add the OpenAPI specification](#option-2-add-an-openapi-specification-to-api-management) for Azure OpenAI and add it to API Management as an OpenAPI API.
24
24
25
25
Learn more about managing AI APIs in API Management:
@@ -29,18 +29,18 @@ Learn more about managing AI APIs in API Management:
29
29
## Prerequisites
30
30
31
31
- An existing API Management instance. [Create one if you haven't already](get-started-create-service-instance.md).
32
-
- An Azure OpenAI resource with a model deployed. For more information about model deployment in Azure OpenAI service, see the [resource deployment guide](/azure/ai-services/openai/how-to/create-resource).
32
+
- An Azure OpenAI resource with a model deployed. For more information about model deployment in Azure OpenAI, see the [resource deployment guide](/azure/ai-services/openai/how-to/create-resource).
33
33
34
34
Make a note of the ID (name) of the deployment. You'll need it when you test the imported API in API Management.
35
35
36
36
> [!NOTE]
37
-
> API Management policies such as [azure-openai-token-limit](azure-openai-token-limit-policy.md) and [azure-openai-emit-token-metric](azure-openai-emit-token-metric-policy.md) are supported for certain API endpoints exposed through specific Azure OpenAI Service models. For more information, see [Supported Azure OpenAI Service models](azure-openai-token-limit-policy.md#supported-azure-openai-service-models).
37
+
> API Management policies such as [azure-openai-token-limit](azure-openai-token-limit-policy.md) and [azure-openai-emit-token-metric](azure-openai-emit-token-metric-policy.md) are supported for certain API endpoints exposed through specific Azure OpenAI models. For more information, see [Supported Azure OpenAI models](azure-openai-token-limit-policy.md#supported-azure-openai-service-models).
38
38
39
39
- Permissions to grant access to the Azure OpenAI resource from the API Management instance.
40
40
41
-
## Option 1. Import API from Azure OpenAI Service
41
+
## Option 1. Import API from Azure OpenAI
42
42
43
-
You can import an Azure OpenAI API directly from Azure OpenAI Service to API Management.
43
+
You can import an Azure OpenAI API directly from Azure OpenAI to API Management.
0 commit comments