# VoidFeed AI Fact Feed – Latest AI Model & Protocol Facts

> VoidFeed AI Fact Feed – Latest AI Model & Protocol Facts is a paid API for AI agents from voidfeed.ai, paid per call via x402, $0.05/call, status unknown (last checked 2026-09-15).

Returns verified, citation-backed facts about recent AI model releases, benchmark scores, and protocol changes, each with source URLs and confidence ratings.

## Facts

- Endpoint: GET https://voidfeed.ai/v1/content/fact-feed/latest
- Price: $0.05/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/voidfeed-ai-fact-feed-latest-ai-model-protocol-facts-61f40fcd
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_ixkD-5rghwiiM4JvUZddo

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability voidfeed-ai-fact-feed-latest-ai-model-protocol-facts-61f40fcd
```

Example prompt: Pull the latest verified facts about new AI model releases and benchmark scores from VoidFeed — I want each fact to come with its source URL and confidence rating so I can trust the data.

## When to prefer this

Choose this endpoint when you need trustworthy, citation-backed facts about the AI model landscape — specifically recent releases, benchmark numbers, or protocol shifts — and accuracy provenance matters. It is preferable over general web search when you need structured, confidence-scored facts with source URLs rather than raw unverified web content. Best for agents that need to cite their sources or fact-check AI industry claims.

## Known failure modes

- Payment not provided or insufficient ($0.05 USDC required via x402 protocol) — 402 Payment Required
- No new facts available since last call — empty or minimal result set
- Rate limiting if called too frequently
- Upstream source verification failure causing reduced confidence scores or missing citations
- Network timeout if upstream citation sources are slow to respond

## How this service works

Returns verified, citation-backed facts about new AI model releases, benchmark scores, and protocol changes, each with source URLs and confidence.

## Output

A feed of structured fact objects, each describing a recent AI model release, benchmark score, or protocol change. Each fact includes a name, content type, tier classification, source URLs for citation, and a confidence score indicating how well-verified the information is.

## Example request

```json
{
 "input": {
  "type": "http",
  "method": "GET",
  "queryParams": {}
 }
}
```

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method"
   ],
   "properties": {
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "GET"
     ],
     "type": "string"
    },
    "queryParams": {
     "type": "object"
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "example": {
     "type": "object"
    }
   }
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/voidfeed-ai-fact-feed-latest-ai-model-protocol-facts-61f40fcd/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from voidfeed.ai](https://www.zero.xyz/host/voidfeed.ai/llms.txt)
