Skip to content

Commit 151ad7d

Browse files
committed
update
1 parent 70306a6 commit 151ad7d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,11 +48,13 @@ Once access has been granted, you'll need to create a deployment for each model.
4848
| **[Context Window](../concepts/models.md#o1-and-o1-mini-models-limited-access)** | Input: 200,000 <br> Output: 100,000 | Input: 128,000 <br> Output: 32,768 | Input: 128,000 <br> Output: 65,536 |
4949
| **[Reasoning effort](#reasoning-effort)** || - | - |
5050
| System Messages | - | - | - |
51-
| Functions/Tools || - | - |
5251
| `max_completion_tokens` ||||
5352

5453
**o1 series** models will only work with the `max_completion_tokens` parameter.
5554

55+
> [!IMPORTANT]
56+
> There is a known issue with the `o1` model and the `tool_choice` parameter. Currently function calls that include the optional `tool_choice` parameter will fail. this page will be updated once the issue is resolved.
57+
5658
### Not Supported
5759

5860
The following are currently unsupported with o1-series models:

0 commit comments

Comments
 (0)