IntelligenceX

API Reference

Class

UsageTelemetryApiEventCostEstimate

Namespace IntelligenceX.Telemetry.Usage
Assembly IntelligenceX
Modifiers sealed

Event-level pricing estimate derived from token telemetry.

Inheritance

  • Object
  • UsageTelemetryApiEventCostEstimate

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Returned or exposed by

Constructors

public UsageTelemetryApiEventCostEstimate(String model, Int64 totalTokens, Decimal estimatedCostUsd, Boolean hasKnownPricing) #

Parameters

model String requiredposition: 0
totalTokens Int64 requiredposition: 1
estimatedCostUsd Decimal requiredposition: 2
hasKnownPricing Boolean requiredposition: 3

Properties

public Int64 TotalTokens { get; } #
public Decimal EstimatedCostUsd { get; } #
public Boolean HasKnownPricing { get; } #