datafloe Get a key

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.

GET /v1/datafloe/llm-api-pricing

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
rows311
columns8
version2026-08-11
sourcecreated
License $29 commercial LICENSE REQUIRED · REC 2026-08

Schema

columntypenull %
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

idprovidermodelinput_per_mtokoutput_per_mtokcontext_windowrate_limit_rpmupdated_at
311xAIxai/grok-vision-beta51581922026-08-11
310xAIxai/grok-code-fast-1-08250.21.52560002026-08-11
309xAIxai/grok-code-fast-10.21.52560002026-08-11
308xAIxai/grok-code-fast0.21.52560002026-08-11
307xAIxai/grok-beta5151310722026-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.

$29/mo
License Commercial · $29/mo

Refreshed daily, with a full provenance record — source, original license, and redistribution basis written down before the API went live.