Table of Contents

Enum Verbosity

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

Text verbosity level for GPT-5.1 and GPT-5.2 models. Controls how verbose the model's text output is.

public enum Verbosity

Fields

High = 2

More detailed, longer responses

Low = 0

Concise, shorter responses

Medium = 1

Balanced verbosity (default)