{"api":"v1","generated_at":"2026-09-15T22:57:18.105Z","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-surplusintelligence-ai-v1-chat-completions-9a5181","pinned_page":"https://tollindex.com/e/api-surplusintelligence-ai-v1-chat-completions-9a5181/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-surplusintelligence-ai-v1-chat-completions-9a5181","canonical_url":"https://api.surplusintelligence.ai/v1/chat/completions","resource":"https://api.surplusintelligence.ai/v1/chat/completions","http_method":"POST","type":"http","x402_version":2,"registries":["cdp"],"primary_registry":"cdp","curated_by_coinbase":false,"description":"Get OpenAI-compatible inference from many models at market prices via Surplus Intelligence.","service_name":null,"declared_category":null,"declared_tags":[],"route_template":null,"registry_updated":"2026-09-10T19:36:38.935Z"},"derived":{"note":"fields no registry supplies; TOLL derives them and marks them derived on the page","title":"chat completions","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.0033 USDC","amount_units":0.003302,"decimals_known":true,"pay_to":"0x8581784D3E598cCa3482375CFF2409Ac9DD8c402","scheme":"exact"},{"registry":"cdp","ordinal":1,"network":"eip155:8453","asset":"0x833589fcd6edb6e08f4c7c32d4f71b54bda02913","asset_name":"USD Coin","symbol":"USDC","decimals":6,"amount_display":"0.0033 USDC","amount_units":0.003302,"decimals_known":true,"pay_to":"0x8581784D3E598cCa3482375CFF2409Ac9DD8c402","scheme":"upto"}],"counters":{"observed_at":"2026-09-15T21:20:12.737Z","calls_30d":133,"unique_payers_30d":6,"last_called_at":"2026-09-10T19:36:38.587Z"},"validation":{"latest":{"observed_at":"2026-09-15T05:58:24.719Z","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:58:24.719Z","state":"pass","failed_checks":[],"run_id":"daily-2026-09-15","state_changed":false},{"observed_at":"2026-09-14T05:30:00.740Z","state":"pass","failed_checks":[],"run_id":"daily-2026-09-14","state_changed":false},{"observed_at":"2026-09-13T05:24:46.513Z","state":"pass","failed_checks":[],"run_id":"daily-2026-09-13","state_changed":false},{"observed_at":"2026-09-12T07:41:22.577Z","state":"pass","failed_checks":[],"run_id":"daily-2026-09-12","state_changed":false},{"observed_at":"2026-09-11T11:31:05.598Z","state":"pass","failed_checks":[],"run_id":"daily-2026-09-11","state_changed":true}]},"seller":{"wallet":"0x8581784D3E598cCa3482375CFF2409Ac9DD8c402","page":"https://tollindex.com/seller/0x8581784D3E598cCa3482375CFF2409Ac9DD8c402","endpoints":1,"hosts":1},"reports":0,"registry_record":{"cdp":[{"type":"http","accepts":[{"asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","extra":{"name":"USD Coin","version":"2"},"payTo":"0x8581784D3E598cCa3482375CFF2409Ac9DD8c402","amount":"3302","scheme":"exact","network":"eip155:8453","maxTimeoutSeconds":120},{"asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","extra":{"name":"USD Coin","version":"2","facilitatorAddress":"0x8581784D3E598cCa3482375CFF2409Ac9DD8c402"},"payTo":"0x8581784D3E598cCa3482375CFF2409Ac9DD8c402","amount":"3302","scheme":"upto","network":"eip155:8453","maxTimeoutSeconds":120}],"quality":{"lastCalledAt":"2026-09-10T19:36:38.587Z","l30DaysTotalCalls":133,"l30DaysUniquePayers":6},"resource":"https://api.surplusintelligence.ai/v1/chat/completions","extensions":{"bazaar":{"info":{"input":{"body":{"model":"llama-3.3-70b","messages":[{"role":"user","content":"Say hello from Surplus Intelligence."}],"max_tokens":16},"type":"http","method":"POST","bodyType":"json"},"output":{"type":"json","example":{"id":"chatcmpl_surplus_example","usage":{"total_tokens":18,"prompt_tokens":12,"completion_tokens":6},"object":"chat.completion","choices":[{"index":0,"message":{"role":"assistant","content":"Hello from Surplus Intelligence."},"finish_reason":"stop"}]}}},"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":{"required":["model","messages"],"properties":{"model":{"type":"string","description":"Surplus Intelligence model id. Call /v1/models for available models."},"stream":{"type":"boolean"},"messages":{"type":"array","items":{"type":"object","required":["role","content"],"properties":{"role":{"enum":["system","developer","user","assistant","tool"],"type":"string"},"content":{}},"additionalProperties":true},"minItems":1,"description":"OpenAI-compatible chat messages."},"max_tokens":{"type":"integer","minimum":1,"description":"Maximum output tokens."},"temperature":{"type":"number","maximum":2,"minimum":0}},"additionalProperties":true},"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":["id","object","choices"],"properties":{"id":{"type":"string"},"usage":{"type":"object"},"object":{"type":"string"},"choices":{"type":"array"}}}}}}}}},"description":"Get OpenAI-compatible inference from many models at market prices via Surplus Intelligence.","lastUpdated":"2026-09-10T19:36:38.935Z","x402Version":2}]}}