Skip to content

Commit 4a17c79

Browse files
Merge pull request #253 from mrbullwinkle/mrb_09_11_2024_002
[Azure OpenAI] [Release branch] Update
2 parents 7e8aa13 + 9b2f366 commit 4a17c79

File tree

2 files changed

+61
-1
lines changed

2 files changed

+61
-1
lines changed

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

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,24 @@ Azure OpenAI Service is powered by a diverse set of models with different capabi
2626
| [Whisper](#whisper-models) | A series of models in preview that can transcribe and translate speech to text. |
2727
| [Text to speech](#text-to-speech-models-preview) (Preview) | A series of models in preview that can synthesize text to speech. |
2828

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**.
38+
39+
Request access: [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 **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+
2947
## GPT-4o and GPT-4 Turbo
3048

3149
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.

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

Lines changed: 43 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,56 @@ ms.custom:
1010
- ignite-2023
1111
- references_regions
1212
ms.topic: whats-new
13-
ms.date: 9/03/2024
13+
ms.date: 9/12/2024
1414
recommendations: false
1515
---
1616

1717
# What's new in Azure OpenAI Service
1818

1919
This article provides a summary of the latest releases and major documentation updates for Azure OpenAI.
2020

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.
54+
55+
Request access: [application](https://aka.ms/oai/modelaccess)
56+
57+
Once access has been granted, you will need to:
58+
59+
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.
62+
2163
## August 2024
2264

2365
### GPT-4o 2024-08-06 structured outputs

0 commit comments

Comments
 (0)