AnalyzeUsageDetails.Tokens Property

Definition

The number of LLM and embedding tokens consumed, grouped by model (e.g., "gpt-4.1") and type (e.g., "input", "cached input", "output").

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

Property Value

Applies to