struct

AI::OpenAI::OpenAIEmbeddingUsage

Inherits JSON::Serializable < Struct < Value < Object

Usage information from OpenAI embedding API response.

Constructors

new(prompt_tokens : Int32 | Nil = nil)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

prompt_tokens

The number of tokens used for the prompt.

Source