Skip to content

Commit 4e3e48c

Browse files
authored
Merge pull request #234 from MicrosoftDocs/release-2024-openai-sep
[Azure OpenAI] Main tracking branch
2 parents a92cb26 + caf8e41 commit 4e3e48c

File tree

2 files changed

+62
-2
lines changed

2 files changed

+62
-2
lines changed

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

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ titleSuffix: Azure OpenAI
44
description: Learn about the different model capabilities that are available with Azure OpenAI.
55
ms.service: azure-ai-openai
66
ms.topic: conceptual
7-
ms.date: 09/09/2024
7+
ms.date: 09/12/2024
88
ms.custom: references_regions, build-2023, build-2023-dataai, refefences_regions
99
manager: nitinme
1010
author: mrbullwinkle #ChrisHMSFT
@@ -26,6 +26,23 @@ 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 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+
2946
## GPT-4o and GPT-4 Turbo
3047

3148
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: 44 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,57 @@ 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 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)**.
63+
2164
## August 2024
2265

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

0 commit comments

Comments
 (0)