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
@@ -249,8 +249,9 @@ You need to [create](../how-to/create-resource.md) or use an existing resource i
249
249
250
250
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:
251
251
252
+
-`gpt-4o`**Version**`2024-11-20`
252
253
-`gpt-4o`**Version**`2024-08-06`
253
-
-`gpt-4o`,**Version**`2024-05-13`
254
+
-`gpt-4o`**Version**`2024-05-13`
254
255
-`gpt-4o-mini`**Version**`2024-07-18`
255
256
256
257
### GPT-4 Turbo
@@ -277,7 +278,8 @@ See [model versions](../concepts/model-versions.md) to learn about how Azure Ope
277
278
278
279
| Model ID | Description | Max Request (tokens) | Training Data (up to) |
279
280
| --- | :--- |:--- |:---: |
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 |
281
283
|`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 |
282
284
|`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 |
283
285
|`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 |
Copy file name to clipboardExpand all lines: articles/ai-services/openai/whats-new.md
+13-1Lines changed: 13 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ ms.custom:
11
11
- references_regions
12
12
- ignite-2024
13
13
ms.topic: whats-new
14
-
ms.date: 11/12/2024
14
+
ms.date: 11/16/2024
15
15
recommendations: false
16
16
---
17
17
@@ -21,6 +21,18 @@ This article provides a summary of the latest releases and major documentation u
21
21
22
22
## December 2024
23
23
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
+
24
36
### NEW data zone provisioned deployment type
25
37
26
38
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