Table of Contents

Property MaximumOutputTokens

Namespace
MailFathom.AI.Chat
Assembly
MailFathom.AI.dll

MaximumOutputTokens

Gets the greatest number of tokens one answer may occupy.

public int MaximumOutputTokens { get; }

Property Value

int

Remarks

The one generation parameter with no useful provider default: left unset, a model is free to generate until it stops, and a deployment cannot bound what a single call costs. Reaching it is not a failure — the answer arrives with OutputLimitReached and the text before the cut is real.