AnalyzeUsageDetails.Tokens Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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)