LLM::CLI::OpenAI::Usage
Inherits JSON::Serializable / Struct / Value / Object
Constructors
new(total_tokens : Int64, prompt_tokens : Int64, completion_tokens : Int64)
Sourcenew(pull : JSON::PullParser)
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
SourceInstance methods
completion_tokens
Sourceprompt_tokens
Sourcetotal_tokens
Source