Skip to main content
All docs
V26.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.v26.1.dll

    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