K

Models

get
/models/{model}

Path parameters

  • Name
    model
    Type
    string
    Required
    Description

    The ID of the model to use for this request

Response

JSON
{
  "id": "string",
  "object": "string",
  "created": 0,
  "owned_by": "string"
}

delete
/models/{model}

Path parameters

  • Name
    model
    Type
    string
    Required
    Description

    The model to delete

Response

JSON
{
  "id": "string",
  "object": "string",
  "deleted": true
}