Pinecone TypeScript SDK - v8.2.0
    Preparing search index...

    Interface EmbeddingsListUsage

    Usage statistics for the model inference.

    EmbeddingsListUsage

    interface EmbeddingsListUsage {
        totalTokens?: number;
    }
    Index
    totalTokens?: number

    Total number of tokens consumed across all inputs.

    EmbeddingsListUsage