Skip to content

EmbeddingsUsage

MarcoDotIO edited this page Dec 5, 2022 · 1 revision

EmbeddingsUsage

The token usage of the Embeddings endpoint.

public struct EmbeddingsUsage: Codable 

Inheritance

Codable

Properties

promptTokens

The amount of tokens used by the prompt.

public let promptTokens: Int

totalTokens

The total amount of tokens used.

public let totalTokens: Int
Types
Global Functions
Clone this wiki locally