{"api":"v1","generated_at":"2026-09-15T23:48:38.197Z","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/gateway-stride20k-com-v1-run-a4f603","pinned_page":"https://tollindex.com/e/gateway-stride20k-com-v1-run-a4f603/at/2026-09-15T21-20Z","pinned":false,"method":"https://tollindex.com/ledger/method","snapshot_at":"2026-09-15T21:20:12.737Z","snapshot_stamp":"2026-09-15T21-20Z","endpoint":{"slug":"gateway-stride20k-com-v1-run-a4f603","canonical_url":"https://gateway.stride20k.com/v1/run","resource":"https://gateway.stride20k.com/v1/run","http_method":"POST","type":"http","x402_version":2,"registries":["cdp"],"primary_registry":"cdp","curated_by_coinbase":false,"description":"LLM inference over x402: POST a prompt (JSON body), get raw model output. Flat $0.05 per call (or metered pay-actual-usage when the upto scheme is on); every response prints tokens, upstream cost, margin, and the charge. Model: Anthropic Claude Haiku 4.5 via OpenRouter — no API key, bring a wallet. AI lane declared (aiUse: model-output): model output sold as model output, no system prompt injected. We never store prompts or completions; per-call and daily spend caps enforced.","service_name":"Stride20k","declared_category":null,"declared_tags":["inference"],"route_template":null,"registry_updated":"2026-08-20T13:20:30.886Z"},"derived":{"note":"fields no registry supplies; TOLL derives them and marks them derived on the page","title":"run","category":"market-data","first_observed_by_toll":"2026-09-10T19:08:24.178Z","last_observed_by_toll":"2026-09-15T21:20:12.737Z","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.05 USDC","amount_units":0.05,"decimals_known":true,"pay_to":"0xAbe512E06dddC82581d2E5a19Ab594E778490441","scheme":"exact"}],"counters":{"observed_at":"2026-09-15T21:20:12.737Z","calls_30d":1,"unique_payers_30d":1,"last_called_at":"2026-08-20T13:20:30.695Z"},"validation":{"latest":{"observed_at":"2026-09-15T06:06:22.036Z","state":"malformed","failed_checks":["has_bazaar_extension"],"endpoint_http_status":402,"run_id":"daily-2026-09-15"},"uptime":[{"days":7,"observed":5,"passed":0,"ratio":0},{"days":30,"observed":5,"passed":0,"ratio":0},{"days":90,"observed":5,"passed":0,"ratio":0}],"history_90d":[{"observed_at":"2026-09-15T06:06:22.036Z","state":"malformed","failed_checks":["has_bazaar_extension"],"run_id":"daily-2026-09-15","state_changed":false},{"observed_at":"2026-09-14T05:37:30.136Z","state":"malformed","failed_checks":["has_bazaar_extension"],"run_id":"daily-2026-09-14","state_changed":false},{"observed_at":"2026-09-13T05:31:22.025Z","state":"malformed","failed_checks":["has_bazaar_extension"],"run_id":"daily-2026-09-13","state_changed":false},{"observed_at":"2026-09-12T07:48:10.790Z","state":"malformed","failed_checks":["has_bazaar_extension"],"run_id":"daily-2026-09-12","state_changed":false},{"observed_at":"2026-09-11T11:39:40.414Z","state":"malformed","failed_checks":["has_bazaar_extension"],"run_id":"daily-2026-09-11","state_changed":true}]},"seller":{"wallet":"0xAbe512E06dddC82581d2E5a19Ab594E778490441","page":"https://tollindex.com/seller/0xAbe512E06dddC82581d2E5a19Ab594E778490441","endpoints":2,"hosts":1},"reports":0,"registry_record":{"cdp":[{"tags":["inference"],"type":"http","accepts":[{"asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","extra":{"name":"USD Coin","version":"2"},"payTo":"0xAbe512E06dddC82581d2E5a19Ab594E778490441","amount":"50000","scheme":"exact","network":"eip155:8453","maxTimeoutSeconds":60}],"quality":{"lastCalledAt":"2026-08-20T13:20:30.695Z","l30DaysTotalCalls":1,"l30DaysUniquePayers":1},"resource":"https://gateway.stride20k.com/v1/run","extensions":{"bazaar":{"info":{"input":{"type":"http","method":"POST","queryParams":{"model":"anthropic/claude-haiku-4.5","prompt":"Reply with exactly: pong","maxTokens":"16"}},"output":{"type":"json","example":{"ok":true,"data":{"note":"Raw model output sold as model output (aiUse: model-output). Flat exact pricing: charged = the advertised route price regardless of usage; upstream cost and margin are printed for transparency. Metered upto pricing (pay actual usage) activates when this gateway enables the upto scheme. Prompts and completions are not stored.","model":"anthropic/claude-haiku-4.5","usage":{"promptTokens":13,"completionTokens":5},"output":"pong","chargedUsd":0.05,"upstreamCostUsd":0.000038,"authorizedMaxUsd":0.05,"marginMultiplier":2},"meta":{"cached":false,"source":"OpenRouter (model named per request)","fetchedAt":"2026-07-04T00:00:00.000Z","attribution":null},"endpoint":"/v1/run"}}},"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":["POST"],"type":"string"},"queryParams":{"type":"object","required":["prompt"],"properties":{"model":{"enum":["anthropic/claude-haiku-4.5"],"type":"string","description":"Model to run. Default and only option: anthropic/claude-haiku-4.5."},"prompt":{"type":"string","description":"The prompt to run, 1-8000 characters. Sent as a single user message."},"maxTokens":{"type":"string","pattern":"^[0-9]{1,4}$","description":"Completion token cap, 1-1024 (default 256)."}}}},"additionalProperties":false},"output":{"type":"object","required":["type"],"properties":{"type":{"type":"string"},"example":{"type":"object","required":["ok","endpoint","data","meta"],"properties":{"ok":{"type":"boolean","description":"true on success."},"data":{"type":"object","required":["model","output","usage","upstreamCostUsd","chargedUsd","authorizedMaxUsd"],"properties":{"note":{"type":"string"},"model":{"type":"string"},"usage":{"type":"object","properties":{"promptTokens":{"type":"number"},"completionTokens":{"type":"number"}}},"output":{"type":"string","description":"Raw model completion text."},"chargedUsd":{"type":"number"},"upstreamCostUsd":{"type":"number"},"authorizedMaxUsd":{"type":"number"},"marginMultiplier":{"type":"number"}}},"meta":{"type":"object","required":["source","cached","fetchedAt"],"properties":{"cached":{"type":"boolean","description":"Whether this response was served from cache."},"source":{"type":"string","description":"Upstream source: OpenRouter (model named per request)."},"fetchedAt":{"type":"string","description":"ISO 8601 time the data was actually retrieved from the upstream."},"attribution":{"type":["string","null"],"description":"Licensing attribution when the source requires it."}}},"endpoint":{"type":"string","description":"Always \"/v1/run\"."}}}}}}}}},"description":"LLM inference over x402: POST a prompt (JSON body), get raw model output. Flat $0.05 per call (or metered pay-actual-usage when the upto scheme is on); every response prints tokens, upstream cost, margin, and the charge. Model: Anthropic Claude Haiku 4.5 via OpenRouter — no API key, bring a wallet. AI lane declared (aiUse: model-output): model output sold as model output, no system prompt injected. We never store prompts or completions; per-call and daily spend caps enforced.","lastUpdated":"2026-08-20T13:20:30.886Z","serviceName":"Stride20k","x402Version":2}]}}