Premium API Packs
Curated credit bundles for the TensorFeed premium API. Each pack is a suggested USD amount paired with the endpoints that pack is built for. Credits are fully fungible across all premium endpoints; the pack is a discovery layer, not a scoping layer. Volume tiers (5, 30, 200 USD) apply automatically.
/api/payment/confirmincludes the welcome bonus when applied.Starter Pack
Just exploring TF premium endpoints. Cheapest entry point, fungible credits, includes the first-payment welcome bonus on a fresh sender wallet.
- /api/premium/whats-new
- /api/premium/news/search
- /api/premium/agents/directory
AI Routing Pack
Agents that route LLM calls across providers and need to pick the right model on every request given budget, quality, and latency constraints.
- /api/premium/routing
- /api/premium/compare/models
- /api/premium/cost/projection
- /api/premium/providers/{name}
Macro Pack
Agents tracking macro/economic conditions, recession risk, and AI policy timelines for investment thesis, commentary, or scheduled briefings.
- /api/premium/macro/digest
- /api/premium/economy/recession-watch
- /api/premium/economy/series/{source}/{series_id}
- /api/premium/policy/timeline
Research Velocity Pack
Agents tracking AI research momentum: which institutions are accelerating, which Python packages are getting traction, which MCP servers are appearing.
- /api/premium/research/velocity
- /api/premium/packages/pypi/momentum
- /api/premium/mcp/registry/series
Provider Intel Pack
Agents doing deep AI provider analysis: pricing history, benchmark trajectories, uptime curves, measured SLA series. Bigger pack because the data is series-shaped.
- /api/premium/providers/{name}
- /api/premium/history/pricing/series
- /api/premium/history/benchmarks/series
- /api/premium/history/status/uptime
- /api/premium/probe/series
Agent Brief Pack
Agents producing daily AI briefings: news search with relevance scoring, what's-new morning brief, agents directory with traffic signal. Recurring usage profile that compounds.
- /api/premium/news/search
- /api/premium/whats-new
- /api/premium/agents/directory
- /api/premium/watches
How to buy a pack
- 1.POST
/api/payment/buy-creditswith{ amount_usd, sender_wallet }(use the suggested USD amount from the pack). - 2.Send the quoted USDC amount on Base mainnet to the published payment wallet, referencing the returned memo.
- 3.POST
/api/payment/confirmwith{ tx_hash, nonce }to mint your bearer token. - 4.Use
Authorization: Bearer <token>on premium endpoints. Credits decrement per call; the token persists across all premium endpoints regardless of which pack you bought.