You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<sup>*</sup> Reasoning models will only work with the `max_completion_tokens` parameter. <br><br>
58
-
<sup>**</sup>The latest o<sup>*</sup> series model support system messages to make migration easier. When you use a system message with `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.
58
+
<sup>1</sup> Reasoning models will only work with the `max_completion_tokens` parameter. <br><br>
59
+
60
+
<sup>2</sup>The latest o<sup>*</sup> series model support system messages to make migration easier. When you use a system message with `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.
61
+
62
+
<sup>3</sup> By default the `o3-mini` and `o1` models will not attempt to produce output in markdown. To override this behavior and encourage markdown inclusion in model responses add the string `Formatting re-enabled` to the beginning of your developer message.
59
63
60
64
### Not Supported
61
65
@@ -64,6 +68,9 @@ The following are currently unsupported with reasoning models:
> Currently adding `Formatting re-enabled` to the beginning of a developer messages to indicate that the response should contain markdown formatting is only supported with `o3-mini`. Once support is added for `o1-2024-12-17` we will update this article accordingly.
73
+
67
74
## Usage
68
75
69
76
These models [don't currently support the same set of parameters](#api--feature-support) as other models that use the chat completions API.
0 commit comments