Instance Propertymacpaw.openai 0.3.2OpenAI
object
The object type, which is always “model”.
let object: String
The object type, which is always “model”.
let object: String
import OpenAI
struct ModelResult
The model object matching the specified ID.
@frozen struct String
A Unicode string value that is a collection of characters.
init(from decoder: any Decoder) throws
let created: TimeInterval
The Unix timestamp (in seconds) when the model was created.
let id: String
The model identifier, which can be referenced in the API endpoints.
let ownedBy: String
The organization that owns the model.
enum CodingKeys