{"api":"v1","generated_at":"2026-09-15T19:45:51.168Z","licence":{"name":"CC BY 4.0","url":"https://creativecommons.org/licenses/by/4.0/","attribution":"TOLL, with a link to the page cited"},"page":"https://tollindex.com/e/datastand-dev-api-llm-route-77010a","pinned_page":"https://tollindex.com/e/datastand-dev-api-llm-route-77010a/at/2026-09-15T16-57Z","pinned":false,"method":"https://tollindex.com/ledger/method","snapshot_at":"2026-09-15T16:57:44.360Z","snapshot_stamp":"2026-09-15T16-57Z","endpoint":{"slug":"datastand-dev-api-llm-route-77010a","canonical_url":"https://datastand.dev/api/llm/route","resource":"https://datastand.dev/api/llm/route","http_method":"GET","type":"http","x402_version":2,"registries":["cdp"],"primary_registry":"cdp","curated_by_coinbase":false,"description":"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.…","service_name":null,"declared_category":null,"declared_tags":[],"route_template":null,"registry_updated":"2026-09-10T20:35:16.149Z"},"derived":{"note":"fields no registry supplies; TOLL derives them and marks them derived on the page","title":"llm route","category":"inference","first_observed_by_toll":"2026-09-10T19:08:24.178Z","last_observed_by_toll":"2026-09-15T16:57:44.360Z","observation_began":"2026-09-10"},"presence":{"listed_now":true,"first_absent_at":null,"delisting_confirmed_at":null,"events":[{"registry":"cdp","at":"2026-09-10T19:08:24.178Z","event":"listed"}]},"accepts":[{"registry":"cdp","ordinal":0,"network":"eip155:8453","asset":"0x833589fcd6edb6e08f4c7c32d4f71b54bda02913","asset_name":"USD Coin","symbol":"USDC","decimals":6,"amount_display":"0.005 USDC","amount_units":0.005,"decimals_known":true,"pay_to":"0x470a1b647d668d3820add26d70c8371557ff4c6b","scheme":"exact"}],"counters":{"observed_at":"2026-09-15T16:57:44.360Z","calls_30d":7,"unique_payers_30d":6,"last_called_at":"2026-09-10T20:35:15.955Z"},"validation":{"latest":{"observed_at":"2026-09-15T05:33:21.504Z","state":"pass","failed_checks":[],"endpoint_http_status":402,"run_id":"daily-2026-09-15"},"uptime":[{"days":7,"observed":5,"passed":5,"ratio":1},{"days":30,"observed":5,"passed":5,"ratio":1},{"days":90,"observed":5,"passed":5,"ratio":1}],"history_90d":[{"observed_at":"2026-09-15T05:33:21.504Z","state":"pass","failed_checks":[],"run_id":"daily-2026-09-15","state_changed":false},{"observed_at":"2026-09-14T05:06:57.413Z","state":"pass","failed_checks":[],"run_id":"daily-2026-09-14","state_changed":false},{"observed_at":"2026-09-13T05:03:11.549Z","state":"pass","failed_checks":[],"run_id":"daily-2026-09-13","state_changed":false},{"observed_at":"2026-09-12T07:19:21.768Z","state":"pass","failed_checks":[],"run_id":"daily-2026-09-12","state_changed":false},{"observed_at":"2026-09-11T11:00:55.958Z","state":"pass","failed_checks":[],"run_id":"daily-2026-09-11","state_changed":true}]},"seller":{"wallet":"0x470a1b647d668d3820add26d70c8371557ff4c6b","page":"https://tollindex.com/seller/0x470a1b647d668d3820add26d70c8371557ff4c6b","endpoints":10,"hosts":1},"reports":0,"registry_record":{"cdp":[{"type":"http","accepts":[{"asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","extra":{"name":"USD Coin","version":"2"},"payTo":"0x470a1b647d668d3820add26d70c8371557ff4c6b","amount":"5000","scheme":"exact","network":"eip155:8453","maxTimeoutSeconds":120}],"quality":{"lastCalledAt":"2026-09-10T20:35:15.955Z","l30DaysTotalCalls":7,"l30DaysUniquePayers":6},"resource":"https://datastand.dev/api/llm/route","extensions":{"bazaar":{"info":{"input":{"type":"http","method":"GET","queryParams":{"limit":"100","offset":"0","min_context":"200000","input_tokens":"20000","output_tokens":"1500"}},"output":{"type":"json","example":{"page":{"limit":100,"total":266,"offset":0,"has_more":true,"returned":100,"next_offset":100},"count":266,"filters":{"provider":null,"min_context":200000,"verified_only":false,"unknown_context_excluded":40},"results":[{"as_of":"2026-08-17","model":"example-mini","source":"https://example.com/pricing","provider":"example","est_cost_usd":0.0031,"verification":"operator-verified","input_per_mtok_usd":0.1,"output_per_mtok_usd":0.4,"context_window_tokens":200000}],"cheapest":{"model":"example-mini","provider":"example","est_cost_usd":0.0031},"workload":{"input_tokens":20000,"output_tokens":1500}}}},"schema":{"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","HEAD"],"type":"string"},"queryParams":{"type":"object","properties":{"limit":{"type":"string","description":"Rows per page, 1-100 (default 100)"},"offset":{"type":"string","description":"Skip this many ranked models (default 0). Use page.next_offset from the previous response. A page past the end costs nothing."},"provider":{"type":"string","description":"Filter to one vendor token, e.g. anthropic, openai, x-ai, mistralai, qwen. Matched exactly against the vendor (punctuation and case ignored, so x-ai and xai are the same token) — never as a prefix, because meta and meta-llama are different vendors. Every response carries providers_available; a token that matches nothing is refused for free and names the near misses."},"min_context":{"type":"string","description":"Only models with at least this context window. Models whose window is null (not verified) are excluded and counted in filters.unknown_context_excluded."},"input_tokens":{"type":"string","description":"Input tokens per request (default 1000)"},"output_tokens":{"type":"string","description":"Output tokens per request (default 1000)"},"verified_only":{"type":"string","description":"1/true to rank only operator-verified rows, dropping the marketplace catalog"},"include_unknown_context":{"type":"string","description":"1/true to also rank models whose context window is unverified when min_context is set"}}}},"additionalProperties":false},"output":{"type":"object","required":["type"],"properties":{"type":{"type":"string"},"example":{"type":"object"}}}}}}},"description":"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.…","lastUpdated":"2026-09-10T20:35:16.149Z","x402Version":2}]}}