Skip to main content
GET
/
api
/
v3
/
models
/
aligned
List Aligned Models
curl --request GET \
  --url https://api.nugen.in/api/v3/models/aligned \
  --header 'Authorization: Bearer <token>'
{
  "domainAlignedModels": [
    {
      "id": "<string>",
      "name": "<string>",
      "base_model": "<string>",
      "alignment_project": "<string>",
      "created_date": "<string>",
      "status": "<string>",
      "deployment_status": "DEPLOYED",
      "endpoint": "<string>",
      "creator": "<string>",
      "usage_count": 123,
      "performance_metrics": {
        "accuracy": 0,
        "uncertainty": 0,
        "domainViolations": 0,
        "averageResponseTime": 0
      },
      "downloadable": true,
      "alignment_id": "<string>",
      "last_used": "<string>",
      "evaluation_data": {},
      "conversation_saving_enabled": 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