Skip to main content
Live
Main content
Review · Platforms
AA

Artificial Analysis

Editor rating
4.6/ 5
Starting price
$0
Free tier
Yes
Platforms
Web
Developer
Artificial Analysis
Launched
2024

Artificial Analysis review

4.6 / 5By Artificial AnalysisResearched overview by AI Chat DailyUpdated Visit official site ↗
The verdict

Artificial Analysis is the most useful benchmark site for picking a model based on actual deployment numbers — speed, latency, price-per-token — instead of vibes. It's the right complement to LMArena: where Arena measures what users prefer, AA measures what costs and runs.

Try Artificial AnalysisOpens artificialanalysis.ai

How this was put together. This is a researched overview, not a hands-on review — compiled by the AI Chat Daily desk from Artificial Analysis's own documentation, pricing pages and release notes, plus how the product has been received. The score reflects documented capability and market position rather than our own testing. Last checked May 4, 2026. No sponsorship, no affiliate relationship. Read our editorial standards and corrections policy.

Artificial Analysis launched in early 2024 as a small project comparing OpenAI's API models on price and latency. By 2026, it has become the canonical resource for engineers choosing which model — and which hosting provider — to ship in production.

Where LMArena answers "which model do humans like best?", Artificial Analysis answers "which model is fast enough at the price you can afford?" Both questions matter. They just rarely have the same answer.

The good
  • Real measured throughput and latency, not vendor-claimed numbers
  • Side-by-side comparison across hosting providers running the same model
  • Price-per-million-tokens broken out for inputs and outputs
  • Quality scores aggregated from MMLU, GPQA, MATH, HumanEval and more
  • Free with no signup — every chart is public
  • Updates within days of major model launches
Watch out
  • Quality scores aggregate published benchmarks; no original evals
  • Doesn't capture subjective output quality the way LMArena does
  • UI is dense — beginners may struggle with the comparison matrix
  • Speed numbers vary by region and time of day; site averages can mislead
Best for
  • Engineers picking a model based on production cost and latency
  • Buyers comparing hosting providers (Together, Fireworks, Replicate, etc.)
  • Researchers tracking the price-quality frontier over time
  • Procurement teams negotiating with API providers
Avoid if
  • You want a single "which model is smartest" answer (use LMArena)
  • You need original task-specific evals (use Papers With Code)
  • You're comparing closed-product UX rather than raw API performance

Pricing

Free
$0

Full site access. All comparison charts, all models, all hosting providers.

What Artificial Analysis measures

The site tracks four categories of performance for each model:

Speed — tokens generated per second once the model starts responding. Higher is better. The site measures this against each hosting provider's live API; you can see, for example, that Llama-3.1-70B runs roughly 2× faster on Fireworks than on Replicate, and roughly 4× faster than on a self-hosted vLLM instance.

Latency — time-to-first-token, in milliseconds. This matters most for chat-style applications where users see streaming responses. A model that generates 200 tok/s but takes 2 seconds to start can feel slower than one that generates 80 tok/s and starts in 200ms.

Price — input and output cost per million tokens, separated. The breakout matters because input-heavy and output-heavy workloads land very differently on different price ladders. Claude is roughly even on input/output; GPT-4 charges 4× more for output than input.

Quality — an aggregate of published evals (MMLU, GPQA, MATH, HumanEval, MMLU-Pro, and others) into a single score per model. AA doesn't run its own evals; it collects what the labs and academic groups publish and presents them in one chart.

Why it complements LMArena

LMArena measures something specific: which response a human picks in a blind A/B. That's a useful signal — humans are the eventual customer — but it's heavily biased by length, formatting, and tone. A confident, well-formatted, slightly-too-long response often wins on Arena even when the underlying answer is wrong.

Artificial Analysis measures things that don't have those biases: how many milliseconds elapsed, how many cents per million tokens, what score did the model get on a public eval. Less subjective. Less interesting to read. More useful when you're picking a production model.

The two sites aren't substitutes. A team picking a model for a customer-facing chatbot probably wants both — high Arena rank for perceived quality, low AA latency and price for unit economics. A team picking a model for a batch-summarization pipeline mostly wants AA — Arena rank doesn't matter when no one sees the individual outputs.

Hosting-provider comparisons are the killer feature

The single most useful thing on Artificial Analysis is the hosting-provider comparison. Most benchmark sites treat "Llama-3.1-70B" as a single row. AA treats it as a row per provider — Together, Fireworks, Replicate, Anyscale, Groq, Cerebras, sometimes more — with measured numbers for each.

The numbers are surprising more often than not. Groq routinely beats every other provider on speed by 3–5×, but the price per million tokens varies. Together is often the cheapest for a given model but slower than Fireworks. Cerebras is the fastest at the high end but limited to a smaller catalog.

If you're building on top of an open-weights model, the AA hosting matrix is the closest thing to a buyer's guide. The labs' marketing pages rarely break out which provider's numbers they're quoting; AA does.

Limitations

The quality scores are aggregates, not original evals. If you care exactly how Claude 3.7 performs on, say, GPQA Diamond — go read the Anthropic system card. AA's score is a weighted average of public benchmarks, and the weighting choices are AA's, not yours.

Subjective output quality is harder to capture. AA can tell you that GPT-4o is 30% cheaper than Claude 3.5 Sonnet on output tokens. It cannot tell you which one writes better marketing copy or follows multi-step instructions more reliably. For that you still need to test on your own data.

Speed measurements vary by region and time of day. AA averages across measurements, which is the right approach, but a single point-in-time measurement on a Friday afternoon in EU-West can look very different from a Tuesday morning in US-East. If latency is mission-critical, you should measure on your own infrastructure.

How to use it

Open artificialanalysis.ai, pick the comparison view, and add the models you're considering. Filter by hosting provider if you have a preferred vendor or are open to switching. The "intelligence index" and "speed" axes are the two views that matter most; "price" matters mostly when you're at scale.

For new model launches, the site usually updates within 48 hours. Treat the first day's numbers as preliminary — providers tune their hosting in the first week and numbers settle by the second.

Verdict

If you ship AI in production, Artificial Analysis belongs in the same browser tab group as your provider dashboards. It is the only public site that makes hosting-provider differences legible, the only one that breaks input vs. output pricing cleanly, and the only one whose latency numbers are continuously measured rather than vendor-claimed. Free, no login, updated daily — there is no reason not to use it.

Frequently asked questions

What is Artificial Analysis?
Artificial Analysis (artificialanalysis.ai) is an independent benchmark site that measures AI models on speed (tokens per second), latency (time to first token), price (per million tokens in/out), and quality (aggregated from public evals). It compares the same model across different hosting providers, which is rare on other benchmark sites.
How is it different from LMArena?
LMArena ranks models by human-vote preference. Artificial Analysis ranks them by measured technical performance. Use Arena when you care about subjective quality, AA when you care about deployment economics or speed.
Is the data trustworthy?
The throughput and latency numbers are measured directly via the providers' APIs and updated continuously. Quality scores are aggregated from published evals (MMLU, GPQA, MATH, HumanEval, etc.) — they're as good as the underlying evals. The site is transparent about its methodology.
Does it cover open-source models?
Yes — and this is one of its strengths. AA tracks Llama, Mistral, DeepSeek, Qwen, and others across multiple hosting providers (Together, Fireworks, Replicate, Anyscale, etc.), so you can see how the same Llama-3.1-405B performs and is priced on each.
Is Artificial Analysis free?
Yes — completely free, no signup. The site is supported by enterprise consulting on the side.
How often does it update?
Speed and latency numbers update on a rolling basis (within hours). New models typically appear within days of launch. Pricing updates whenever providers change their rate cards.
Can I trust the price comparisons?
The list price comparisons are accurate, but the AA site can't account for negotiated enterprise rates. Treat the published prices as the public ceiling — large customers usually pay less.
AI Box Daily briefingFree · Daily · No fluff

Stay ahead of everyone in AI.

The tightly edited AI news email engineers, founders, and investors actually open. One email. Every weekday. Five minutes to finish.

Loved by 10,000+ AI professionals
Free forever. Unsubscribe with one click.

The briefing read inside teams at