cURL
curl --request GET \ --url https://api.enkryptai.com/leaderboard/percentiles \ --header 'apikey: <api-key>'
{ "status": "success", "data": { "percentiles": [ { "target_model": "gemini-1.5-pro-latest", "model_provider": "Google", "model_source": "https://ai.google.dev/gemini-api/docs/models/gemini#gemini-1.5-pro", "test_date": "2024-06-05T10:01:55.232804", "toxicity_percentile": "NA", "malware_percentile": 15.8, "bias_percentile": 8.8, "jailbreak_percentile": 1.8, "risk_score_percentile": 1.8 } ] } }
Documentation IndexFetch the complete documentation index at: https://docs.enkryptai.com/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.enkryptai.com/llms.txt
Use this file to discover all available pages before exploring further.
A JSON object containing the percentiles of various models
"success"
Show child attributes