Skip to content

Commit a12359a

Browse files
committed
update
1 parent 1274655 commit a12359a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,9 @@ Once access has been granted, you'll need to create a deployment for each model.
4949
| **[Reasoning effort](#reasoning-effort)** || - | - |
5050
| System Messages | - | - | - |
5151
| Functions/Tools || - | - |
52+
| `max_completion_tokens` ||||
5253

53-
`max_tokens` parameter has been replaced with the new `max_completion_tokens` parameter. **o1 series** models will only work with the `max_completion_tokens` parameter.
54+
**o1 series** models will only work with the `max_completion_tokens` parameter.
5455

5556
### Not Supported
5657

@@ -59,7 +60,7 @@ The following are currently unsupported with o1-series models:
5960
- System Messages
6061
- Streaming
6162
- Parallel tool calling
62-
- `temperature`, `top_p`, `presence_penalty`, `frequency_penalty`, `logprobs`, `top_logprobs`, `logit_bias`
63+
- `temperature`, `top_p`, `presence_penalty`, `frequency_penalty`, `logprobs`, `top_logprobs`, `logit_bias`, `max_tokens`
6364

6465
## Usage
6566

0 commit comments

Comments
 (0)