Skip to content

ListModelResponse

MarcoDotIO edited this page Dec 5, 2022 · 1 revision

ListModelResponse

The struct sent by the List Models Endpoint

public struct ListModelResponse: Codable 

Inheritance

Codable

Properties

object

The OpenAIObject object type of the response.

public let object: OpenAIObject

data

The array of models that OpenAI has for use.

public let data: [Model]
Types
Global Functions
Clone this wiki locally