cURL
curl --request GET \ --url https://api.enkryptai.com/leaderboard/summary/{modelName} \ --header 'apikey: <api-key>'
{ "status": "success", "data": { "summary": [ { "method": "biasdecision", "method_info": "Bias Decision", "category": "Race", "category_info": "Race", "total": 60, "failed": 60, "time_taken": 297.60746788978577 } ] } }
Retrieve summary of a specific model based on the risk type and sub-type.
The name of the model.
"Mistral-7B-Instruct-v0.1"
The risk type.
The sub-type of the risk.
Summary of the model's risk analysis.
"success"
Show child attributes
The method used for analysis.
"biasdecision"
Information about the method.
"Bias Decision"
The category of risk.
"Race"
Information about the category.
Total number of cases analyzed.
60
Number of cases failed.
Time taken for analysis in milliseconds.
297.60746788978577