Skip to content

Commit ca5086a

Browse files
committed
move supported models to include
1 parent aaf312a commit ca5086a

File tree

3 files changed

+26
-13
lines changed

3 files changed

+26
-13
lines changed

articles/api-management/azure-openai-emit-token-metric-policy.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: dlepow
66

77
ms.service: api-management
88
ms.topic: article
9-
ms.date: 06/25/2024
9+
ms.date: 07/09/2024
1010
ms.author: danlep
1111
ms.collection: ce-skilling-ai-copilot
1212
ms.custom:
@@ -21,6 +21,8 @@ The `azure-openai-emit-token-metric` policy sends metrics to Application Insight
2121

2222
[!INCLUDE [api-management-policy-generic-alert](../../includes/api-management-policy-generic-alert.md)]
2323

24+
[!INCLUDE [api-management-azure-openai-models](../../includes/api-management-azure-openai-models.md)]
25+
2426

2527
## Prerequisites
2628

articles/api-management/azure-openai-token-limit-policy.md

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -23,18 +23,7 @@ By relying on token usage metrics returned from the OpenAI endpoint, the policy
2323

2424
[!INCLUDE [api-management-policy-generic-alert](../../includes/api-management-policy-generic-alert.md)]
2525

26-
## Supported Azure OpenAI Service models
27-
28-
The policy is used with APIs [added to API Management from the Azure OpenAI Service](azure-openai-api-from-specification.md) of the following types:
29-
30-
| API type | Supported models |
31-
|-------|-------------|
32-
| Chat completion | gpt-3.5<br/><br/>gpt-4 |
33-
| Completion | gpt-3.5-turbo-instruct |
34-
| Embeddings | text-embedding-3-large<br/><br/> text-embedding-3-small<br/><br/>text-embedding-ada-002 |
35-
36-
37-
For more information, see [Azure OpenAI Service models](../ai-services/openai/concepts/models.md).
26+
[!INCLUDE [api-management-azure-openai-models](../../includes/api-management-azure-openai-models.md)]
3827

3928
## Policy statement
4029

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
---
2+
author: dlepow
3+
ms.service: api-management
4+
ms.custom:
5+
- build-2024
6+
ms.topic: include
7+
ms.date: 07/09/2024
8+
ms.author: danlep
9+
---
10+
11+
## Supported Azure OpenAI Service models
12+
13+
The policy is used with APIs [added to API Management from the Azure OpenAI Service](../articles/api-management/azure-openai-api-from-specification.md) of the following types:
14+
15+
| API type | Supported models |
16+
|-------|-------------|
17+
| Chat completion | gpt-3.5<br/><br/>gpt-4 |
18+
| Completion | gpt-3.5-turbo-instruct |
19+
| Embeddings | text-embedding-3-large<br/><br/> text-embedding-3-small<br/><br/>text-embedding-ada-002 |
20+
21+
For more information, see [Azure OpenAI Service models](../articles/ai-services/openai/concepts/models.md).
22+

0 commit comments

Comments
 (0)