struct AI::OpenAI::PromptTokensDetails

Overview

Prompt tokens details from OpenAI API.

Included Modules

Defined in:

ai/openai/chat/convert_openai_chat_usage.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]
def self.new(cached_tokens : Int32 | Nil = nil) #

[View source]
def self.new(*, __pull_for_json_serializable pull : JSON::PullParser) #

[View source]

Instance Method Detail

def cached_tokens : Int32 | Nil #

[View source]