LIVE
OPUS 4.7$15 / $75per Mtok
SONNET 4.6$3 / $15per Mtok
GPT-5.5$10 / $30per Mtok
GEMINI 3.1$3.50 / $10.50per Mtok
SWE-BENCHleader Claude Opus 4.772.1%
MMLU-PROleader Opus 4.788.4
VALS FINANCEleader Opus 4.764.4%
AFTAv1.0 whitepaper live at /whitepaper
OPUS 4.7$15 / $75per Mtok
SONNET 4.6$3 / $15per Mtok
GPT-5.5$10 / $30per Mtok
GEMINI 3.1$3.50 / $10.50per Mtok
SWE-BENCHleader Claude Opus 4.772.1%
MMLU-PROleader Opus 4.788.4
VALS FINANCEleader Opus 4.764.4%
AFTAv1.0 whitepaper live at /whitepaper
All systems operational0 AI providers monitored, polled every 2 minutes
Live status
All endpoints

Premium AI Policy Timeline

1 credit
GET /api/premium/policy/timeline

Curated chronological timeline of AI policy events: executive orders, agency rulings, legislative action, and major regulatory announcements. Filters by status (active, pending, proposed) and jurisdiction (EU, US, UK, China, Korea).

When to use this endpoint

When an agent needs to brief on "what changed in AI policy this quarter" or "what is the current EU AI Act status" without doing primary research.

Parameters

NameInTypeDescription
statusquerystringactive | pending | proposed | stallede.g. active
jurisdictionquerystringEU | US | UK | China | Koreae.g. EU
limitquerynumberMax events to returne.g. 25

* required

Example response

{ "ok": true, "events": [{ "date": "2026-04-15", "title": "EU AI Act enforcement Phase 2 begins", "jurisdiction": "EU", "status": "active", "summary": "..." }], "billing": { "credits_charged": 1, "credits_remaining": 49 } }

Code samples

Python SDK

tf._get("/premium/policy/timeline", jurisdiction="EU", status="active")

TypeScript SDK

await fetch("https://tensorfeed.ai/api/premium/policy/timeline?jurisdiction=EU", { headers: { Authorization: "Bearer tf_live_..." } });

FAQ

How is this curated?

TF editorial team monitors official agency feeds, executive orders, and major legislative trackers. Each event includes source links so the agent can verify primary docs.