Skip to content

Commit 7020a8e

Browse files
committed
update
1 parent 54d4999 commit 7020a8e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,13 +57,13 @@ Azure OpenAI `o-series` models are designed to tackle reasoning and problem-solv
5757
| Streaming <sup>4</sup> || - |||| - | - | - |
5858

5959
<sup>1</sup> Reasoning models will only work with the `max_completion_tokens` parameter. <br><br>
60-
6160
<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.
62-
6361
<sup>3</sup> Access to the chain-of-thought reasoning summary is limited access only for `o3` & `o4-mini`.
64-
6562
<sup>4</sup> Streaming for `o3` is limited access only.
6663

64+
> [!NOTE]
65+
> To avoid timeouts [background mode](./responses.md#background-tasks) is recommended for `o3-pro`.
66+
6767
### Not Supported
6868

6969
The following are currently unsupported with reasoning models:

0 commit comments

Comments
 (0)