Skip to main content
All docs
V25.1
  • AIIntegration.ChatMaxTokensDefault Property

    Gets or sets the maximum number of tokens that can be processed by a model request. Applies to all DevExpress AI-powered extensions.

    Namespace: DevExpress.AIIntegration

    Assembly: DevExpress.AIIntegration.v25.1.dll

    NuGet Package: DevExpress.AIIntegration

    Declaration

    public static int? ChatMaxTokensDefault { get; set; }

    Property Value

    Type Description
    Nullable<Int32>

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

    See Also