Models
models
Methods
delete/models/{model}
Delete a fine-tuned model. You must have the Owner role in your organization to delete a model.
get/models
Lists the currently available models, and provides basic information about each one such as the owner and availability.
Domain types
Model = { id, created, object, 1 more... }
ModelDeleted = { id, deleted, object }