GET
/
v1
/
models
{
  "data": [
    {
      "created_at": "2023-11-07T05:31:56Z",
      "model_name": "<string>",
      "model_provider": "<string>",
      "sudo_model_id": 123
    }
  ],
  "first_id": "<string>",
  "has_more": true,
  "last_id": "<string>"
}

Response

200
application/json

Supported models retrieved successfully

The response is of type object.