A record, in full
LLM API pricing, rate limits & context windows
Schema, a real sample, a live query box, snippets, and the machine-readable license.
LLM API pricing, rate limits & context windows
source https://datafloe.dev/legal/provenance/llm-api-pricing ·
license Commercial API license v1 ·
retrieved 2026-08-11
redistribution licensed to the key holder; redistribution not permitted
redistribution licensed to the key holder; redistribution not permitted
Schema
| column | type | null % |
|---|---|---|
| id | integer | 0.0 |
| provider | text | 0.0 |
| model | text | 0.0 |
| input_per_mtok | real | 0.0 |
| output_per_mtok | real | 0.0 |
| context_window | integer | 0.0 |
| rate_limit_rpm | integer | 87.8 |
| updated_at | date | 0.0 |
Sample · 5 rows
| id | provider | model | input_per_mtok | output_per_mtok | context_window | rate_limit_rpm | updated_at |
|---|---|---|---|---|---|---|---|
| 311 | xAI | xai/grok-vision-beta | 5 | 15 | 8192 | — | 2026-08-11 |
| 310 | xAI | xai/grok-code-fast-1-0825 | 0.2 | 1.5 | 256000 | — | 2026-08-11 |
| 309 | xAI | xai/grok-code-fast-1 | 0.2 | 1.5 | 256000 | — | 2026-08-11 |
| 308 | xAI | xai/grok-code-fast | 0.2 | 1.5 | 256000 | — | 2026-08-11 |
| 307 | xAI | xai/grok-beta | 5 | 15 | 131072 | — | 2026-08-11 |
Use it
# every response carries x-license curl "https://api.datafloe.dev/v1/datafloe/llm-api-pricing" \ -H "Authorization: Bearer datafloe_live_…"
const r = await fetch( "https://api.datafloe.dev/v1/datafloe/llm-api-pricing", { headers: { Authorization: "Bearer datafloe_live_…" } } ); const { data, meta } = await r.json();
import httpx r = httpx.get( "https://api.datafloe.dev/v1/datafloe/llm-api-pricing", headers={"Authorization": "Bearer datafloe_live_…"}, ) data = r.json()["data"]
License · machine-readable
{
"license_id": "commercial-api@1",
"spdx_analog": null,
"rights": {
"commercial_use": true,
"redistribution": false,
"raw_download": false,
"ai_training": false
},
"attribution_required": true,
"attribution_text": "LLM API pricing & history by datafloe — https://datafloe.dev/llm-pricing (commercial API license).",
"provenance": {
"uploader": "datafloe",
"declared_origin": "created",
"source_url": "https://datafloe.dev/legal/provenance/llm-api-pricing",
"version": "2026-08-11",
"content_hash": "sha256:d58d933cb7a6e7464fe09be7576c8df426dd418bc3135dafb2a28fe7d6599afd",
"published_at": "2026-08-11"
},
"price": {
"model": "subscription",
"monthly_usd": 29
},
"terms_url": "https://datafloe.dev/legal/commercial-api-v1",
"snapshot_license": {
"license_id": "cc-by-4.0@1",
"spdx_analog": "CC-BY-4.0",
"rights": {
"commercial_use": true,
"redistribution": true,
"raw_download": true,
"ai_training": false
},
"attribution_required": true,
"attribution_text": "LLM API pricing snapshot by datafloe — https://datafloe.dev/llm-pricing (CC BY 4.0).",
"applies_to": [
"/sample",
"/genai-prices.json"
],
"terms_url": "https://creativecommons.org/licenses/by/4.0/"
}
} ai_training is false on every dataset by design — you learn we're license-explicit before training rights are ever sold.
Open the LLM price tracker → A free, sortable view of this dataset with price history per model.
Commercial use
License this dataset
The API is free to try. Shipping this data in a product — or any commercial use — needs a commercial license. Register interest and we'll set you up.
License Commercial · $29/mo
Refreshed daily, with a full provenance record — source, original license, and redistribution basis written down before the API went live.