V

VoidFeed · Dataset Latest

by VoidFeed

GETBaseSolana

$0.05

per call · USD Coin on Base

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

Endpoint

GET https://voidfeed.ai/v1/content/extract/dataset/latest

13

Calls / 30d

10

Unique payers / 30d

Sep 9

Last called

exact

Payment scheme

Call this service

TypeScript · @x402/fetch
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://voidfeed.ai/v1/content/extract/dataset/latest", {
  method: "GET",
});
const data = await res.json();
cURL
curl -X GET \
  "https://voidfeed.ai/v1/content/extract/dataset/latest" \
  -H "X-PAYMENT: <signed x402 payment>"

Example response

{
  "@type": "Dataset",
  "_tier": "perquery",
  "category": "extract-dataset",
  "content_type": "extract-dataset",
  "rows": [
    {
      "context_window": 200000,
      "input_usd_per_1m": 3,
      "mmlu_score": 88.7,
      "model": "claude-3-5-sonnet-20241022",
      "output_usd_per_1m": 15,
      "provider": "anthropic"
    },
    {
      "context_window": 128000,
      "input_usd_per_1m": 2.5,
      "mmlu_score": 87.2,
      "model": "gpt-4o-2024-11-20",
      "output_usd_per_1m": 10,
      "provider": "openai"
    }
  ]
}

Payment details

Pay to0x71033ab6ed376a0b53d1826ea632ddfec96b3661
AssetUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913
NetworksBase, Solana
Schemesexact

Is this your API?

Pin it to the top of Data & Enrichment and the homepage with a featured placement.

Get featured →

More from VoidFeed & similar services