Discover/artificialanalysis.ai API
live

artificialanalysis.ai APIartificialanalysis.ai

Access AI model benchmarks, provider leaderboards, GPU hardware stats, and pricing data from Artificial Analysis via 7 structured endpoints.

Endpoints
7
Updated
10d ago
Try it

No input parameters required.

api.parse.bot/scraper/ae371dc0-d495-4644-ae2f-97fbf3214b85/<endpoint>
Ready to send
Fill in the parameters and hit sign in to send to see live response data here.
Use it in your codegrab a free API key at signup
curl -X GET 'https://api.parse.bot/scraper/ae371dc0-d495-4644-ae2f-97fbf3214b85/get_llm_providers_leaderboard' \
  -H 'X-API-Key: $PARSE_API_KEY'
All endpoints · 7 totalclick to expand

Get the main LLM API Providers Leaderboard data, including all model endpoints and their performance metrics (speed, latency, price, etc.). Returns a large dataset of provider-model combinations with pricing, timescale performance data, and benchmark scores. Response may be partially truncated for very large datasets due to page size.

Input

No input parameters required.

Response
{
  "type": "object",
  "fields": {
    "endpoints": "array of provider-model endpoint objects with pricing, performance metrics, host info, model benchmarks, and timescale data"
  },
  "sample": {
    "data": {
      "endpoints": [
        {
          "id": "fe2bd428-cb2e-4b75-a2d0-52df596b4609",
          "host": {
            "name": "Novita",
            "slug": "novita"
          },
          "slug": "novita_gpt-oss-20b",
          "model": {
            "name": "gpt-oss-20B (high)",
            "slug": "gpt-oss-20b",
            "intelligence_index": 24.47
          },
          "json_mode": true,
          "host_api_id": "openai/gpt-oss-20b",
          "timescaleData": {
            "median_output_speed": 80.19,
            "median_time_to_first_chunk": 1.35
          },
          "function_calling": false,
          "host_model_string": "Novita_gpt-oss-20B (high)",
          "price_1m_input_tokens": 0.04,
          "price_1m_output_tokens": 0.15,
          "context_window_if_different_to_model": 131072
        }
      ]
    },
    "status": "success"
  }
}

About the artificialanalysis.ai API

This API surfaces 7 endpoints covering AI model benchmarks, provider leaderboards, and hardware performance data from Artificial Analysis. The get_llm_providers_leaderboard endpoint returns the full dataset of provider-model combinations with pricing, latency, throughput, and benchmark scores across every tracked API host. Additional endpoints cover model details by slug, GPU chip specifications, and speech, image, and video model families.

LLM Provider Leaderboard and Model Data

get_llm_providers_leaderboard returns the complete provider-model matrix tracked by Artificial Analysis. Each entry includes pricing (input/output token costs), latency and throughput metrics across timescales, and benchmark scores. get_models_list returns a flat array of all tracked LLM models with fields like slug, name, shortName, isReasoning, deprecated, and nested creator info. To look up a specific model, pass its slug to get_model_detail — for example gpt-4o, o3, or gpt-oss-20b — and get back the full model object. get_model_providers uses the same slug input and extends the response with a providers array that includes per-provider pricing, host_api_id, cache pricing, and feature support flags.

Hardware Benchmarks

get_hardware_benchmarks returns two arrays: chips (unique GPU chip objects with memory bandwidth, capacity, power draw, and creator info) and system_benchmarks (per-system measurements including throughput, output speed, and latency alongside the inference framework used). This lets you compare raw hardware performance across GPU configurations independently of any specific model provider.

Search and Multimodal Models

search_models accepts a query string and performs case-insensitive substring matching against name, slug, and shortName fields across the full model list — useful for quickly narrowing down candidates like claude, llama, or gpt. get_speech_image_video_models returns four separate arrays for image generation, video generation, speech-to-text, and text-to-speech model families, each with name, slug, url, and creator metadata.

Common use cases
  • Build a model selection tool that ranks LLM providers by price-per-token and latency using leaderboard endpoint data
  • Track which models are flagged as reasoning-capable via the isReasoning field returned by get_models_list
  • Compare GPU hardware throughput and memory bandwidth across chips using get_hardware_benchmarks for infrastructure planning
  • Look up all API providers offering a specific model slug and their associated token pricing via get_model_providers
  • Aggregate benchmark scores across model families to produce custom LLM comparison dashboards
  • Discover available speech-to-text and text-to-speech model families for voice application planning via get_speech_image_video_models
  • Search and filter the tracked model catalog by name substring to automate model discovery pipelines
Pricing & limitsSee full pricing →
TierPriceCredits/monthRate limit
Free$0/mo1005 req/min
Hobby$30/mo1,00020 req/min
Developer$100/mo5,000250 req/min

One credit = one API call regardless of which marketplace API you call. Exceeding the rate limit returns a 429 response. Authenticate with the X-API-Key header.

Frequently asked questions
Does Artificial Analysis have an official developer API?+
Artificial Analysis does not publish a documented public developer API. The data on the site is intended for human consumption via their web interface at artificialanalysis.ai.
What does `get_model_providers` return beyond basic model info?+
get_model_providers returns a model object with full benchmark scores, evaluation scores, host models, and creator info, plus a providers array where each entry includes input/output token pricing, cache pricing, host_api_id, and feature support flags for that specific provider endpoint. This makes it the right endpoint when you need to compare all providers hosting a single model.
Are there any known limitations with model slug lookups?+
Yes. Both get_model_detail and get_model_providers can return upstream errors for certain slugs if the corresponding model page on Artificial Analysis has incomplete data. It's worth validating slugs first via get_models_list before passing them to detail endpoints.
Does the API cover historical benchmark trends or time-series data for model performance?+
The leaderboard endpoint includes timescale performance data fields per provider-model combination, but dedicated historical trend series for individual models are not currently exposed as standalone endpoints. The API covers current leaderboard snapshots, model details, and hardware benchmarks. You can fork it on Parse and revise to add an endpoint targeting historical timeseries data if that structure becomes available.
Does the API include user reviews or community ratings for models?+
Not currently. The API covers benchmark scores, provider pricing, latency metrics, and hardware specs — all quantitative performance data. Qualitative community ratings or user reviews are not part of the data. You can fork it on Parse and revise to add any review or community-signal endpoint if Artificial Analysis surfaces that data.
Page content last updated . Spec covers 7 endpoints from artificialanalysis.ai.
Related APIs in Developer ToolsSee all →
arxiv.org API
Search and discover academic research papers on arXiv using keywords, authors, titles, categories, and dates, then access detailed metadata for any paper. Browse the complete arXiv category taxonomy to explore research across different scientific disciplines.
theresanaiforthat.com API
Search and discover AI tools across different tasks, get detailed information about specific tools, browse available deals, and stay updated on the latest tools. Find the perfect AI solution for your needs by filtering by task category or checking featured and trending tools.
oeis.org API
Search OEIS for integer sequences by keyword, A-number, or known terms, then retrieve full sequence entries and b-file term data.
nvidia.com API
nvidia.com API
sketchfab.com API
Search and browse 3D models on Sketchfab, including filtering by category, license, animation, and downloadability. Retrieve detailed model metadata, creator profiles, collections, thumbnails, tags, and viewer configuration options.
mvnrepository.com API
Search Maven artifacts and retrieve detailed information about Java libraries, including artifact details, relocation notices, and popular package rankings. Find the exact dependencies you need and discover trending open-source projects in the Maven ecosystem.
alienvault.com API
Search and analyze global threat intelligence data including indicators of compromise, threat pulses, and adversary profiles from the Open Threat Exchange community. Monitor recent security alerts and access detailed information about threats and adversaries to strengthen your cybersecurity defenses.
intelx.io API
Search leaked databases, darknet markets, and paste sites to uncover exposed credentials, breach data, and threat intelligence across the internet. Retrieve detailed results including file previews, account information, and phonebook records to investigate security threats and monitor data breaches.
Artificial Analysis API – LLM Benchmarks & Provider Data · Parse