OpenAI::EvalRunPerModelUsageItem
Inherits JSON::Serializable < Reference < Object
Constructors
new(pull : JSON::PullParser)
Sourcenew(model_name : String = "", invocation_count : Int64 = 0, prompt_tokens : Int64 = 0, completion_tokens : Int64 = 0, total_tokens : Int64 = 0, cached_tokens : Int64 = 0)
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
Source