Methodology

How we validate AI API pricing data

Model Cost Comparison is the canonical calculator for workload-based LLM pricing. Rates are last validated Monday 7th September 2026. This page documents sources, refresh cadence, and what the calculator does not model.

Data pipeline

  1. Baseline sync from OpenRouter and official provider pricing pages.
  2. Cross-validation against OpenRouter, PricePerToken, Helicone, and Artificial Analysis input/output list prices; mismatches flagged as “Needs review”. AA never overwrites calculator rates.
  3. Weekly GitHub Actions refresh (Mondays) updates validated JSON on this domain.
  4. The same Monday job refreshes the intelligence vs cost explorer snapshot from Artificial Analysis, then validates token prices against that snapshot.
  5. Calculator reads ai-provider-pricing-validated.json at build and runtime.

What each dataset is for

Workload estimates (input, cached input, and output $/MTok, including Azure, Bedrock, and Vertex host prices) come from the MCC validated dataset. Intelligence Index, output speed, and cost-per-task on the explorer come from Artificial Analysis and are attributed there. When a calculator model is mapped to an AA slug, the explorer shows the same token prices as the calculator. Both files refresh on the same Monday job.

Cost formula

Monthly estimate = (non-cached input tokens × input $/MTok) + (cached input tokens × cached $/MTok when published) + (output tokens × output $/MTok), scaled to messages/month × tokens/message. If a model has no cached rate, cached tokens bill at the normal input rate.

Confidence tiers

  • Verified — official source confirmed by at least one external aggregator.
  • Estimated — official price only; no external confirmation yet.
  • Needs review — mismatch between sources; confirm on the vendor page before billing.

Not included in estimates

Tool-call fees, web search grounding, vector storage, image tokenization, regional multipliers, taxes, and enterprise discounts are not modeled. Add those from your provider console when they apply.

Canonical tool vs article

The interactive calculator lives at modelcostcomparison.com. A long-form article with additional context remains on nicolalazzari.ai and points here as the canonical tool URL.

How to use the calculator →