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>'
{
  "data": [
    {
      "id": "<string>",
      "created": 123,
      "owned_by": "<string>"
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.generalcompute.com/llms.txt

Use this file to discover all available pages before exploring further.

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