export interface EmbedResponseUsage { /** The total number of tokens used for computing the embeddings. */ totalTokens?: number; }