Response.MaxOutputTokens Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
An upper bound for the number of tokens that can be generated for a response, including visible output tokens and reasoning tokens.
public int? MaxOutputTokens { get; }
member this.MaxOutputTokens : Nullable<int>
Public ReadOnly Property MaxOutputTokens As Nullable(Of Integer)