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": [
        "nugen-flash-instruct",
        "model-20240229"
      ],
      "name": [
        "Nugen Flash Instruct",
        "test-model"
      ],
      "type": [
        "text-generation",
        "embedding",
        "vision"
      ],
      "description": [
        "Fast instruction-following model",
        "Balanced intelligence and speed"
      ],
      "parameters": "N/A",
      "capabilities": [
        [
          "chat",
          "completions"
        ],
        [
          "embeddings"
        ]
      ],
      "training_data_cutoff": [
        "2024-01-01"
      ],
      "context_window": [
        4096,
        8192,
        32768
      ],
      "implementation_type": "N/A",
      "endpoint": "<string>",
      "alignment_ready": false,
      "is_active": false,
      "num_params_in_B": [
        7,
        13,
        200
      ]
    }
  ]
}

Authorizations

Authorization
string
header
required

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

Response

200 - application/json

Returns a list of all available base models that can be used for domain alignment.

models
Model · object[]
required

List of available base models with their specifications and capabilities