Enum Gpt5_6Reasoning
Reasoning effort level for GPT-5.6 models. Auto uses the model default (Medium). GPT-5.6 supports: none, low, medium (default), high, xhigh, max.
public enum Gpt5_6Reasoning
Fields
Auto = 0High = 4Low = 2Max = 6Medium = 3None = 1XHigh = 5