ModelCosts constructor
const
ModelCosts({})
Implementation
const ModelCosts({
required this.inputTokens,
required this.outputTokens,
required this.promptCacheWriteTokens,
required this.promptCacheReadTokens,
required this.webSearchRequests,
});