Gateway Spend Report Row
class GatewaySpendReportRow(val day: String? = null, val hour: String? = null, val user: String? = null, val model: String? = null, val tag: String? = null, val provider: String? = null, val credentialType: GatewayCredentialType? = null, val totalCost: Double, val marketCost: Double? = null, val inputTokens: Int? = null, val outputTokens: Int? = null, val cachedInputTokens: Int? = null, val cacheCreationInputTokens: Int? = null, val reasoningTokens: Int? = null, val requestCount: Int? = null)(source)
Since
0.3.0-beta01
Constructors
Link copied to clipboard
constructor(day: String? = null, hour: String? = null, user: String? = null, model: String? = null, tag: String? = null, provider: String? = null, credentialType: GatewayCredentialType? = null, totalCost: Double, marketCost: Double? = null, inputTokens: Int? = null, outputTokens: Int? = null, cachedInputTokens: Int? = null, cacheCreationInputTokens: Int? = null, reasoningTokens: Int? = null, requestCount: Int? = null)