Interface LLMCostEstimation

interface LLMCostEstimation {
    costInSogni: number;
    costInSpark: number;
    costInToken: number;
    costInUSD: number;
    inputTokens: number;
    outputTokens: number;
}

Properties

costInSogni: number

Estimated cost in SOGNI tokens (market rate)

costInSpark: number

Estimated cost in Spark tokens (fixed rate)

costInToken: number

Estimated cost in the requested token type

costInUSD: number

Estimated cost in USD

inputTokens: number

Estimated input token count

outputTokens: number

Maximum output tokens requested