Table of Contents

Class CostRateEntry

Namespace
JD.AI.Core.Usage
Assembly
JD.AI.Core.dll

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

decimal

Model

public required string Model { get; init; }

Property Value

string

OutputCostPerMillionTokens

public decimal OutputCostPerMillionTokens { get; init; }

Property Value

decimal

Provider

public required string Provider { get; init; }

Property Value

string