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 PyPI Packages Momentum

1 credit
GET /api/premium/packages/pypi/momentum

Adds a momentum layer over the free /api/packages/pypi/ai-trending. For each curated AI/ML package: momentum_ratio (last_week vs weekly avg over last_month), velocity_ratio (today annualized vs last_week pace), direction classification (accelerating/steady/decelerating/insufficient_data), notable-movers extraction, by-category counts.

When to use this endpoint

For agents tracking which AI/ML libraries are gaining or losing developer mindshare. Useful for "which package should we adopt" research and competitive package-trend monitoring.

Example response

{ "ok": true, "as_of": "2026-05-09", "movers": [{ "package": "anthropic", "momentum_ratio": 1.34, "direction": "accelerating" }], "by_category": { "frameworks": 12, "agents": 8 }, "billing": { "credits_charged": 1, "credits_remaining": 49 } }

Code samples

Python SDK

tf._get("/premium/packages/pypi/momentum")

TypeScript SDK

await fetch("https://tensorfeed.ai/api/premium/packages/pypi/momentum", { headers: { Authorization: "Bearer tf_live_..." } });

FAQ

Why PyPI only?

npm momentum is deferred until snapshot history accumulates (npm downloads endpoint only returns last_week per call). PyPI has a richer historical surface via pypistats.org.