o1-mini o1-preview Models
When using o1-mini or o1-preview, please note the following:
- Does not support system messages, streaming, image recognition, or the
max_tokensfield - Replace
max_tokenswithmax_completion_tokens - The reasoning process consumes tokens; the actual output may not be large, but the combined reasoning tokens can exhaust your token budget
- Note: the maximum output for
max_completion_tokensis65536foro1-miniand32768foro1-preview - If
max_completion_tokensis set too small (e.g.,4096), you will receive an empty response, but tokens will still be consumed; if set to the maximum (65536), a large number of tokens will be consumed even though the actual output may be small
OpenAi-HK