---
title: AI Pricing
description: Live, queryable per-token pricing for AI model APIs across major providers.
doc_version: "1.0"
last_updated: "2026-05-07"
canonical_url: "https://ai-pricing.fyi/"
---

# AI Pricing

AI Pricing tracks current and historical API pricing for AI model providers,
including OpenAI, Anthropic, Google, DeepSeek, GLM, Qwen, MiniMax, Mistral,
xAI, Groq, Fireworks, Together, DeepInfra, Cloudflare Workers AI, Novita,
Cerebras, Nscale, DigitalOcean, and Kimi.

## What This Site Provides

- Public JSON endpoints for providers, models, current prices, price filters,
  recent changes, and GPU placeholder data.
- A React web interface for browsing providers, models, and prices.
- Markdown API documentation for agents and command-line clients.
- Per-token price rows with provider, model, metric, billing tier, unit,
  currency, and latest observation timestamp.

## API

- [API overview](/api.md)
- [OpenAPI schema](/openapi.json)
- JSON API root: `https://ai-pricing.fyi/v1`
- Markdown docs: `https://ai-pricing.fyi/api.md`

## Terminology

- **Provider:** An inference platform that publishes or hosts model pricing.
- **Serving provider:** The platform that serves an offer, such as
  `cloudflare`; distinct from the canonical model vendor.
- **Canonical vendor:** The creator/vendor credited on the canonical model row,
  such as `anthropic` for Claude models.
- **Canonical model:** A normalized model identity used across providers.
- **Offer:** A provider-specific product row for a model and billing mode.
- **Price dimension:** A metric such as `input_token`, `cached_input_token`,
  or `output_token`, priced per unit.
- **Current price:** The latest observed snapshot for one price dimension.

## Sitemap

See the full [sitemap](/sitemap.md) for all public pages and machine-readable
resources.
