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.
The response is of type object.
object