Table of Contents

Enum Gpt5_6Reasoning

Namespace
Mythosia.AI.Models
Assembly
Mythosia.AI.Abstractions.dll

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 = 0
High = 4
Low = 2
Max = 6
Medium = 3
None = 1
XHigh = 5