Access structured AI market data through HotON.ai APIs, feeds and custom intelligence products.
> GET /v1/models/OPUS-4.8/price { "symbol": "OPUS-4.8", "provider": "Anthropic", "input_per_1m": 6.00, "output_per_1m": 22.50, "context_k": 500, "efficiency": 96, "arena_elo": 1432, "modalities": ["text", "image"] }
Pull HotON.ai's real, daily-updated AI model pricing and market indexes straight into your app, spreadsheet or agent. JSON over HTTPS, no key required, CORS-enabled.
Free for any use with attribution. Cached for one hour. No authentication, no rate-limit headers — please be reasonable.
/api/v1/models?provider=OpenAI®ion=US&limit=50Full model catalog with input/output price, context, modalities, real Arena Elo and price provenance. Filter by provider, region or limit.
/api/v1/indexesAll HotON market indexes — current value, daily change and the 30-point real series.
/api/export?type=models&format=csvThe whole catalog as a CSV download, with source and as-of columns — for spreadsheets and BI tools.
curl https://hoton.ai/api/v1/models?limit=1{
"source": "HotON.ai",
"count": 521,
"data": [
{
"slug": "openai-gpt-5-2",
"name": "GPT-5.2",
"provider": "OpenAI",
"region": "US",
"price": { "input_per_1m_usd": 1.25, "output_per_1m_usd": 10 },
"context_k": 400,
"arena_elo": 1476,
"price_as_of": "2026-05-10",
"price_source": "openai_official_pricing"
}
]
}Data sourced from each provider's official pricing (via the TestKey catalog), cross-checked against OpenRouter, with real LMArena Elo where available. Please attribute to HotON.ai (hoton.ai) and link back. Not financial advice.