Table of Contents

Enum GrokReasoning

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

Reasoning effort for xAI Grok models. Auto omits the provider parameter. Grok 4.3 supports None through High; Grok 4.5 supports Low through High and cannot disable reasoning.

public enum GrokReasoning

Fields

Auto = 0
High = 4
Low = 2
Medium = 3
None = 1