API Reference
Class
UsageTelemetryApiEventCostEstimate
Event-level pricing estimate derived from token telemetry.
Inheritance
- Object
- UsageTelemetryApiEventCostEstimate
Constructors
public UsageTelemetryApiEventCostEstimate(String model, Int64 totalTokens, Decimal estimatedCostUsd, Boolean hasKnownPricing) #Parameters
- model String
- totalTokens Int64
- estimatedCostUsd Decimal
- hasKnownPricing Boolean
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object