Skip to content

Commit 4c8cbdb

Browse files
author
gitName
committed
update model support
1 parent 0880bbe commit 4c8cbdb

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

includes/api-management-azure-openai-models.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,21 +4,23 @@ ms.service: azure-api-management
44
ms.custom:
55
- build-2024
66
ms.topic: include
7-
ms.date: 07/09/2024
7+
ms.date: 02/26/2025
88
ms.author: danlep
99
---
1010

1111
## Supported Azure OpenAI Service models
1212

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:
13+
API Management supports Azure OpenAI Service API endpoints listed in the following table through deployment of the indicated models:
1414

1515
| API type | Supported models |
1616
|-------|-------------|
17-
| Chat completion | gpt-3.5<br/><br/>gpt-4<br/><br/>gpt-4o<sup>1</sup> |
18-
| Completion | gpt-3.5-turbo-instruct |
17+
| Chat completion | gpt-3.5<br/><br/>gpt-4<br/><br/>gpt-4o |
1918
| Embeddings | text-embedding-3-large<br/><br/> text-embedding-3-small<br/><br/>text-embedding-ada-002 |
2019

2120
<sup>1</sup> The `gpt-4o` model is multimodal (accepts text or image inputs and generates text).
2221

22+
> [!NOTE]
23+
> Traditional completion APIs are only available with legacy model versions and support is limited.
24+
2325
For more information, see [Azure OpenAI Service models](/azure/ai-services/openai/concepts/models).
2426

0 commit comments

Comments
 (0)