struct

LLM::CLI::OpenAI::Usage

Inherits JSON::Serializable / Struct / Value / Object

Constructors

new(total_tokens : Int64, prompt_tokens : Int64, completion_tokens : Int64)
Source
new(pull : JSON::PullParser)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

completion_tokens
Source
prompt_tokens
Source
total_tokens
Source