Skip to content

Commit 37573f6

Browse files
Merge pull request #2018 from MicrosoftDocs/release-2024-openai-dec-vnext
[Azure OpenAI] [Release Branch] --> Main VNext
2 parents 8e90d54 + 82757e2 commit 37573f6

File tree

2 files changed

+18
-4
lines changed

2 files changed

+18
-4
lines changed

articles/ai-services/openai/concepts/models.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ titleSuffix: Azure OpenAI
44
description: Learn about the different model capabilities that are available with Azure OpenAI.
55
ms.service: azure-ai-openai
66
ms.topic: conceptual
7-
ms.date: 12/05/2024
7+
ms.date: 12/16/2024
88
ms.custom: references_regions, build-2023, build-2023-dataai, refefences_regions
99
manager: nitinme
1010
author: mrbullwinkle #ChrisHMSFT
@@ -249,8 +249,9 @@ You need to [create](../how-to/create-resource.md) or use an existing resource i
249249

250250
When your resource is created, you can [deploy](../how-to/create-resource.md#deploy-a-model) the GPT-4o models. If you are performing a programmatic deployment, the **model** names are:
251251

252+
- `gpt-4o` **Version** `2024-11-20`
252253
- `gpt-4o` **Version** `2024-08-06`
253-
- `gpt-4o`, **Version** `2024-05-13`
254+
- `gpt-4o` **Version** `2024-05-13`
254255
- `gpt-4o-mini` **Version** `2024-07-18`
255256

256257
### GPT-4 Turbo
@@ -277,7 +278,8 @@ See [model versions](../concepts/model-versions.md) to learn about how Azure Ope
277278

278279
| Model ID | Description | Max Request (tokens) | Training Data (up to) |
279280
| --- | :--- |:--- |:---: |
280-
|`gpt-4o` (2024-08-06) <br> **GPT-4o (Omni)** | **Latest large GA model** <br> - Structured outputs<br> - Text, image processing <br> - JSON Mode <br> - parallel function calling <br> - Enhanced accuracy and responsiveness <br> - Parity with English text and coding tasks compared to GPT-4 Turbo with Vision <br> - Superior performance in non-English languages and in vision tasks |Input: 128,000 <br> Output: 16,384 | Oct 2023 |
281+
| `gpt-4o` (2024-11-20) <br> **GPT-4o (Omni)** | **Latest large GA model** <br> - Structured outputs<br> - Text, image processing <br> - JSON Mode <br> - parallel function calling <br> - Enhanced accuracy and responsiveness <br> - Parity with English text and coding tasks compared to GPT-4 Turbo with Vision <br> - Superior performance in non-English languages and in vision tasks. <br> - **Enhanced creative writing ability** | Input: 128,000 <br> Output: 16,384 | Oct 2023 |
282+
|`gpt-4o` (2024-08-06) <br> **GPT-4o (Omni)** | - Structured outputs<br> - Text, image processing <br> - JSON Mode <br> - parallel function calling <br> - Enhanced accuracy and responsiveness <br> - Parity with English text and coding tasks compared to GPT-4 Turbo with Vision <br> - Superior performance in non-English languages and in vision tasks |Input: 128,000 <br> Output: 16,384 | Oct 2023 |
281283
|`gpt-4o-mini` (2024-07-18) <br> **GPT-4o mini** | **Latest small GA model** <br> - Fast, inexpensive, capable model ideal for replacing GPT-3.5 Turbo series models. <br> - Text, image processing <br>- JSON Mode <br> - parallel function calling | Input: 128,000 <br> Output: 16,384 | Oct 2023 |
282284
|`gpt-4o` (2024-05-13) <br> **GPT-4o (Omni)** | Text, image processing <br> - JSON Mode <br> - parallel function calling <br> - Enhanced accuracy and responsiveness <br> - Parity with English text and coding tasks compared to GPT-4 Turbo with Vision <br> - Superior performance in non-English languages and in vision tasks |Input: 128,000 <br> Output: 4,096| Oct 2023 |
283285
| `gpt-4` (turbo-2024-04-09) <br>**GPT-4 Turbo with Vision** | **New GA model** <br> - Replacement for all previous GPT-4 preview models (`vision-preview`, `1106-Preview`, `0125-Preview`). <br> - [**Feature availability**](#gpt-4o-and-gpt-4-turbo) is currently different depending on method of input, and deployment type. | Input: 128,000 <br> Output: 4,096 | Dec 2023 |

articles/ai-services/openai/whats-new.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ms.custom:
1111
- references_regions
1212
- ignite-2024
1313
ms.topic: whats-new
14-
ms.date: 11/12/2024
14+
ms.date: 11/16/2024
1515
recommendations: false
1616
---
1717

@@ -21,6 +21,18 @@ This article provides a summary of the latest releases and major documentation u
2121

2222
## December 2024
2323

24+
### GPT-4o 2024-11-20
25+
26+
`gpt-4o-2024-11-20` is now available for [global standard deployment](./how-to/deployment-types.md) in:
27+
28+
- East US
29+
- East US 2
30+
- North Central US
31+
- South Central US
32+
- West US
33+
- West US 3
34+
- Sweden Central
35+
2436
### NEW data zone provisioned deployment type
2537

2638
Data zone provisioned deployments are available in the same Azure OpenAI resource as all other Azure OpenAI deployment types but allow you to leverage Azure global infrastructure to dynamically route traffic to the data center within the Microsoft defined data zone with the best availability for each request. Data zone provisioned deployments provide reserved model processing capacity for high and predictable throughput using Azure infrastructure within Microsoft specified data zones. Data zone provisioned deployments are supported on `gpt-4o-2024-08-06`, `gpt-4o-2024-05-13`, and `gpt-4o-mini-2024-07-18` models.

0 commit comments

Comments
 (0)