OpenAI::RunCompletionUsageVariant1
Inherits JSON::Serializable < Reference < Object
Usage statistics related to the run. This value will be null if the run is not in a terminal state (i.e. in_progress, queued, etc.).
Constructors
new(pull : JSON::PullParser)
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
SourceInstance methods
completion_tokens=(completion_tokens : Int64)
Number of completion tokens used over the course of the run.