Skip to main content
All docs
V25.1
  • RequestOptions.MaxTokens Property

    Gets or sets the maximum number of tokens that can be processed by a model request.

    Namespace: DevExpress.AIIntegration.Extensions

    Assembly: DevExpress.AIIntegration.v25.1.dll

    NuGet Package: DevExpress.AIIntegration

    Declaration

    public int? MaxTokens { get; set; }

    Property Value

    Type Description
    Nullable<Int32>

    The maximum number of tokens that can be processed by a model request.

    See Also