Docs Rankings ↗
🌐 EN
Concepts

Indices — TTPI · TKX-GI

TKX publishes reproducible price benchmarks distilled from the same measured offers that power the boards. Methodology is versioned (M-2026.1) and public at /methodology/.

TTPI — TKX Token Price Index

The median completion-token price across all ranked offers, in USD per 1M tokens. It is reproducible: published values carry the constituent set so a third party can recompute any historical figure.

GET /api/v1/indices.json — indices.TTPI:
{
  "generatedAt": "2026-07-22T16:07:24.241Z",
  "methodology": {
    "version": "M-2026.1",
    "url": "https://tkx.org/methodology/"
  },
  "indices": {
    "TTPI": {
      "name": "TKX 词元价格指数",
      "unit": "USD / 1M tokens (completion, median)",
      "value": 1.9,
      "sample": 319
    },
    "TTV-OR": {
      "name": "TKX Token Traded Value (OpenRouter, est.)",
      "unit": "USD / day (est., paid traffic at list rates, 3:1 in:out blend)",
      "value": 6402826,
      "sample": 36,
      "date": "2026-07-17",
      "stale": true,
      "note": "Estimated list-rate value of paid token traffic routed through OpenRouter. Not billed revenue; free-tier traffic excl…"
    }
  },
  "gpu": {
    "international": [
      {
        "gpu": "H200",
        "source": "vast",
        "currency": "USD",
        "priceHr": 4.08,
        "sample": 18,
        "history": []
      }
    ],
    "domestic": [
      {
        "gpu": "RTX 4090",
        "source": "curated snapshot 2026-07-04",
        "currency": "CNY",
        "priceHr": 2.18,
        "sample": 5,
        "history": []
      }
    ]
  },
  "attribution": "Data by TKX (https://tkx.org) — free use requires attribution"
}

TKX-GI — GPU spot indices

Two legs: an international leg (live USD prices from Vast's public market) and a domestic leg (curated CNY snapshot). Prices are per GPU-hour.

Latest reference points: H200 ≈ $3.83/hr, H100 SXM ≈ $2.20/hr (international, live) · RTX 4090 ≈ ¥2.18/hr (domestic).

History

Daily history windows are available for both legs — see History endpoints (/api/v1/history/ttpi.json and /api/v1/history/gpu.json).