Skip to content

Commit eba767b

Browse files
committed
edits
1 parent 950a2d5 commit eba767b

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed
-973 Bytes
Loading

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

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,12 @@ The policy is used with APIs [added to API Management from the Azure OpenAI Serv
1414

1515
| API type | Supported models |
1616
|-------|-------------|
17-
| Chat completion | gpt-3.5<br/><br/>gpt-4<br/><br/>gpt-4o<sup>1</sup><br/><br/>gpt-4o-mini |
18-
| Embeddings | text-embedding-3-large<br/><br/> text-embedding-3-small<br/><br/>text-embedding-ada-002 |
17+
| Chat completion | `gpt-3.5`<br/><br/>`gpt-4`<br/><br/>`gpt-4o`<sup>1</sup><br/><br/>`gpt-4o-mini`<sup>1</sup><br/><br/>`o1`<br/><br/>`03` |
18+
| Embeddings | `text-embedding-3-large`<br/><br/> `text-embedding-3-small`<sup>1</sup><br/><br/>`text-embedding-ada-002` |
19+
| Responses (preview) | `gpt-4o` (Versions: `2024-11-20`, `2024-08-06`, `2024-05-13`)<br/><br/>`gpt-4o-mini`<sup>1</sup> (Version: `2024-07-18`)<br/><br/>`gpt-4.1` (Version: `2025-04-14`)<br/><br/>`gpt-4.1-nano` (Version: `2025-04-14`)<br/><br/>`gpt-4.1-mini` (Version: `2025-04-14`)<br/><br/>`gpt-image-1` (Version: `2025-04-15`)<br/><br/>`o3` (Version: `2025-04-16`)<br/><br/>`o4-mini` (Version: `2025-04-16)
1920

20-
<sup>1</sup> The `gpt-4o` model is multimodal (accepts text or image inputs and generates text).
21+
22+
<sup>1</sup> Model is multimodal (accepts text or image inputs and generates text).
2123

2224
> [!NOTE]
2325
> Traditional completion APIs are only available with legacy model versions and support is limited.

0 commit comments

Comments
 (0)