Skip to content

Commit 87c564f

Browse files
committed
update
1 parent 18d1672 commit 87c564f

File tree

1 file changed

+23
-1
lines changed

1 file changed

+23
-1
lines changed

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

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,13 +37,35 @@ Azure OpenAI reasoning models are designed to tackle reasoning and problem-solvi
3737
| `o3` | [Model availability](../concepts/models.md#global-standard-model-availability) | Request access: [o3 limited access model application](https://aka.ms/oai/o3access) |
3838
| `o3-mini` | [Model availability](../concepts/models.md#global-standard-model-availability). | Access is no longer restricted for this model. |
3939
|`o1` | [Model availability](../concepts/models.md#global-standard-model-availability). | Access is no longer restricted for this model. |
40-
| `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`. |
4140
| `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.|
4241

4342
## API & feature support
4443

4544
# [GPT-5 Reasoning Models](#tab/gpt-5)
4645

46+
47+
| **Feature** | **gpt-5**, **2025-08-07** | **gpt-5-mini**, **2025-08-07** | **gpt-5-nano**, **2025-08-07** |
48+
|:-------------------|:--------------------------:|:------:|:--------:|
49+
| **API Version** | [v1 preview](../api-version-lifecycle.md#api-evolution) | [v1 preview](../api-version-lifecycle.md#api-evolution) | [v1 preview](../api-version-lifecycle.md#api-evolution) |
50+
| **[Developer Messages](#developer-messages)** ||||
51+
| **[Structured Outputs](./structured-outputs.md)** ||||
52+
| **[Context Window](../concepts/models.md#o-series-models)** | Input: 200,000 <br> Output: 100,000 | Input: 272,000 <br> Output: 100,000 | Input: 272,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: 65,536 |
53+
| **[Reasoning effort](#reasoning-effort)** ||||
54+
| **[Image input](./gpt-with-vision.md)** ||||
55+
| Chat Completions API ||||
56+
| Responses API ||||
57+
| Functions/Tools ||||
58+
| Parallel Tool Calls<sup>1</sup> ||||
59+
| `max_completion_tokens` <sup>2</sup> ||||
60+
| System Messages <sup>3</sup> ||||
61+
| [Reasoning summary](#reasoning-summary) <sup>4</sup> ||||
62+
| Streaming ||||
63+
64+
<sup>1</sup> Parallel tool calls are not supported when `reasoning_effort` is set to `minimal`.
65+
<sup>2</sup> Reasoning models will only work with the `max_completion_tokens` parameter. <br><br>
66+
<sup>3</sup> The latest reasoning models support system messages to make migration easier. You should not use both a developer message and a system message in the same API request.
67+
<sup>4</sup> Access to the chain-of-thought reasoning summary is limited access only for `o3` & `o4-mini`.
68+
4769
# [O-Series Reasoning Models](#tab/o-series)
4870

4971
| **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-mini**, **2024-09-12** |

0 commit comments

Comments
 (0)