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>",
      "parameters": "N/A",
      "capabilities": [
        "<string>"
      ],
      "training_data_cutoff": "<string>",
      "context_window": -1,
      "implementation_type": "N/A",
      "endpoint": "<string>",
      "alignment_ready": false,
      "is_active": false,
      "num_params_in_B": 0
    }
  ]
}

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