ModelPricing constructor
const
ModelPricing({})
Implementation
const ModelPricing({
required this.name,
required this.inputPerMillion,
required this.outputPerMillion,
this.cacheReadPerMillion = 0,
this.cacheWritePerMillion = 0,
this.maxInputTokens = 200000,
this.maxOutputTokens = 8192,
});