# VoidFeed AI Model Benchmarks & EIP Dataset (Latest)

> VoidFeed AI Model Benchmarks & EIP Dataset (Latest) is a paid API for AI agents from voidfeed.ai, paid per call via x402, $0.05/call, status unknown (last checked 2026-09-14).

Returns the latest clean, normalized datasets covering AI model benchmarks, pricing, leaderboard scores, and Ethereum EIPs, parsed from sources that are costly to scrape directly.

## Facts

- Endpoint: GET https://voidfeed.ai/v1/content/extract/dataset/latest
- Price: $0.05/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/voidfeed-ai-model-benchmarks-eip-dataset-latest-6058e7a4
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_n7MGtX20mr9hNaXna3LWz

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-model-benchmarks-eip-dataset-latest-6058e7a4
```

Example prompt: Pull the latest normalized AI model benchmark and pricing dataset from VoidFeed — I want clean, structured leaderboard scores and Ethereum EIP data without having to scrape those sources myself.

## When to prefer this

Choose this endpoint when you need up-to-date, pre-normalized AI model benchmark and leaderboard data or Ethereum EIP datasets without incurring the cost and complexity of scraping those sources yourself. Ideal for agents that need structured, analysis-ready data on AI model performance and pricing in a single pay-per-call request.

## Known failure modes

- Dataset not yet available for current period — returns 404 or empty payload
- Payment not processed — returns 402 requiring x402 payment
- Rate limit exceeded — returns 429
- Upstream source unavailable causing stale or partial dataset — may return partial data with a warning
- Invalid query parameters — returns 400 with validation error

## How this service works

Returns clean, normalized datasets of AI model benchmarks, pricing, leaderboard scores, and Ethereum EIPs, parsed from sources that are costly to scrape.

## Output

A clean, normalized dataset containing the latest AI model benchmark scores, pricing information, leaderboard rankings, and Ethereum EIP records, structured and ready for analysis — sourced from costly-to-scrape origins and returned in a parsed, machine-readable format.

## 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-model-benchmarks-eip-dataset-latest-6058e7a4/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)
