OpenAI API

ListModelsResponse

object
objectstringrequired

Allowed values:list

dataarrayrequired

Describes an OpenAI model offering that can be used with the API.

Show Child Parameters
Example

ListPaginatedFineTuningJobsResponse

object
dataarray[object]required

The fine_tuning.job object represents a fine-tuning job that has been created through the API.

Show Child Parameters
has_morebooleanrequired
objectstringrequired

Allowed values:list

Example

ListRunStepsResponse

objectstringrequired

Example:list

dataarray[object]required

Represents a step in execution of a run.

Show Child Parameters
first_idstringrequired

Example:step_abc123

last_idstringrequired

Example:step_abc456

has_morebooleanrequired
Example

ListRunsResponse

object
objectstringrequired

Example:list

dataarray[object]required

Represents an execution run on a thread.

Show Child Parameters
first_idstringrequired

Example:run_abc123

last_idstringrequired

Example:run_abc456

has_morebooleanrequired
Example

ListThreadsResponse

objectstringrequired

Example:list

dataarray[object]required

Represents a thread that contains messages.

Show Child Parameters
first_idstringrequired

Example:asst_abc123

last_idstringrequired

Example:asst_abc456

has_morebooleanrequired
Example