Skip to content

Commit c2ed700

Browse files
committed
update
1 parent d55858d commit c2ed700

File tree

1 file changed

+23
-21
lines changed

1 file changed

+23
-21
lines changed

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

Lines changed: 23 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,14 @@ Azure OpenAI reasoning models are designed to tackle reasoning and problem-solvi
2828

2929
| Model | Region | Limited access |
3030
|---|---|---|
31-
| `gpt-5` | [Model availability](../concepts/models.md#global-standard-model-availability) | Request access: [gpt-5 limited access model application](https://aka.ms/oai/gpt5access). If you already have `o3 access` no request is required |
31+
| `gpt-5-codex` | East US2 & Sweden Central (Global Standard) | Request access: [Limited access model application](https://aka.ms/oai/gpt5access) |
32+
| `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 |
3233
| `gpt-5-mini` | [Model availability](../concepts/models.md#global-standard-model-availability) | No access request needed. |
3334
| `gpt-5-nano` | [Model availability](../concepts/models.md#global-standard-model-availability) | No access request needed. |
34-
| `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. |
35+
| `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. |
3536
| `codex-mini` | East US2 & Sweden Central (Global Standard) | No access request needed. |
3637
| `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) |
37-
| `o3` | [Model availability](../concepts/models.md#global-standard-model-availability) | Request access: [o3 limited access model application](https://aka.ms/oai/o3access) |
38+
| `o3` | [Model availability](../concepts/models.md#global-standard-model-availability) | Request access: [Limited access model application](https://aka.ms/oai/o3access) |
3839
| `o3-mini` | [Model availability](../concepts/models.md#global-standard-model-availability). | Access is no longer restricted for this model. |
3940
|`o1` | [Model availability](../concepts/models.md#global-standard-model-availability). | Access is no longer restricted for this model. |
4041
| `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.|
@@ -44,39 +45,40 @@ Azure OpenAI reasoning models are designed to tackle reasoning and problem-solvi
4445
# [GPT-5 Reasoning Models](#tab/gpt-5)
4546

4647

47-
| **Feature** | **gpt-5**, **2025-08-07** | **gpt-5-mini**, **2025-08-07** | **gpt-5-nano**, **2025-08-07** |
48-
|:-------------------|:--------------------------:|:------:|:--------:|
49-
| **API Version** | [v1](../api-version-lifecycle.md#api-evolution) | [v1](../api-version-lifecycle.md#api-evolution) | [v1](../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)** | 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 |
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) | |||
62-
| Streaming ||||
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 | ||||
6364

6465
<sup>1</sup> Parallel tool calls are not supported when `reasoning_effort` is set to `minimal`<br><br>
6566
<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>
6667
<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.<br><br>
6768

68-
6969
### NEW GPT-5 reasoning features
7070

7171
| Feature | Description |
7272
|----|----|
73-
|`reasoning_effort` | `minimal` is now supported with GPT-5 series reasoning models <br><br> **Options**: `minimal`, `low`, `medium`, `high`|
73+
|`reasoning_effort` | `minimal` is now supported with GPT-5 series reasoning models<sup>*</sup> <br><br> **Options**: `minimal`, `low`, `medium`, `high`|
7474
|`verbosity` | A new parameter giving you more granular control over how concise the model's output will be.<br><br>**Options:** `low`, `medium`, `high`. |
7575
| `preamble` | GPT-5 series reasoning models have the ability to spend extra time *"thinking"* before executing a function/tool call.<br><br> When this planning occurs the model can provide insight into the planning steps in the model response via a new object called the `preamble` object.<br><br> Generation of preambles in the model response is not guaranteed though you can encourage the model by using the `instructions` parameter and passing content like "You MUST plan extensively before each function call. ALWAYS output your plan to the user before calling any function"|
7676
| **allowed tools** | You can specify multiple tools under `tool_choice` instead of just one. |
7777
| **custom tool type** | Enables raw text (non-json) outputs |
7878
| [`lark_tool`](#python-lark) | Allows you to use some of the capabilities of [Python lark](https://github.com/lark-parser/lark) for more flexible constraining of model responses |
7979

80+
<sup>*</sup> `gpt-5-codex` does not support `reasoning_effort` minimal.
81+
8082
For more information, we also recommend reading OpenAI's [GPT-5 prompting cookbook guide](https://cookbook.openai.com/examples/gpt-5/gpt-5_prompting_guide) and their [GPT-5 feature guide](https://platform.openai.com/docs/guides/latest-model).
8183

8284
# [O-Series Reasoning Models](#tab/o-series)

0 commit comments

Comments
 (0)