Click or drag to resize

AIProviderLastUsage Property

Token usage of the last API call (input/output tokens, one call). Zeroes when the API did not report usage information.

Namespace: Seal.AI
Assembly: SealLibrary (in SealLibrary.dll) Version: 10.0.1.0+a44cd3a7f03c2bf3cdbd971a878c679e40bed08a
Syntax
C#
public AIUsage LastUsage { get; protected set; }

Property Value

AIUsage

Implements

IAIProviderLastUsage
See Also