struct

AI::Provider::EmbeddingModel::Usage

Inherits JSON::Serializable < Struct < Value < Object

Token usage for embedding calls. Embeddings only have input tokens (no output tokens).

Constructors

new(tokens : Int32)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

tokens

Number of tokens used.

Source