Skip to content
MarcoDotIO edited this page Dec 5, 2022 · 1 revision

Model

The GPT3 models used for text and code completions.

public struct Model: Codable, Identifiable 

Inheritance

Codable, Identifiable

Properties

id

The ID of the model.

public let id: String

object

The OpenAIObject object type of the model.

public let object: OpenAIObject

created

The creation date of the model.

public let created: Int

ownedBy

The owner of the model.

public let ownedBy: String

permission

Permissions associated with the model.

public let permission: [ModelPermission]

root

The root model of the current model.

public let root: String

parent

The parent model of the current model.

public let parent: String?
Types
Global Functions
Clone this wiki locally