{"api":"v1","generated_at":"2026-09-15T22:51:04.770Z","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/api-prismnetwork-tech-inference-v1-inference-28f79b","pinned_page":"https://tollindex.com/e/api-prismnetwork-tech-inference-v1-inference-28f79b/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":"api-prismnetwork-tech-inference-v1-inference-28f79b","canonical_url":"https://api.prismnetwork.tech/inference/v1/inference","resource":"https://api.prismnetwork.tech/inference/v1/inference","http_method":"POST","type":"http","x402_version":2,"registries":["cdp"],"primary_registry":"cdp","curated_by_coinbase":false,"description":"One LLM generation on a rented GPU, priced per request.","service_name":null,"declared_category":null,"declared_tags":[],"route_template":null,"registry_updated":"2026-09-11T12:58:09.829Z"},"derived":{"note":"fields no registry supplies; TOLL derives them and marks them derived on the page","title":"inference inference","category":"inference","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.0032 USDC","amount_units":0.003192,"decimals_known":true,"pay_to":"0xe67a61f8e2aC4057aa22e64306107E7120078447","scheme":"exact"},{"registry":"cdp","ordinal":1,"network":"eip155:4663","asset":"0x5fc5360d0400a0fd4f2af552add042d716f1d168","asset_name":"Global Dollar","symbol":null,"decimals":null,"amount_display":"3192 smallest units, decimals unknown","amount_units":null,"decimals_known":false,"pay_to":"0xEcaaE714912C38fA7e0dAF78afa7C54DbeD11039","scheme":"exact"}],"counters":{"observed_at":"2026-09-15T21:20:12.737Z","calls_30d":11,"unique_payers_30d":2,"last_called_at":"2026-09-11T12:58:09.364Z"},"validation":{"latest":{"observed_at":"2026-09-15T04:15:35.642Z","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-15T04:15:35.642Z","state":"pass","failed_checks":[],"run_id":"daily-2026-09-15","state_changed":false},{"observed_at":"2026-09-14T04:13:26.040Z","state":"pass","failed_checks":[],"run_id":"daily-2026-09-14","state_changed":false},{"observed_at":"2026-09-13T04:12:52.059Z","state":"pass","failed_checks":[],"run_id":"daily-2026-09-13","state_changed":false},{"observed_at":"2026-09-12T06:28:13.894Z","state":"pass","failed_checks":[],"run_id":"daily-2026-09-12","state_changed":false},{"observed_at":"2026-09-11T09:56:53.809Z","state":"pass","failed_checks":[],"run_id":"daily-2026-09-11","state_changed":true}]},"seller":{"wallet":"0xe67a61f8e2aC4057aa22e64306107E7120078447","page":"https://tollindex.com/seller/0xe67a61f8e2aC4057aa22e64306107E7120078447","endpoints":2,"hosts":1},"reports":0,"registry_record":{"cdp":[{"type":"http","accepts":[{"asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","extra":{"name":"USD Coin","version":"2","assetTransferMethod":"eip3009"},"payTo":"0xe67a61f8e2aC4057aa22e64306107E7120078447","amount":"3192","scheme":"exact","network":"eip155:8453","maxTimeoutSeconds":60},{"asset":"0x5fc5360D0400a0Fd4f2af552ADD042D716F1d168","extra":{"name":"Global Dollar","version":"1","assetTransferMethod":"eip3009"},"payTo":"0xEcaaE714912C38fA7e0dAF78afa7C54DbeD11039","amount":"3192","scheme":"exact","network":"eip155:4663","maxTimeoutSeconds":60}],"quality":{"lastCalledAt":"2026-09-11T12:58:09.364Z","l30DaysTotalCalls":11,"l30DaysUniquePayers":2},"resource":"https://api.prismnetwork.tech/inference/v1/inference","extensions":{"bazaar":{"info":{"input":{"body":{"model":"llama3.2:3b","prompt":"Explain metered GPU compute in one sentence.","options":{"num_predict":64}},"type":"http","method":"POST","bodyType":"json"},"output":{"type":"json","example":{"model":"llama3.2:3b","usage":{"duration_ms":640,"prompt_tokens":12,"completion_tokens":14},"lease_id":1047,"response":"Metered GPU compute bills by the second and settles onchain."}}},"schema":{"type":"object","$schema":"https://json-schema.org/draft/2020-12/schema","required":["input"],"properties":{"input":{"type":"object","required":["type","method","bodyType","body"],"properties":{"body":{"type":"object","required":["model","prompt"],"properties":{"model":{"enum":["llama3.2:3b","llama3.1:8b"],"type":"string","description":"Which model answers."},"prompt":{"type":"string","minLength":1,"description":"The prompt, up to 32 KiB."},"options":{"type":"object","properties":{"num_predict":{"type":"integer","maximum":1024,"minimum":1,"description":"Maximum output tokens. Lower is cheaper."}},"description":"Generation options. The price scales with the output cap."}}},"type":{"type":"string","const":"http"},"method":{"enum":["POST","PUT","PATCH"],"type":"string"},"bodyType":{"enum":["json","form-data","text"],"type":"string"}},"additionalProperties":false},"output":{"type":"object","required":["type"],"properties":{"type":{"type":"string"},"example":{"type":"object","required":["model","response"],"properties":{"model":{"type":"string"},"usage":{"type":"object","properties":{"duration_ms":{"type":["integer","null"]},"prompt_tokens":{"type":["integer","null"]},"completion_tokens":{"type":["integer","null"]}}},"lease_id":{"type":["integer","null"],"description":"The GPU lease that served it."},"response":{"type":"string","description":"The generated text."}}}}}}}}},"description":"One LLM generation on a rented GPU, priced per request.","lastUpdated":"2026-09-11T12:58:09.829Z","x402Version":2}]}}