Table of Contents

Class ProviderUsageBreakdown

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

Per-provider usage breakdown.

public sealed record ProviderUsageBreakdown : IEquatable<ProviderUsageBreakdown>
Inheritance
ProviderUsageBreakdown
Implements
Inherited Members

Properties

CompletionTokens

public long CompletionTokens { get; init; }

Property Value

long

EstimatedCostUsd

public decimal EstimatedCostUsd { get; init; }

Property Value

decimal

PromptTokens

public long PromptTokens { get; init; }

Property Value

long

ProviderId

public required string ProviderId { get; init; }

Property Value

string

TotalTokens

public long TotalTokens { get; }

Property Value

long

Turns

public int Turns { get; init; }

Property Value

int