Skip to main content
GET
/
api
/
v3
/
models
/
aligned
List Aligned Models Endpoint
curl --request GET \
  --url https://api.nugen.in/api/v3/models/aligned \
  --header 'Authorization: Bearer <token>'
{
  "domainAlignedModels": [
    {
      "id": "<string>",
      "name": "<string>",
      "baseModel": "<string>",
      "alignmentProject": "<string>",
      "createdDate": "<string>",
      "status": "<string>",
      "deploymentStatus": "DEPLOYED",
      "endpoint": "<string>",
      "creator": "<string>",
      "usageCount": 123,
      "performanceMetrics": {
        "accuracy": 0,
        "uncertainty": 0,
        "domainViolations": 0,
        "averageResponseTime": 0
      },
      "downloadable": true,
      "alignment_id": "<string>",
      "lastUsed": "<string>",
      "evaluationData": {},
      "conversationSavingEnabled": 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

domainAlignedModels
DomainAlignedModel · object[]
required