Skip to content

Commit 2fd1bfb

Browse files
Merge pull request #4308 from mrbullwinkle/mrb_04_24_2025_reasoning_models
[Azure OpenAI] Update streaming support
2 parents bdbc791 + bb103f9 commit 2fd1bfb

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

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

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -49,16 +49,18 @@ Azure OpenAI `o-series` models are designed to tackle reasoning and problem-solv
4949
| Responses API ||| - | - | - | - |
5050
| Functions/Tools ||||| - | - |
5151
| Parallel Tool Calls | - | - | - | - | - | - |
52-
| `max_completion_tokens`<sup>*</sup> |||||||
53-
| System Messages<sup>**</sup> ||||| - | - |
54-
| [Reasoning summary](#reasoning-summary) <sup>***</sup> ||| - | - | - | - |
55-
| Streaming || || - | - | - |
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> |||| - | - | - |
5656

57-
<sup>*</sup> Reasoning models will only work with the `max_completion_tokens` parameter. <br><br>
57+
<sup>1</sup> Reasoning models will only work with the `max_completion_tokens` parameter. <br><br>
5858

59-
<sup>**</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.
59+
<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.
6060

61-
<sup>***</sup> Access to the chain-of-thought reasoning summary is limited access only for `o4-mini`.
61+
<sup>3</sup> Access to the chain-of-thought reasoning summary is limited access only for `o4-mini`.
62+
63+
<sup>4</sup> Streaming for `o3` is currently only supported for Enterprise subscriptions.
6264

6365
### Not Supported
6466

0 commit comments

Comments
 (0)