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
models.delete(strmodel) -> ModelDeleted
DELETE/models/{model}
List models
models.list() -> SyncPage[Model]
GET/models
Retrieve model
models.retrieve(strmodel) -> Model
GET/models/{model}
ModelsExpand Collapse
class Model:

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

class ModelDeleted: