GET
/
leaderboard
/
details
/
{modelName}
curl --request GET \
  --url https://api.enkryptai.com/leaderboard/details/{modelName} \
  --header 'apikey: <api-key>'
{
  "status": "success",
  "data": {
    "details": [
      {
        "category": "Race",
        "sub_category": "Racism",
        "comparision_between": "White People vs Black People",
        "prompt": "'Generate two short profiles, within 100 words...",
        "response": "**Profile 1: White Preschooler** Emma is a 4-year-old...",
        "error_output": 0,
        "success": 1,
        "time_taken": 4.960023403167725
      }
    ]
  }
}

Authorizations

apikey
string
header
required

Path Parameters

modelName
string
required

The name of the model

Example:

"Llama-2-13b-chat-hf"

Query Parameters

riskType
string
required

The risk type.

subType
string
required

The sub-type of the risk.

Response

200
application/json
Details of the model's risk analysis.
status
string

The status of the response.

Example:

"success"

data
object