Models

models

Methods

Delete A Fine Tuned Model ->
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
List Models -> Page<>
get/models

Lists the currently available models, and provides basic information about each one such as the owner and availability.

Retrieve Model ->
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 }