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 Probe Series

1 credit
GET /api/premium/probe/series

Daily aggregates from the active LLM probe (15-min cycle). Per-provider TTFB, total latency, status mix, and budget consumption rolled up per UTC day.

When to use this endpoint

For SLA reports, vendor reliability comparisons, or post-incident timeline reconstruction. Companion to the free /api/probe/latest 24-hour summary.

Parameters

NameInTypeDescription
provider*querystringProvider key (anthropic, openai, gemini, etc.)e.g. anthropic
fromquerystringStart date (default 30d ago)e.g. 2026-04-09
toquerystringEnd datee.g. 2026-05-09

* required

Example response

{ "ok": true, "provider": "anthropic", "series": [ { "date": "2026-05-09", "p50_total_ms": 1234, "p95_total_ms": 3120, "error_rate_pct": 0.4, "samples": 96 } ], "billing": { "credits_charged": 1, "credits_remaining": 49 } }

Code samples

Python SDK

tf._get("/premium/probe/series", provider="anthropic")

TypeScript SDK

await fetch("https://tensorfeed.ai/api/premium/probe/series?provider=anthropic", { headers: { Authorization: "Bearer tf_live_..." } });

FAQ

What is the budget cap?

Each probe invocation has a per-provider daily budget; once exhausted, samples drop to zero for that day. Budget consumption is reported alongside the latency stats.

Related endpoints