cURL
curl --request GET \ --url https://api.enkryptai.com/leaderboard/v2/percentiles \ --header 'apikey: <api-key>'
{ "status": "success", "data": { "percentiles": [ { "model_name": "claude-3-opus-20240229", "bias_percentile": 1.4, "cbrn_percentile": 7.1, "harmful_percentile": 12.9, "insecure_code_percentile": 8.6, "toxicity_percentile": 2.9, "robustness_percentile": null } ] } }
A JSON object containing the percentiles of various models
The response is of type object.
object