Models
models
Methods
delete/models/{model}
Delete a fine-tuned model. You must have the Owner role in your organization to delete a model.
Security
Bearer Auth
Example: Authorization: Bearer My API Key
Parameters
model: string
Response fields
Request example
200Example
get/models
Lists the currently available models, and provides basic information about each one such as the owner and availability.
get/models/{model}
Retrieves a model instance, providing basic information about the model such as the owner and permissioning.
Domain types
Model = { id, created, object, 1 more... }
ModelDeleted = { id, deleted, object }