Skip to content
For the complete documentation index, see llms.txt. Markdown versions of documentation pages are available by appending .md to the page URL.
Primary navigation

Models

List and describe the various models available in the API.

Delete a fine-tuned model
$ openai models delete
DELETE/models/{model}
List models
$ openai models list
GET/models
Retrieve model
$ openai models retrieve
GET/models/{model}
ModelsExpand Collapse
model: object { id, created, object, 2 more }

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

model_deleted: object { id, deleted, object }