$0.005
per call · USD Coin on Base
Cheapest-model router: send your token workload and get every current LLM ranked by estimated USD cost, with per-MTok prices, cached-input rates, and context windows. Merges the weekly hand-verified llm-pricing table (every figure carrying its official source URL and verification date) with the daily OpenRouter marketplace catalog — 400+ models — and marks each row `operator-verified` or `marketplace-listed`; `verified_only=1` keeps just the first kind.…
Endpoint
GET https://datastand.dev/api/llm/route6
Calls / 30d
5
Unique payers / 30d
Sep 1
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://datastand.dev/api/llm/route", {
method: "GET",
});
const data = await res.json();curl -X GET \
"https://datastand.dev/api/llm/route?input_tokens=20000&limit=100&min_context=200000&offset=0&output_tokens=1500" \
-H "X-PAYMENT: <signed x402 payment>"Example response
{
"cheapest": {
"est_cost_usd": 0.0031,
"model": "example-mini",
"provider": "example"
},
"count": 266,
"filters": {
"min_context": 200000,
"provider": null,
"unknown_context_excluded": 40,
"verified_only": false
},
"page": {
"has_more": true,
"limit": 100,
"next_offset": 100,
"offset": 0,
"returned": 100,
"total": 266
},
"results": [
{
"as_of": "2026-08-17",
"context_window_tokens": 200000,
"est_cost_usd": 0.0031,
"input_per_mtok_usd": 0.1,
"model": "example-mini",
"output_per_mtok_usd": 0.4,
"provider": "example",
"source": "https://example.com/pricing",
"verification": "operator-verified"
}
],
"workload": {
"input_tokens": 20000,
"output_tokens": 1500
}
}Payment details
0x470a1b647d668d3820add26d70c8371557ff4c6bUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913Is this your API?
Pin it to the top of AI & Inference and the homepage with a featured placement.
More from Datastand & similar services
Datastand · Data NPM Vuln Digest
datastand.dev
The latest npm security advisories, normalized for machines: severity, CVSS, affected packages, vulnerable ranges, patched versions. Merged from two upstream orderings — the 100 most recently published advisories and the 100 most recently REVISED — so a CVSS score finally assigned, or a vulnerable range widened to include the version you run, reaches you instead of being invisible because the advisory was published weeks ago. Derived from the GitHub Advisory Database (CC-BY 4.0, attributed).…
Datastand · Data LLM Pricing
datastand.dev
A verified, machine-readable table of current LLM API pricing (input/output per MTok, cached-input where published) and context windows across Anthropic, OpenAI, Google, xAI and Together. Every row is read off the provider's own page on its stated verification date and carries that page's URL; a row the provider stops publishing is dropped, not carried forward, and a context window we could not verify is null rather than guessed.…
Datastand · Bazaar Provider
datastand.dev
Vet an x402 seller before integrating: how many resources the domain lists, its total 30-day call volume, its best-adopted endpoint, and its price range (min/median/max USDC per call), plus its most-used endpoints. Answers 'is this provider real and what do they charge' in one paid call. `offset`/`limit` page through the domain's full endpoint list (up to 100 rows per call) — the largest sellers list several hundred.