COMPUTE
. FINANCE

Oracle.

Compute Price Index

CPI

An equal-weighted reference price for AI compute, derived from 19 models across 9 providers.

1 SCU — STANDARD COMPUTE UNIT

$0.002742

+12.63% · all

Cost of a reference workload, 1,000 input tokens + 500 output tokens, taken as the equal-weighted geometric mean across the basket. Last reconstituted 3d ago.

Providers in the basket: OpenAI, Anthropic, Google, Alibaba, DeepSeek, xAI, Moonshot, Xiaomi, MiniMax. 19 models, each weighted equally at 1/19 (5.26%).

MODELS

19

one family, one slot, latest version

PROVIDERS

9

equal per-model weight

METHOD

Geometric mean

1/19 (5.26%) each

The basket.

Every model family gets one slot, the latest version always. 19 models total across 9 providers, each weighted equally. Equal-weighted basket v1.0, launched June 18, 2026.

One representative per model family, USD per million tokens, equal weight.
#ProviderModelReleasedInput $/1MOutput $/1MWeight
1AnthropicClaude Fable 52026-07$10$505.26%
2OpenAIGPT-5.52026-04$5$305.26%
3AnthropicClaude Opus 4.82026-05$5$255.26%
4GoogleGemini 3.1 Pro2026-02$2$125.26%
5AnthropicClaude Sonnet 52026-06$2$105.26%
6AlibabaQwen3.7-Max2026-05$2.5$7.55.26%
7GoogleGemini 3.5 Flash2026-05$1.5$95.26%
8AnthropicClaude Haiku 4.52025-10$1$55.26%
9OpenAIGPT-5.4 Mini2026-03$0.75$4.55.26%
10MoonshotKimi K2.72026-06$0.95$45.26%
11xAIGrok 4.32026-05$1.25$2.55.26%
12XiaomiMiMo V2.5 Pro2026-04$1$35.26%
13AlibabaQwen3.5 Plus2026-02$0.3$1.85.26%
14GoogleGemini 3.1 Flash-Lite2026-03$0.25$1.55.26%
15MiniMaxM2.72026-03$0.3$1.25.26%
16DeepSeekV4 Pro2026-04$0.435$0.875.26%
17OpenAIGPT-5.4 Nano2026-03$0.2$1.255.26%
18DeepSeekV4 Flash2026-04$0.14$0.285.26%
19AlibabaQwen3.5 Flash2026-02$0.065$0.265.26%

SCU History

Reconstitution-driven SCU history. Each step is a new on-chain version; values are constant between reconstitutions.

Higher = compute is more expensive.

Total SCU
Jun 26Jul 26$0.0024$0.0025$0.0026$0.0027$0.0028

Current

$0.002742

Period Change

+12.63%

High / Low

$0.002742 / $0.002435

Reconstitutions

2

Display currencies. The canonical SCU is denominated in USD and stored on-chain as USDC microcents. Non-USD values shown above are display-only conversions sourced from a public FX feed. They are not part of the on-chain CPI value and may differ slightly from any specific FX provider.

Compute Power Index

Purchasing power per dollar — higher is better. Anchored to base 100 at the inception baseline.

A reading of 120 means compute is 20% cheaper than baseline. The Compute Power Index is the inverse of the SCU, normalized — when costs go down, the line goes up.

Compute Power Index
Jun 19, 26Jul 6, 26Jul 9, 26879195102

Current Index

88.8

Period Change

-11.2

High / Low

100.0 / 88.8

Baseline

100.0

Reconstitution Log

Every basket update is recorded on-chain with a timestamp, the affected models, and the resulting SCU. The SCU is reconstitution-driven: it is published on-chain when basket composition or provider rate-card prices change.

v2Jul 6, 202619 changes0xd974...8181

Added claude-fable-5; qwen-3.5-flash price input +0.0%, output +0.0%; qwen-3.7-max price input +0.0%, output +0.0%; qwen-3.5-plus price input +0.0%, output +0.0%; claude-haiku-4.5 price input +0.0%, output +0.0%; claude-opus-4.8 price input +0.0%, output +0.0%; anthropic.claude-sonnet: claude-sonnet-4.6 → claude-sonnet-5; deepseek-v4-flash price input +0.0%, output +0.0%; deepseek-v4-pro price input +0.0%, output +0.0%; gemini-3.1-pro price input +0.0%, output +0.0%; gemini-3.5-flash price input +0.0%, output +0.0%; gemini-3.1-flash-lite price input +0.0%, output +0.0%; minimax-m2.7 price input +0.0%, output +0.0%; kimi-k2.7 price input +0.0%, output +0.0%; gpt-5.5 price input +0.0%, output +0.0%; gpt-5.4-mini price input +0.0%, output +0.0%; gpt-5.4-nano price input +0.0%, output +0.0%; grok-4.3 price input +0.0%, output +0.0%; mimo-v2.5-pro price input +0.0%, output +0.0%

SCU: $0.002435$0.002742(+12.6%)

v1Jun 19, 202619 changes0x4e5b...934b

Inception with 18 families

Methodology

The SCU is calculated from public pricing data using a fixed, deterministic formula. Anyone can reproduce it.

Step 1 — Per-model cost

For each model in the basket, compute the cost of the reference workload of 1000 input and 500 output tokens using the provider's published per-token pricing. Prices are USD per 1M tokens.

cost_m = (input_price_m × 0.001) + (output_price_m × 0.0005)

Step 2 — Equal-weighted geometric mean

Take the geometric mean of all N model workload costs. Every model is weighted equally. No tiers, no caps, no provider weights. Each model family holds one slot at its latest version, so a provider cannot inflate its representation by shipping extra SKUs.

SCU = (∏ cost_m)^(1/N) for all m in the index, N = 19

On-Chain Verification

The basket and SCU live in the OracleRegistry contract on Base. Each version is a single transaction; the on-chain payload is canonical.

NetworkBase (Chain ID 8453)
Current versionv2 (live)
Last updateJuly 6, 2026 at 08:37 AM UTC

API Reference

Public read endpoints. No authentication required. Full reference in the documentation.

VIEW DOCS →

MCP server — for AI agents

Query the live oracle from any LLM client. Stdio transport. No API key required.

Install in any MCP client

npx @compute-finance/mcp

Claude Code (registers MCP + skills + cost hook)

npx @compute-finance/mcp setup

data · compute · render · analyze · history

Reference: github.com/compute-finance/mcp · /.well-known/mcp/server-card.json

1 SCU = $0.002742·Claude Fable 5 $10 / $50GPT-5.5 $5 / $30Claude Opus 4.8 $5 / $25Gemini 3.1 Pro $2 / $12Claude Sonnet 5 $2 / $10Qwen3.7-Max $2.5 / $7.5Gemini 3.5 Flash $1.5 / $9Claude Haiku 4.5 $1 / $5GPT-5.4 Mini $0.75 / $4.5Kimi K2.7 $0.95 / $4Grok 4.3 $1.25 / $2.5MiMo V2.5 Pro $1 / $3Qwen3.5 Plus $0.3 / $1.8Gemini 3.1 Flash-Lite $0.25 / $1.5M2.7 $0.3 / $1.2V4 Pro $0.435 / $0.87GPT-5.4 Nano $0.2 / $1.25V4 Flash $0.14 / $0.28Qwen3.5 Flash $0.065 / $0.26

The CPI is a public benchmark, not financial advice. Data is sourced from public provider pricing pages, may not reflect negotiated enterprise rates, and does not constitute an offer of any token or security. Compute Finance is independent and not affiliated with any of the providers whose public pricing is tracked in the index.

Read the full disclaimer →

Have a question about the index, the basket, or the methodology?

Ask AI about compute.finance

AI compute, priced.

Join the first wave. Get early access to the Compute Price Index