Skip to content

Commit 18eda04

Browse files
committed
updatee
1 parent e361c2c commit 18eda04

File tree

1 file changed

+20
-19
lines changed

1 file changed

+20
-19
lines changed

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

Lines changed: 20 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ manager: nitinme
66
ms.service: azure-ai-foundry
77
ms.subservice: azure-ai-foundry-openai
88
ms.topic: include
9-
ms.date: 09/08/2025
9+
ms.date: 10/07/2025
1010
author: mrbullwinkle
1111
ms.author: mbullwin
1212
---
@@ -29,8 +29,9 @@ Azure OpenAI reasoning models are designed to tackle reasoning and problem-solvi
2929

3030
| Model | Region | Limited access |
3131
|---|---|---|
32-
| `gpt-5-codex` | East US2 & Sweden Central (Global Standard) | Request access: [Limited access model application](https://aka.ms/oai/gpt5access) |
33-
| `gpt-5` | [Model availability](../concepts/models.md#global-standard-model-availability) | Request access: [Limited access model application](https://aka.ms/oai/gpt5access). If you already have `o3 access` no request is required |
32+
| `gpt-5-pro` | East US2 & Sweden Central (Global Standard) | Request access: [Limited access model application](https://aka.ms/oai/gpt5access). If you already have `o3 access` no request is required. |
33+
| `gpt-5-codex` | East US2 & Sweden Central (Global Standard) | Request access: [Limited access model application](https://aka.ms/oai/gpt5access). If you already have `o3 access` no request is required. |
34+
| `gpt-5` | [Model availability](../concepts/models.md#global-standard-model-availability) | Request access: [Limited access model application](https://aka.ms/oai/gpt5access). If you already have `o3 access` no request is required. |
3435
| `gpt-5-mini` | [Model availability](../concepts/models.md#global-standard-model-availability) | No access request needed. |
3536
| `gpt-5-nano` | [Model availability](../concepts/models.md#global-standard-model-availability) | No access request needed. |
3637
| `o3-pro` | East US2 & Sweden Central (Global Standard) | Request access: [Limited access model application](https://aka.ms/oai/o3access). If you already have `o3 access` no request is required. |
@@ -45,22 +46,22 @@ Azure OpenAI reasoning models are designed to tackle reasoning and problem-solvi
4546

4647
# [GPT-5 Reasoning Models](#tab/gpt-5)
4748

48-
| **Feature** | **gpt-5-codex**, **2025-09-011** | **gpt-5**, **2025-08-07** | **gpt-5-mini**, **2025-08-07** | **gpt-5-nano**, **2025-08-07** |
49-
|:-------------------|:--------------------------:|:--------------------------:|:------:|:--------:|
50-
| **API Version** | [v1](../api-version-lifecycle.md#api-evolution) | [v1](../api-version-lifecycle.md#api-evolution) | [v1](../api-version-lifecycle.md#api-evolution) | [v1](../api-version-lifecycle.md#api-evolution) |
51-
| **[Developer Messages](#developer-messages)** |||||
52-
| **[Structured Outputs](./structured-outputs.md)** |||||
53-
| **[Context Window](../concepts/models.md#o-series-models)** | 400,000 <br><br>Input: 272,000 <br> Output: 128,000 | 400,000 <br><br>Input: 272,000 <br> Output: 128,000 | 400,000 <br><br> Input: 272,000 <br> Output: 128,000 | 400,000 <br><br> Input: 272,000 <br> Output: 128,000 |
54-
| **[Reasoning effort](#reasoning-effort)** |||||
55-
| **[Image input](./gpt-with-vision.md)** |||||
56-
| Chat Completions API | - ||||
57-
| Responses API |||||
58-
| Functions/Tools |||||
59-
| Parallel Tool Calls<sup>1</sup> |||||
60-
| `max_completion_tokens` <sup>2</sup> | - ||||
61-
| System Messages <sup>3</sup> |||||
62-
| [Reasoning summary](#reasoning-summary) |||||
63-
| Streaming |||||
49+
| **Feature** | **gpt-5-pro**, **2025-10-06** | **gpt-5-codex**, **2025-09-011** | **gpt-5**, **2025-08-07** | **gpt-5-mini**, **2025-08-07** | **gpt-5-nano**, **2025-08-07** |
50+
|:-------------------|:--------------------------:|:--------------------------:|:------:|:--------:|:--------:|
51+
| **API Version** | [v1](../api-version-lifecycle.md#api-evolution) | [v1](../api-version-lifecycle.md#api-evolution) | [v1](../api-version-lifecycle.md#api-evolution) | [v1](../api-version-lifecycle.md#api-evolution) | [v1](../api-version-lifecycle.md#api-evolution) |
52+
| **[Developer Messages](#developer-messages)** ||||||
53+
| **[Structured Outputs](./structured-outputs.md)** ||||||
54+
| **[Context Window](../concepts/models.md#o-series-models)** | 400,000 <br><br>Input: 272,000 <br> Output: 128,000 | 400,000 <br><br>Input: 272,000 <br> Output: 128,000 | 400,000 <br><br>Input: 272,000 <br> Output: 128,000 | 400,000 <br><br> Input: 272,000 <br> Output: 128,000 | 400,000 <br><br> Input: 272,000 <br> Output: 128,000 |
55+
| **[Reasoning effort](#reasoning-effort)** | - | ||||
56+
| **[Image input](./gpt-with-vision.md)** ||||||
57+
| Chat Completions API | - | - | |||
58+
| Responses API || | |||
59+
| Functions/Tools ||||||
60+
| Parallel Tool Calls<sup>1</sup> |- |||||
61+
| `max_completion_tokens` <sup>2</sup> | - | - ||||
62+
| System Messages <sup>3</sup> ||| |||
63+
| [Reasoning summary](#reasoning-summary) | - | ||||
64+
| Streaming |- |||||
6465

6566
<sup>1</sup> Parallel tool calls are not supported when `reasoning_effort` is set to `minimal`<br><br>
6667
<sup>2</sup> Reasoning models will only work with the `max_completion_tokens` parameter when using the Chat Completions API. Use `max_output_tokens` with the Responses API. <br><br>

0 commit comments

Comments
 (0)