Skip to main content
POST
/
v1
/
models
/
list
List models
curl --request POST \
  --url https://api.generalcompute.com/v1/models/list \
  --header 'Authorization: Bearer <token>'
{
  "object": "list",
  "data": [
    {
      "id": "<string>",
      "object": "model",
      "created": 123,
      "owned_by": "<string>"
    }
  ]
}
Return every model that is enabled for your organization, including private custom checkpoints.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

List of available models

object
enum<string>
required
Available options:
list
data
object[]
required