ModelUsage constructor
ModelUsage({})
Implementation
ModelUsage({
this.inputTokens = 0,
this.outputTokens = 0,
this.cacheReadInputTokens = 0,
this.cacheCreationInputTokens = 0,
this.webSearchRequests = 0,
this.costUSD = 0.0,
this.contextWindow = 0,
this.maxOutputTokens = 0,
});