Skip to content

Commit c856e46

Browse files
committed
update
1 parent a547538 commit c856e46

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

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

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,14 +46,14 @@ Azure OpenAI `o-series` models are designed to tackle reasoning and problem-solv
4646
| **[Structured Outputs](./structured-outputs.md)** ||||||| - | - |
4747
| **[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 |
4848
| **[Reasoning effort](#reasoning-effort)** ||||||| - | - |
49-
| **[Vision Support](./gpt-with-vision.md)** ||||| - || - | - |
49+
| **[Image input](./gpt-with-vision.md)** ||||| - || - | - |
5050
| Chat Completions API | - | - |||||||
5151
| Responses API ||||| - | - | - | - |
5252
| Functions/Tools ||||||| - | - |
5353
| Parallel Tool Calls | - | - | - | - | - | - | - | - |
5454
| `max_completion_tokens` <sup>1</sup> |||||||||
5555
| System Messages <sup>2</sup> ✅ |||||| - | - |
56-
| [Reasoning summary](#reasoning-summary) <sup>3</sup> || ||| - | - | - | - |
56+
| [Reasoning summary](#reasoning-summary) <sup>3</sup> || - ||| - | - | - | - |
5757
| Streaming <sup>4</sup> || - |||| - | - | - |
5858

5959
<sup>1</sup> Reasoning models will only work with the `max_completion_tokens` parameter. <br><br>
@@ -62,7 +62,8 @@ Azure OpenAI `o-series` models are designed to tackle reasoning and problem-solv
6262
<sup>4</sup> Streaming for `o3` is limited access only.
6363

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

0 commit comments

Comments
 (0)