struct OpenRouter::EmbeddingResponse

Included Modules

Defined in:

openrouter/types/embedding_response.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def data : Array(EmbeddingData) #

[View source]
def id : String | Nil #

[View source]
def model : String #

[View source]
def object : String #

[View source]
def usage : EmbeddingUsage | Nil #

[View source]