$0.02
per call · USD Coin on Base
Agent morning brief. One paid call returns the last 24 hours of AI pricing changes, new and removed models, service-status incidents, and top news headlines. The endpoint an agent calls on boot.
Endpoint
GET https://tensorfeed.ai/api/premium/whats-new8
Calls / 30d
6
Unique payers / 30d
Sep 10
Last called
exact
Payment scheme
Call this service
import { wrapFetchWithPayment } from "@x402/fetch";
import { privateKeyToAccount } from "viem/accounts";
const account = privateKeyToAccount(process.env.PRIVATE_KEY);
const fetchWithPay = wrapFetchWithPayment(fetch, account);
const res = await fetchWithPay("https://tensorfeed.ai/api/premium/whats-new", {
method: "GET",
});
const data = await res.json();curl -X GET \
"https://tensorfeed.ai/api/premium/whats-new?days=1&news_limit=10" \
-H "X-PAYMENT: <signed x402 payment>"Example response
{
"computed_at": "2026-05-14T08:00:00Z",
"news": [
{
"published_at": "2026-05-13T15:00:00Z",
"source": "Anthropic",
"title": "Anthropic announces Claude Opus 4.8",
"url": "https://anthropic.com/news/opus-4-8"
}
],
"ok": true,
"pricing": {
"changes": [
{
"delta_pct": -6.6667,
"field": "inputPrice",
"from": 15,
"model": "Claude Opus 4.7",
"provider": "anthropic",
"to": 14
}
],
"new_models": [
{
"input_per_1m": 3,
"model": "Sonnet 4.7",
"output_per_1m": 15,
"provider": "anthropic",
"tier": "mid"
}
],
"removed_models": []
},
"status": {
"currently_degraded": 1,
"currently_down": 0,
"currently_operational": 12,
"currently_unknown": 0,
"incidents": [
{
"duration_minutes": 90,
"provider": "openai",
"resolved_at": "2026-05-13T19:30:00Z",
"service": "API",
"severity": "minor",
"started_at": "2026-05-13T18:00:00Z",
"title": "Elevated latency for ChatGPT"
}
]
},
"summary": {
"incidents": 2,
"new_models": 1,
"news_articles": 10,
"removed_models": 0,
"total_pricing_changes": 3
},
"window": {
"days": 1,
"from": "2026-05-13",
"to": "2026-05-14"
}
}Payment details
0x549c82e6bfc54bdae9a2073744cbc2af5d1fc6d1USD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913Is this your API?
Pin it to the top of Other and the homepage with a featured placement.
More from Tensorfeed & similar services
Tensorfeed · Research Citation Velocity
tensorfeed.ai
Top 100 recent AI papers ranked by the share of their total citations earned in the most recent calendar year. Papers published in the last 2 years with 3+ citations. Surfaces papers that are still gaining traction now. OpenAlex CC0.
Tensorfeed · Agents Directory
tensorfeed.ai
Enriched AI agents directory. One paid call returns the catalog joined with live provider status, recent news mentions, 24h agent traffic, and sample model pricing, ranked by a derived trending score. The agent-discovers-agent feed.
Tensorfeed · Incidents Exposure
tensorfeed.ai
AI safety incident exposure analytics. Per-developer and per-deployer incident counts with recency-weighted exposure_score (1.0 last 30d, 0.5 days 31-90, 0.25 older), risk_domain and SEP-view (Security/Ethics/Performance) distributions, top affected artifacts. Derived over the AVID (avidml/avid-db, MIT) snapshot refreshed daily. The "which AI vendors have the most recent reported safety incidents" call.