ModelPricing constructor
const
ModelPricing({})
Implementation
const ModelPricing({
required this.inputPerMillion,
required this.outputPerMillion,
this.cacheCreationPerMillion,
this.cacheReadPerMillion,
});
const ModelPricing({
required this.inputPerMillion,
required this.outputPerMillion,
this.cacheCreationPerMillion,
this.cacheReadPerMillion,
});