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 News Full

1 credit
GET /api/premium/history/news/full

Removes the 25-article cap on the free /api/history/news endpoint. Returns every article in the daily snapshot for a single date or 30-day range.

When to use this endpoint

For full-day news ingest, RAG over historical news, or training-set construction (subject to the inference-only license clause).

Parameters

NameInTypeDescription
datequerystringSingle UTC date YYYY-MM-DDe.g. 2026-05-09
fromquerystringRange start (max 30 days)e.g. 2026-05-01
toquerystringRange ende.g. 2026-05-09

* required

Example response

{ "ok": true, "date": "2026-05-09", "total_articles": 121, "articles": [ { "title": "...", "url": "...", "source": "...", "publishedAt": "..." } ], "billing": { "credits_charged": 1, "credits_remaining": 49 } }

Code samples

Python SDK

tf._get("/premium/history/news/full", date="2026-05-09")

TypeScript SDK

await fetch("https://tensorfeed.ai/api/premium/history/news/full?date=2026-05-09", { headers: { Authorization: "Bearer tf_live_..." } });

FAQ

License?

TF aggregates from public RSS feeds; redistribution must preserve original source URLs. Premium responses are licensed for inference-only use, not for training ML models (Section 17.1).

Related endpoints