Class CostRateEntry
A cost rate entry for a provider/model combination.
public sealed record CostRateEntry : IEquatable<CostRateEntry>
- Inheritance
-
CostRateEntry
- Implements
- Inherited Members
Properties
InputCostPerMillionTokens
public decimal InputCostPerMillionTokens { get; init; }
Property Value
Model
public required string Model { get; init; }
Property Value
OutputCostPerMillionTokens
public decimal OutputCostPerMillionTokens { get; init; }
Property Value
Provider
public required string Provider { get; init; }