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
@@ -26,6 +26,24 @@ Azure OpenAI Service is powered by a diverse set of models with different capabi
26
26
|[Whisper](#whisper-models)| A series of models in preview that can transcribe and translate speech to text. |
27
27
|[Text to speech](#text-to-speech-models-preview) (Preview) | A series of models in preview that can synthesize text to speech. |
28
28
29
+
## Early access playground (preview)
30
+
31
+
On August 6, 2024, OpenAI [announced](https://openai.com/index/introducing-structured-outputs-in-the-api/) the latest version of their flagship GPT-4o model version `2024-08-06`. GPT-4o `2024-08-06` has all the capabilities of the previous version as well as:
32
+
33
+
* An enhanced ability to support complex structured outputs.
34
+
* Max output tokens have been increased from 4,096 to 16,384.
35
+
36
+
Azure customers can test out GPT-4o `2024-08-06` today in the new AI Studio early access playground (preview).
37
+
38
+
Unlike the previous early access playground, the AI Studio early access playground (preview) does not require you to have a resource in a specific region.
39
+
40
+
> [!NOTE]
41
+
> Prompts and completions made through the early access playground (preview) may be processed in any Azure OpenAI region, and are currently subject to a 10 request per minute per Azure subscription limit. This limit may change in the future.
42
+
>
43
+
> Azure OpenAI Service abuse monitoring is enabled for all early access playground users even if approved for modification; default content filters are enabled and cannot be modified.
44
+
45
+
To test out GPT-4o `2024-08-06`, sign-in to the Azure AI early access playground (preview) using this [link](https://aka.ms/oai/docs/earlyaccessplayground).
46
+
29
47
## GPT-4o and GPT-4 Turbo
30
48
31
49
GPT-4o integrates text and images in a single model, enabling it to handle multiple data types simultaneously. This multimodal approach enhances accuracy and responsiveness in human-computer interactions. GPT-4o matches GPT-4 Turbo in English text and coding tasks while offering superior performance in non-English languages and vision tasks, setting new benchmarks for AI capabilities.
Copy file name to clipboardExpand all lines: articles/ai-services/openai/whats-new.md
+19-1Lines changed: 19 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ ms.custom:
10
10
- ignite-2023
11
11
- references_regions
12
12
ms.topic: whats-new
13
-
ms.date: 08/05/2024
13
+
ms.date: 08/06/2024
14
14
recommendations: false
15
15
---
16
16
@@ -20,6 +20,24 @@ This article provides a summary of the latest releases and major documentation u
20
20
21
21
## August 2024
22
22
23
+
### Latest GPT-4o model available in the early access playground (preview)
24
+
25
+
On August 6, 2024, OpenAI [announced](https://openai.com/index/introducing-structured-outputs-in-the-api/) the latest version of their flagship GPT-4o model version `2024-08-06`. GPT-4o `2024-08-06` has all the capabilities of the previous version as well as:
26
+
27
+
* An enhanced ability to support complex structured outputs.
28
+
* Max output tokens have been increased from 4,096 to 16,384.
29
+
30
+
Azure customers can test out GPT-4o `2024-08-06` today in the new AI Studio early access playground (preview).
31
+
32
+
Unlike the previous early access playground, the AI Studio early access playground (preview) does not require you to have a resource in a specific region.
33
+
34
+
> [!NOTE]
35
+
> Prompts and completions made through the early access playground (preview) may be processed in any Azure OpenAI region, and are currently subject to a 10 request per minute per Azure subscription limit. This limit may change in the future.
36
+
>
37
+
> Azure OpenAI Service abuse monitoring is enabled for all early access playground users even if approved for modification; default content filters are enabled and cannot be modified.
38
+
39
+
To test out GPT-4o `2024-08-06`, sign-in to the Azure AI early access playground (preview) using this [link](https://aka.ms/oai/docs/earlyaccessplayground).
40
+
23
41
### Global batch deployments are now available
24
42
25
43
The Azure OpenAI Batch API is designed to handle large-scale and high-volume processing tasks efficiently. Process asynchronous groups of requests with separate quota, with 24-hour target turnaround, at [50% less cost than global standard](https://azure.microsoft.com/pricing/details/cognitive-services/openai-service/). With batch processing, rather than send one request at a time you send a large number of requests in a single file. Global batch requests have a separate enqueued token quota avoiding any disruption of your online workloads.
0 commit comments