Live
list_provider_leaderboard
artificialanalysis.aiReturns Artificial Analysis LLM API provider records with endpoint features, pricing, speed, latency and benchmark scores from https://artificialanalysis.ai.
Parameters3
Runs4
Updated6h ago
Operational4 runs · 100% succeeded
30 days ago90 days agoranfailednot checkedtoday
Playground
Runs on Notte and spends your workspace credits — what comes back is the live response, not a sample.
What is list_provider_leaderboard?
Returns Artificial Analysis LLM API provider records with endpoint features, pricing, speed, latency and benchmark scores from https://artificialanalysis.ai. It runs on Notte's browser infrastructure and returns structured JSON, so you can call it like any other API — pass provider, model, include_deprecated and get the result back without maintaining a scraper.
Response
{
"count": 0,
"records": [
{}
]
}Call it
curl --location 'https://us-prod.notte.cc/functions/9b4b3ff6-f416-4868-ab52-16a08c0f1ee1/runs/start' \
--header 'x-notte-api-key: YOUR_API_KEY' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer YOUR_API_KEY' \
--data '{
"function_id": "9b4b3ff6-f416-4868-ab52-16a08c0f1ee1",
"variables": {
"provider": "",
"model": "",
"include_deprecated": true
}
}'Ask an agent
Paste this into Claude Code, Cursor or any MCP client to have an agent call this function for you.
prompt
Use the Anything API MCP server (https://anything.notte.cc/mcp). Call run(function_id="9b4b3ff6-f416-4868-ab52-16a08c0f1ee1") — the "list_provider_leaderboard" function, which returns Artificial Analysis LLM API provider records with endpoint features, pricing, speed, latency and benchmark scores from https://artificialanalysis.ai.. It takes provider (str), model (str), include_deprecated (bool). Return the result as structured JSON.