struct OpenAI::Model
- OpenAI::Model
- Struct
- Value
- Object
Overview
GET https://api.openai.com/v1/models
Included Modules
- JSON::Serializable
Extended Modules
- JSON::Schema
Defined in:
openai/api/model.crConstructors
Instance Method Summary
- #created : Time
-
#id : String
The model identifier, which can be referenced in the API endpoints.
-
#object : String
The object type, which is always "model".
-
#owned_by : String
The organization that owns the model.
- #parent : String | Nil
- #permission : Array(Permission) | Nil
- #root : String | Nil