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,23 @@ 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
+
## o1-preview and o1-mini models limited access
30
+
31
+
The Azure OpenAI `o1-preview` and `o1-mini` models are specifically designed to tackle reasoning and problem-solving tasks with increased focus and capability. These models spend more time processing and understanding the user's request, making them exceptionally strong in areas like science, coding, and math compared to previous iterations.
32
+
33
+
### Availability
34
+
35
+
The `o1-preview` and `o1-mini` models are available in the East US2 region for limited access through the [AI Studio](https://ai.azure.com) early access playground. Data processing for the `o1` models may occur in a different region than where they are available for use.
36
+
37
+
To try the `o1-preview` and `o1-mini` models in the early access playground, **registration is required, and access will be granted based on Microsoft’s eligibility criteria**.
38
+
39
+
Request access: [limited access model application](https://aka.ms/oai/modelaccess)
40
+
41
+
Once access has been granted, you will need to:
42
+
43
+
1. Navigate to https://ai.azure.com/resources and select a resource in the `eastus2` region. If you do not have an Azure OpenAI resource in this region you will need to [create one](https://portal.azure.com/#create/Microsoft.CognitiveServicesOpenAI).
44
+
2. Once the `eastus2` Azure OpenAI resource is selected, in the upper left-hand panel under **Playgrounds** select **Early access playground (preview)**.
45
+
29
46
## GPT-4o and GPT-4 Turbo
30
47
31
48
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
+44-1Lines changed: 44 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,14 +10,57 @@ ms.custom:
10
10
- ignite-2023
11
11
- references_regions
12
12
ms.topic: whats-new
13
-
ms.date: 9/03/2024
13
+
ms.date: 9/12/2024
14
14
recommendations: false
15
15
---
16
16
17
17
# What's new in Azure OpenAI Service
18
18
19
19
This article provides a summary of the latest releases and major documentation updates for Azure OpenAI.
20
20
21
+
## September 2024
22
+
23
+
### NEW o1-preview and o1-mini models available for limited access
24
+
25
+
The Azure OpenAI `o1-preview` and `o1-mini` models are specifically designed to tackle reasoning and problem-solving tasks with increased focus and capability. These models spend more time processing and understanding the user's request, making them exceptionally strong in areas like science, coding, and math compared to previous iterations.
26
+
27
+
### Key capabilities of the o1 series
28
+
29
+
- Complex Code Generation: Capable of generating algorithms and handling advanced coding tasks to support developers.
30
+
- Advanced Problem Solving: Ideal for comprehensive brainstorming sessions and addressing multifaceted challenges.
31
+
- Complex Document Comparison: Perfect for analyzing contracts, case files, or legal documents to identify subtle differences.
32
+
- Instruction Following and Workflow Management: Particularly effective for managing workflows requiring shorter contexts.
33
+
34
+
### Model variants
35
+
36
+
-`o1-preview`: `o1-preview` is the more capable of the `o1` series models.
37
+
-`o1-mini`: `o1-mini` is the faster and cheaper of the `o1` series models.
38
+
39
+
Model version: `2024-09-12`
40
+
41
+
Request access: [limited access model application](https://aka.ms/oai/modelaccess)
42
+
43
+
### Limitations
44
+
45
+
The `o1-preview` and `o1-mini` models are currently in preview and do not include some features available in other models, such as image understanding and structured outputs found in the GPT-4o and GPT-4o-mini models. For many tasks, the generally available GPT-4o models may still be more suitable.
46
+
47
+
### Safety
48
+
49
+
OpenAI has incorporated additional safety measures into the `o1` models, including new techniques to help the models refuse unsafe requests. These advancements make the `o1` series some of the most robust models available.
50
+
51
+
### Availability
52
+
53
+
The `o1-preview` and `o1-mini` are available in the East US2 region for limited access through the [AI Studio](https://ai.azure.com) early access playground. Data processing for the `o1` models may occur in a different region than where they are available for use.
54
+
55
+
To try the `o1-preview` and `o1-mini` models in the early access playground **registration is required, and access will be granted based on Microsoft’s eligibility criteria.**
56
+
57
+
Request access: [limited access model application](https://aka.ms/oai/modelaccess)
58
+
59
+
Once access has been granted, you will need to:
60
+
61
+
1. Navigate to https://ai.azure.com/resources and select a resource in the `eastus2` region. If you do not have an Azure OpenAI resource in this region you will need to [create one](https://portal.azure.com/#create/Microsoft.CognitiveServicesOpenAI).
62
+
2. Once the `eastus2` Azure OpenAI resource is selected, in the upper left-hand panel under **Playgrounds** select **Early access playground (preview)**.
0 commit comments