UsageDetails.Tokens Property

Definition

The number of LLM and embedding tokens consumed, grouped by model (ex. GTP 4.1) and type (ex. input, cached input, output).

public System.Collections.Generic.IDictionary<string,int> Tokens { get; }
member this.Tokens : System.Collections.Generic.IDictionary<string, int>
Public ReadOnly Property Tokens As IDictionary(Of String, Integer)

Property Value

Applies to