OpenAI.Model (oapi_oai v0.2.1)

Provides struct and type for Model

Link to this section Summary

Link to this section Types

@type t() :: %OpenAI.Model{
  created: integer(),
  id: String.t(),
  object: String.t(),
  owned_by: String.t()
}