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 Source Health

1 credit
GET /api/premium/history/news/source-health

Per-source RSS poll reliability over time. Each entry has poll_count, success_count, and a derived reliability_pct for one source on one day. 90-day max range.

When to use this endpoint

For monitoring whether your news ingest is degrading, picking which sources to add/drop, or building reliability dashboards for editorial pipelines.

Parameters

NameInTypeDescription
from*querystringStart date YYYY-MM-DDe.g. 2026-04-01
to*querystringEnd date YYYY-MM-DD (max 90 days)e.g. 2026-05-09

* required

Example response

{ "ok": true, "range": { "from": "2026-04-01", "to": "2026-05-09" }, "sources": [ { "id": "anthropic-blog", "by_date": { "2026-05-09": { "poll_count": 144, "success_count": 144, "reliability_pct": 100 } } } ], "billing": { "credits_charged": 1, "credits_remaining": 49 } }

Code samples

Python SDK

tf._get("/premium/history/news/source-health", **{"from":"2026-04-01","to":"2026-05-09"})

TypeScript SDK

await fetch("https://tensorfeed.ai/api/premium/history/news/source-health?from=2026-04-01&to=2026-05-09", { headers: { Authorization: "Bearer tf_live_..." } });

FAQ

How often is this updated?

Per-source health rolls up at the end of each UTC day. Series for date D is fixed once D rolls.

Related endpoints