Get AIPI Index Benchmarks
get_index_benchmarksRetrieve AI inference price benchmarks across modalities, channels, and tiers. Access market-wide pricing data including input, output, and cached costs to analyze trends and compare buying options.
Instructions
AIPI (ATOM Inference Price Index) — chained matched-model price benchmarks for AI inference.
Returns 14 benchmark indexes across four categories:
Modality (6): Text, Multimodal, Image, Audio, Video, Voice — what does this type of inference cost?
Channel (4): Model Developers, Cloud Marketplaces, Inference Platforms, Neoclouds — where should you buy?
Tier (3): Frontier, Budget, Reasoning — what's the premium for capability?
Special (1): Open-Source — how much cheaper is open-weight inference?
Each index includes input, cached input, and output pricing per period.
These are market-wide benchmarks, not individual vendor prices. Use them to understand where the market is and how it's moving.
Fully public — available to all tiers.
Examples:
"What's the current benchmark for text inference?" → index_category="Modality"
"Show me all AIPI indexes" → (no params)
"Neocloud pricing benchmark" → index_code="AIPI NCL GLB"
"Channel pricing comparison" → index_category="Channel"
"Open-source vs market pricing" → index_code="AIPI OSS GLB"
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| index_code | No | Filter by specific AIPI index code, e.g. 'AIPI TXT GLB', 'AIPI DEV GLB', 'AIPI OSS GLB'. Omit to see all indexes. | |
| index_category | No | Filter by index category: 'Modality', 'Channel', 'Tier', 'Special' | |
| limit | No | Maximum results to return (default 25) | |
| _atom_api_key | No | Your ATOM API key for full access. Omit for free tier (redacted data). |