Skip to content

Commit fc0b900

Browse files
authored
Merge pull request #5641 from MicrosoftDocs/main
[Out of Band Publish] azure-ai-docs-pr - 06/19 - 5:00 PM PT
2 parents 53a28a3 + 4161b90 commit fc0b900

File tree

5 files changed

+45
-27
lines changed

5 files changed

+45
-27
lines changed

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

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ Azure OpenAI is powered by a diverse set of models with different capabilities a
2222

2323
| Models | Description |
2424
|--|--|
25+
| [codex-mini](#o-series-models) | Fine-tuned version of o4-mini. |
2526
| [GPT-4.1 series](#gpt-41-series) | Latest model release from Azure OpenAI |
2627
| [model-router](#model-router) | A model that intelligently selects from a set of underlying chat models to respond to a given prompt. |
2728
| [computer-use-preview](#computer-use-preview) | An experimental model trained for use with the Responses API computer use tool. |
@@ -49,7 +50,7 @@ Azure OpenAI is powered by a diverse set of models with different capabilities a
4950
| Model ID | Description | Context Window | Max Output Tokens | Training Data (up to) |
5051
| --- | :--- |:--- |:---|:---: |
5152
| `gpt-4.1` (2025-04-14) | - Text & image input <br> - Text output <br> - Chat completions API <br>- Responses API <br> - Streaming <br> - Function calling <br> Structured outputs (chat completions) | - 1,047,576 <br> - 128,000 (provisioned managed deployments) | 32,768 | May 31, 2024 |
52-
| `gpt-4.1-nano` (2025-04-14) <br><br> **Fastest 4.1 model** | - Text & image input <br> - Text output <br> - Chat completions API <br>- Responses API <br> - Streaming <br> - Function calling <br> Structured outputs (chat completions) | - 1,047,576 <br> - 128,000 (provisioned managed deployments) | 32,768 | May 31, 2024 |
53+
| `gpt-4.1-nano` (2025-04-14) | - Text & image input <br> - Text output <br> - Chat completions API <br>- Responses API <br> - Streaming <br> - Function calling <br> Structured outputs (chat completions) | - 1,047,576 <br> - 128,000 (provisioned managed deployments) | 32,768 | May 31, 2024 |
5354
| `gpt-4.1-mini` (2025-04-14) | - Text & image input <br> - Text output <br> - Chat completions API <br>- Responses API <br> - Streaming <br> - Function calling <br> Structured outputs (chat completions) | - 1,047,576 <br> - 128,000 (provisioned managed deployments) | 32,768 | May 31, 2024 |
5455

5556
## model-router
@@ -121,7 +122,9 @@ The Azure OpenAI o<sup>&#42;</sup> series models are specifically designed to ta
121122

122123
| Model ID | Description | Max Request (tokens) | Training Data (up to) |
123124
| --- | :--- |:--- |:---: |
124-
| `o4-mini` (2025-04-16) | - **NEW** reasoning model, offering [enhanced reasoning abilities](../how-to/reasoning.md). <br><br> - Chat Completions API <br> - [Responses API](../how-to/responses.md) <br>- Structured outputs<br> - Text, image processing <br> - Functions/Tools/Parallel tool calling <br> [Full summary of capabilities](../how-to/reasoning.md) | Input: 200,000 <br> Output: 100,000 | May 31, 2024 |
125+
| `codex-mini` (2025-05-16) | Fine-tuned version of o4-mini. <br> - [Responses API](../how-to/responses.md) <br>- Structured outputs<br> - Text, image processing <br> - Functions/Tools<br> [Full summary of capabilities](../how-to/reasoning.md) | Input: 200,000 <br> Output: 100,000 | May 31, 2024 |
126+
| `o3-pro` (2025-06-10) | - [Responses API](../how-to/responses.md) <br>- Structured outputs<br> - Text, image processing <br> - Functions/Tools<br> [Full summary of capabilities](../how-to/reasoning.md) | Input: 200,000 <br> Output: 100,000 | May 31, 2024 |
127+
| `o4-mini` (2025-04-16) | - **NEW** reasoning model, offering [enhanced reasoning abilities](../how-to/reasoning.md). <br><br> - Chat Completions API <br> - [Responses API](../how-to/responses.md) <br>- Structured outputs<br> - Text, image processing <br> - Functions/Tools<br> [Full summary of capabilities](../how-to/reasoning.md) | Input: 200,000 <br> Output: 100,000 | May 31, 2024 |
125128
| `o3` (2025-04-16) | - **NEW** reasoning model, offering [enhanced reasoning abilities](../how-to/reasoning.md). <br> <br> - Chat Completions API <br> - [Responses API](../how-to/responses.md) <br> - Structured outputs<br> - Text, image processing <br> - Functions/Tools/Parallel tool calling <br> [Full summary of capabilities](../how-to/reasoning.md) | Input: 200,000 <br> Output: 100,000 | May 31, 2024 |
126129
| `o3-mini` (2025-01-31) | - [Enhanced reasoning abilities](../how-to/reasoning.md). <br> - Structured outputs<br> - Text-only processing <br> - Functions/Tools | Input: 200,000 <br> Output: 100,000 | Oct 2023 |
127130
| `o1` (2024-12-17) | - [Enhanced reasoning abilities](../how-to/reasoning.md). <br> - Structured outputs<br> - Text, image processing <br> - Functions/Tools | Input: 200,000 <br> Output: 100,000 | Oct 2023 |
@@ -136,6 +139,8 @@ To learn more about the advanced `o-series` models see, [getting started with re
136139

137140
| Model | Region |
138141
|---|---|
142+
|`codex-mini` | East US2 & Sweden Central (Global Standard) |
143+
|`o3-pro` | East US2 & Sweden Central (Global Standard) |
139144
|`o4-mini`| See the [models table](#model-summary-table-and-region-availability). |
140145
| `o3` | See the [models table](#model-summary-table-and-region-availability). |
141146
|`o3-mini` | See the [models table](#model-summary-table-and-region-availability). |

articles/ai-services/openai/how-to/function-calling.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.author: mbullwin #delegenz
77
ms.service: azure-ai-openai
88
ms.custom: devx-track-python
99
ms.topic: how-to
10-
ms.date: 04/16/2025
10+
ms.date: 06/17/2025
1111
manager: nitinme
1212
---
1313

@@ -48,6 +48,8 @@ Support for parallel function was first added in API version [`2023-12-01-previe
4848
### Basic function calling with tools
4949

5050
* All the models that support parallel function calling
51+
* `codex-mini` (`2025-05-16`)
52+
* `o3-pro` (`2025-06-10`)
5153
* `o4-mini` (`2025-04-16`)
5254
* `o3` (`2025-04-16`)
5355
* `gpt-4.1-nano` (`2025-04-14`)

articles/ai-services/openai/how-to/reasoning.md

Lines changed: 25 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: Learn how to use Azure OpenAI's advanced o3-mini, o1, & o1-mini rea
55
manager: nitinme
66
ms.service: azure-ai-openai
77
ms.topic: include
8-
ms.date: 04/18/2025
8+
ms.date: 06/17/2025
99
author: mrbullwinkle
1010
ms.author: mbullwin
1111
---
@@ -28,40 +28,43 @@ Azure OpenAI `o-series` models are designed to tackle reasoning and problem-solv
2828

2929
| Model | Region | Limited access |
3030
|---|---|---|
31-
| `o4-mini` | East US2 (Global Standard) <br><br> Sweden Central (Global Standard) | No access request needed to use the core capabilities of this model.<br><br> Request access: [o4-mini reasoning summary feature](https://aka.ms/oai/o3access) |
32-
| `o3` | East US2 (Global Standard) <br><br> Sweden Central (Global Standard) | Request access: [o3 limited access model application](https://aka.ms/oai/o3access) |
31+
| `o3-pro` | East US2 & Sweden Central (Global Standard) | Request access: [o3 limited access model application](https://aka.ms/oai/o3access). If you already have `o3 access` no request is required for `o3-pro`. |
32+
| `codex-mini` | East US2 & Sweden Central (Global Standard) | No access request needed. |
33+
| `o4-mini` | [Model availability](../concepts/models.md#global-standard-model-availability) | No access request needed to use the core capabilities of this model.<br><br> Request access: [o4-mini reasoning summary feature](https://aka.ms/oai/o3access) |
34+
| `o3` | [Model availability](../concepts/models.md#global-standard-model-availability) | Request access: [o3 limited access model application](https://aka.ms/oai/o3access) |
3335
| `o3-mini` | [Model availability](../concepts/models.md#global-standard-model-availability). | Access is no longer restricted for this model. |
3436
|`o1` | [Model availability](../concepts/models.md#global-standard-model-availability). | Access is no longer restricted for this model. |
3537
| `o1-preview` | [Model availability](../concepts/models.md#global-standard-model-availability). |This model is only available for customers who were granted access as part of the original limited access release. We're currently not expanding access to `o1-preview`. |
3638
| `o1-mini` | [Model availability](../concepts/models.md#global-standard-model-availability). | No access request needed for Global Standard deployments.<br><br>Standard (regional) deployments are currently only available to select customers who were previously granted access as part of the `o1-preview` release.|
3739

3840
## API & feature support
3941

40-
| **Feature** | **o4-mini**, **2025-04-16** | **o3**, **2025-04-16** | **o3-mini**, **2025-01-31** |**o1**, **2024-12-17** | **o1-preview**, **2024-09-12** | **o1-mini**, **2024-09-12** |
41-
|:-------------------|:--------------------------:|:-----:|:-------:|:--------------------------:|:-------------------------------:|:---:|
42-
| **API Version** | `2025-04-01-preview` | `2025-04-01-preview` | `2024-12-01-preview` or later <br> `2025-03-01-preview` (Recommended) | `2024-12-01-preview` or later <br> `2025-03-01-preview` (Recommended) | `2024-09-01-preview` or later <br> `2025-03-01-preview` (Recommended) | `2024-09-01-preview` or later <br> `2025-03-01-preview` (Recommended) |
43-
| **[Developer Messages](#developer-messages)** ||||| - | - |
44-
| **[Structured Outputs](./structured-outputs.md)** ||||| - | - |
45-
| **[Context Window](../concepts/models.md#o-series-models)** | Input: 200,000 <br> Output: 100,000 | Input: 200,000 <br> Output: 100,000 | Input: 200,000 <br> Output: 100,000 | Input: 200,000 <br> Output: 100,000 | Input: 128,000 <br> Output: 32,768 | Input: 128,000 <br> Output: 65,536 |
46-
| **[Reasoning effort](#reasoning-effort)** ||||| - | - |
47-
| **[Vision Support](./gpt-with-vision.md)** ||| - || - | - |
48-
| Chat Completions API |||||||
49-
| Responses API ||| - | - | - | - |
50-
| Functions/Tools ||||| - | - |
51-
| Parallel Tool Calls | - | - | - | - | - | - |
52-
| `max_completion_tokens` <sup>1</sup> |||||||
53-
| System Messages <sup>2</sup> ||||| - | - |
54-
| [Reasoning summary](#reasoning-summary) <sup>3</sup> ||| - | - | - | - |
55-
| Streaming <sup>4</sup> |||| - | - | - |
42+
| **Feature** | **codex-mini**, **2025-05-16** | **o3-pro**, **2025-06-10** | **o4-mini**, **2025-04-16** | **o3**, **2025-04-16** | **o3-mini**, **2025-01-31** |**o1**, **2024-12-17** | **o1-preview**, **2024-09-12** | **o1-mini**, **2024-09-12** |
43+
|:-------------------|:--------------------------:|:------:|:--------|:-----:|:-------:|:--------------------------:|:-------------------------------:|:---:|
44+
| **API Version** | `2025-04-01-preview` & [v1 preview](../api-version-lifecycle.md#api-evolution) | `2025-04-01-preview` & [v1 preview](../api-version-lifecycle.md#api-evolution) | `2025-04-01-preview` | `2025-04-01-preview` | `2024-12-01-preview` or later <br> `2025-03-01-preview` (Recommended) | `2024-12-01-preview` or later <br> `2025-03-01-preview` (Recommended) | `2024-09-01-preview` or later <br> `2025-03-01-preview` (Recommended) | `2024-09-01-preview` or later <br> `2025-03-01-preview` (Recommended) |
45+
| **[Developer Messages](#developer-messages)** ||||| || - | - |
46+
| **[Structured Outputs](./structured-outputs.md)** ||||| || - | - |
47+
| **[Context Window](../concepts/models.md#o-series-models)** | Input: 200,000 <br> Output: 100,000 | Input: 200,000 <br> Output: 100,000 | Input: 200,000 <br> Output: 100,000 | Input: 200,000 <br> Output: 100,000 | Input: 200,000 <br> Output: 100,000 | Input: 200,000 <br> Output: 100,000 | Input: 128,000 <br> Output: 32,768 | Input: 128,000 <br> Output: 65,536 |
48+
| **[Reasoning effort](#reasoning-effort)** |||| ||| - | - |
49+
| **[Image input](./gpt-with-vision.md)** || ||| - || - | - |
50+
| Chat Completions API | - | - | ||||||
51+
| Responses API | |||| - | - | - | - |
52+
| Functions/Tools ||||||| - | - |
53+
| Parallel Tool Calls | - | - | - | - | - | - | - | - |
54+
| `max_completion_tokens` <sup>1</sup> | || ||||||
55+
| System Messages <sup>2</sup> |||| ||| - | - |
56+
| [Reasoning summary](#reasoning-summary) <sup>3</sup> | | - | || - | - | - | - |
57+
| Streaming <sup>4</sup> || - || || - | - | - |
5658

5759
<sup>1</sup> Reasoning models will only work with the `max_completion_tokens` parameter. <br><br>
58-
5960
<sup>2</sup> The latest o<sup>&#42;</sup> series model support system messages to make migration easier. When you use a system message with `o4-mini`, `o3`, `o3-mini`, and `o1` it will be treated as a developer message. You should not use both a developer message and a system message in the same API request.
60-
6161
<sup>3</sup> Access to the chain-of-thought reasoning summary is limited access only for `o3` & `o4-mini`.
62-
6362
<sup>4</sup> Streaming for `o3` is limited access only.
6463

64+
> [!NOTE]
65+
> - To avoid timeouts [background mode](./responses.md#background-tasks) is recommended for `o3-pro`.
66+
> - `o3-pro` does not currently support image generation.
67+
6568
### Not Supported
6669

6770
The following are currently unsupported with reasoning models:

articles/ai-services/openai/how-to/structured-outputs.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ services: cognitive-services
66
manager: nitinme
77
ms.service: azure-ai-openai
88
ms.topic: how-to
9-
ms.date: 04/16/2025
9+
ms.date: 06/17/2025
1010
author: mrbullwinkle
1111
ms.author: mbullwin
1212
recommendations: false
@@ -25,6 +25,8 @@ Structured outputs make a model follow a [JSON Schema](https://json-schema.org/o
2525
2626
## Supported models
2727

28+
- `codex-mini` version `2025-05-16`
29+
- `o3-pro` version `2025-06-10`
2830
- `gpt-4.5-preview` version `2025-02-27`
2931
- `o3-mini` version `2025-01-31`
3032
- `o1` version: `2024-12-17`

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

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Learn about the latest news and features updates for Azure OpenAI.
44
author: mrbullwinkle
55
ms.author: mbullwin #
66
manager: nitinme
7-
ms.date: 5/28/2025
7+
ms.date: 6/17/2025
88
ms.service: azure-ai-openai
99
ms.topic: whats-new
1010
ms.custom:
@@ -18,6 +18,12 @@ ms.custom:
1818

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

21+
## June 2025
22+
23+
### codex-mini & o3-pro models released
24+
25+
- `codex-mini and `o3-pro` are now available. To learn more, see the [getting started with reasoning models page](./how-to/reasoning.md)
26+
2127
## May 2025
2228

2329
### Sora video generation released (preview)

0 commit comments

Comments
 (0)