Interface EmbeddingsListUsage

Usage statistics for the model inference.

EmbeddingsListUsage

interface EmbeddingsListUsage {
    totalTokens?: number;
}

Properties

Properties

totalTokens?: number

Total number of tokens consumed across all inputs.

EmbeddingsListUsage