ReasoningEffort Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
o-series models only
Constrains effort on reasoning for
reasoning models.
Currently supported values are low, medium, and high. Reducing
reasoning effort can result in faster responses and fewer tokens used
on reasoning in a response.
public enum ReasoningEffort
type ReasoningEffort =
Public Enum ReasoningEffort
- Inheritance
-
ReasoningEffort
Fields
| Name | Value | Description |
|---|---|---|
| Low | 0 | low. |
| Medium | 1 | medium. |
| High | 2 | high. |