class

OpenAI::Providers::DeepSeek::ListModelsResponse

Inherits JSON::Serializable < Reference < Object

DeepSeek's list models response

Constructors

new(object : String = "list", data : Array(Model) = [] of Model)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

data
Source
data=(data : Array(Model))
Source
object
Source
object=(object : String)
Source
to_openai_response

Convert to standard OpenAI ListModelsResponse

Source