Skip to content
LIVE
OPUS 4.8$5 / $25per Mtok
GPT-5.5$5 / $30per Mtok
GEMINI 2.5 PRO$1.25 / $10per Mtok
SONNET 4.6$3 / $15per Mtok
SWE-BENCHleader GPT-5.568.7%
MMLU-PROleader GPT-5.594.2
GPQAleader GPT-5.578.3
AFTAv1.0 whitepaper live at /whitepaper
OPUS 4.8$5 / $25per Mtok
GPT-5.5$5 / $30per Mtok
GEMINI 2.5 PRO$1.25 / $10per Mtok
SONNET 4.6$3 / $15per Mtok
SWE-BENCHleader GPT-5.568.7%
MMLU-PROleader GPT-5.594.2
GPQAleader GPT-5.578.3
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.