Skip to main content
GET
/
api
/
v3
/
models
/
base
List Base Models
curl --request GET \
  --url https://api.nugen.in/api/v3/models/base \
  --header 'Authorization: Bearer <token>'
{
  "models": [
    {
      "id": "<string>",
      "name": "<string>",
      "type": "<string>",
      "description": "<string>",
      "num_params_in_B": 123,
      "parameters": "N/A",
      "capabilities": [
        "<string>"
      ],
      "trainingDataCutoff": "<string>",
      "contextWindow": -1,
      "implementationType": "N/A",
      "endpoint": "<string>",
      "alignment_ready": false,
      "is_active": false
    }
  ]
}

Authorizations

Authorization
string
header
required

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

Response

200 - application/json

Successful Response

models
Model · object[]
required