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
Copy file name to clipboardExpand all lines: articles/ai-services/openai/concepts/models.md
+18Lines changed: 18 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -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
+
## o1-preview and o1-mini models limited access
30
+
31
+
The OpenAI `o1 series 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 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 series models` in the early access playground, **registration is required, and access will be granted based on Microsoft’s eligibility criteria**.
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 **Get started** select **Model catalog**.
45
+
3. From the **Model catalog** select the model card for the new **o1-series** models to access the limited access playground.
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
+43-1Lines changed: 43 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,14 +10,56 @@ 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 OpenAI `o1 series 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
+
### Limitations
42
+
43
+
The `o1` 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.
44
+
45
+
### Safety
46
+
47
+
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.
48
+
49
+
### Availability
50
+
51
+
The `o1 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.
52
+
53
+
To try the `o1 series models` in the early access playground, registration is required, and access will be granted based on Microsoft’s eligibility criteria.
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).
60
+
2. Once the `eastus2` Azure OpenAI resource is selected, in the upper left-hand panel under **Get started** select **Model catalog**.
61
+
3. From the **Model catalog** select the model card for the new **o1-series** models to access the limited access playground.
0 commit comments