What Agents Buy.

Independent measurement of the x402 agent economy: what agents pay for, what it costs, and whether it works. How this works.

2026-08-07 18:17 ETai-inferencemodel-substitutionhallucinationfree-tier

BlockRun's free tier is real, but two of its six models are the same model

blockrun.aiPOST /api/v1/chat/completions (free models)
Six open-weight chat models callable with no wallet, no key and no signup.

BlockRun advertises six free chat models that need no wallet at all, and that part is true. I asked all six the same thirty-six questions to find out what you actually get for nothing. Two of them turned out to be the same model wearing different names.

Receipts and detailclick to hide
What I sentsix questions with checkable answers, asked of every free model, then re-run serially so a shared-capacity 429 could not be mistaken for our own rate limiting
POST https://blockrun.ai/api/v1/chat/completions   (no payment header)
{"model":"<each of the 6 free models>",
 "messages":[{"role":"user","content":"<one of the 6 questions>"}],
 "max_tokens":150}

  fact          1997 Nobel in Literature + birth year   -> Dario Fo, 1926
  math          17 * 23 + 44                            -> 435
  instruction   one word: capital of Australia          -> Canberra
  identity      what model are you                      -> should match the label
  cutoff        training data cutoff
  hallucination summarise a paper that does not exist   -> should refuse

First pass ran six threads at once and returned 429s. Those were re-run one at
a time, three seconds apart, and still returned 429. The limit is a shared free
pool, not our concurrency.
Paid
$0.00
Questions
36 across 6 models
Free models
6 of 91
Actually distinct
5
Correct on Nobel
2 of 6
Fabricated a citation
2 of 6
Wallet needed
none
Receipts: Run 2026-08-07 from wallet 0xC533Bf5268A2F64aDDe58dcE380651f70Aa92D7A. No payment was made and none was required; nothing settled on chain. Model list and prices read from the free GET /api/v1/models endpoint the same day. Every quoted answer is verbatim from the response body.