{"id":"91b0c56c-bd02-4fcb-9a7c-dc24945317ca","url":"https://api.erb-llm.com/v1/long","method":"POST","fingerprint":"9381c5d0c81ad8360fb5d175f649ba09fab419f5f628c018011883b8525c546b","name":"x402-llm-gateway-long","description":"Long-form tier of the x402 LLM gateway: same self-hosted 27B open-weight LLM with an 8,192-token output ceiling for summarization, drafting and multi-paragraph answers. Pay per call in USDC on Base via x402 - no API key or account. OpenAI-compatible: send a messages array, receive standard chat.completion JSON. Use the cheaper /v1/chat/completions tier (1,024 tokens) for short answers and tool calls.","category":"ai-inference","docs_url":null,"advertised_price_usd":"0.050000","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","scheme":"exact","networks":["eip155:8453"],"pay_to":"0x23976FB6Af8f7fE8756730f0473fB7FfaC531ee8","input_schema":{"type":"object","required":["type","method","bodyType","body"],"properties":{"body":{"type":"object","required":["messages"],"properties":{"model":{"type":"string","description":"Model ID from the free GET /v1/models endpoint (e.g. qwen/qwen3.8-27b). Optional - a default chat model is chosen if omitted."},"messages":{"type":"array","items":{"type":"object","required":["role","content"],"properties":{"role":{"enum":["system","user","assistant"],"type":"string"},"content":{"type":"string"}}},"minItems":1,"description":"OpenAI chat messages (system/user/assistant)."},"max_tokens":{"type":"integer","minimum":1,"description":"Optional output token ceiling. This tier caps output at 8192 tokens - higher values are clamped to 8192, not rejected. Use the long/extended tiers for bigger outputs."},"temperature":{"type":"number","maximum":2,"minimum":0}}},"type":{"type":"string","const":"http"},"method":{"enum":["POST","PUT","PATCH"],"type":"string"},"bodyType":{"enum":["json","form-data","text"],"type":"string"}},"additionalProperties":false},"output_schema":{"type":"object","required":["type"],"properties":{"type":{"type":"string"},"example":{"type":"object","properties":{"id":{"type":"string"},"x402":{"type":"object","properties":{"note":{"type":"string"},"tier":{"type":"string"},"charged":{"type":"string"},"output_cap":{"type":"integer"},"tokens_out":{"type":"integer"},"capped_from":{"type":"integer"},"inference_ms":{"type":"integer"}},"description":"Billing stamp added by the gateway."},"model":{"type":"string"},"usage":{"type":"object","properties":{"total_tokens":{"type":"integer"},"prompt_tokens":{"type":"integer"},"completion_tokens":{"type":"integer"}}},"object":{"const":"chat.completion"},"choices":{"type":"array","items":{"type":"object","properties":{"index":{"type":"integer"},"message":{"type":"object","properties":{"role":{"type":"string"},"content":{"type":"string"}}},"finish_reason":{"type":"string"}}}}}}}},"schema_completeness":0,"status":"unknown","first_seen_at":"2026-08-25 11:03:26.365649+00","last_seen_at":"2026-08-25 11:03:25.533+00","last_success_at":null,"dead_since":null,"probe_backoff_tier":0,"next_probe_at":"2026-09-14 16:44:51.45+00","search_tsv":"'/v1/chat/completions':67 '024':70 '1':69 '192':27 '27b':19 '8':26 'account':52 'ai':79 'ai-infer':78 'answer':38,74 'api':49 'array':59 'base':45 'call':41,77 'ceil':30 'chat.completion':62 'cheaper':66 'compat':55 'draft':33 'form':8 'gateway':4,14 'host':18 'infer':80 'json':63 'key':50 'llm':3,13,23 'long':5,7 'long-form':6 'messag':58 'multi':36 'multi-paragraph':35 'open':21 'open-weight':20 'openai':54 'openai-compat':53 'output':29 'paragraph':37 'pay':39 'per':40 'receiv':60 'self':17 'self-host':16 'send':56 'short':73 'standard':61 'summar':32 'tier':9,68 'token':28,71 'tool':76 'usdc':43 'use':64 'via':46 'weight':22 'x402':2,12,47 'x402-llm-gateway-long':1","catalog_number":"17695","x402_version":2,"resource_url":"https://api.erb-llm.com/v1/long","resource_description":"Long-form tier of the x402 LLM gateway: same self-hosted 27B open-weight LLM with an 8,192-token output ceiling for summarization, drafting and multi-paragraph answers. Pay per call in USDC on Base via x402 - no API key or account. OpenAI-compatible: send a messages array, receive standard chat.completion JSON. Use the cheaper /v1/chat/completions tier (1,024 tokens) for short answers and tool calls.","bazaar_extension":{"info":{"input":{"body":{"model":"qwen/qwen3.8-27b","messages":[{"role":"system","content":"You are a helpful assistant."},{"role":"user","content":"Reply with exactly one word: hello"}],"max_tokens":16,"temperature":0.2},"type":"http","method":"POST","bodyType":"json"},"output":{"type":"json","example":{"id":"chatcmpl-abc123","x402":{"tier":"long","charged":"$0.05","output_cap":8192,"tokens_out":1,"inference_ms":1830},"model":"qwen/qwen3.8-27b","usage":{"total_tokens":31,"prompt_tokens":30,"completion_tokens":1},"object":"chat.completion","choices":[{"index":0,"message":{"role":"assistant","content":"hello"},"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":{"type":"object","required":["messages"],"properties":{"model":{"type":"string","description":"Model ID from the free GET /v1/models endpoint (e.g. qwen/qwen3.8-27b). Optional - a default chat model is chosen if omitted."},"messages":{"type":"array","items":{"type":"object","required":["role","content"],"properties":{"role":{"enum":["system","user","assistant"],"type":"string"},"content":{"type":"string"}}},"minItems":1,"description":"OpenAI chat messages (system/user/assistant)."},"max_tokens":{"type":"integer","minimum":1,"description":"Optional output token ceiling. This tier caps output at 8192 tokens - higher values are clamped to 8192, not rejected. Use the long/extended tiers for bigger outputs."},"temperature":{"type":"number","maximum":2,"minimum":0}}},"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","properties":{"id":{"type":"string"},"x402":{"type":"object","properties":{"note":{"type":"string"},"tier":{"type":"string"},"charged":{"type":"string"},"output_cap":{"type":"integer"},"tokens_out":{"type":"integer"},"capped_from":{"type":"integer"},"inference_ms":{"type":"integer"}},"description":"Billing stamp added by the gateway."},"model":{"type":"string"},"usage":{"type":"object","properties":{"total_tokens":{"type":"integer"},"prompt_tokens":{"type":"integer"},"completion_tokens":{"type":"integer"}}},"object":{"const":"chat.completion"},"choices":{"type":"array","items":{"type":"object","properties":{"index":{"type":"integer"},"message":{"type":"object","properties":{"role":{"type":"string"},"content":{"type":"string"}}},"finish_reason":{"type":"string"}}}}}}}}}}},"accepted_requirements":[{"raw":{"asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","extra":{"name":"USD Coin","version":"2"},"payTo":"0x23976FB6Af8f7fE8756730f0473fB7FfaC531ee8","amount":"50000","scheme":"exact","network":"eip155:8453","maxTimeoutSeconds":300},"asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","payTo":"0x23976FB6Af8f7fE8756730f0473fB7FfaC531ee8","scheme":"exact","network":"eip155:8453","amountAtomic":"50000"}],"bazaar_compatible":null,"bazaar_validated_at":null,"bazaar_validation_error":null,"window":"24h","probes_n":0,"handshake_uptime":0,"settle_success_rate":0,"valid_result_rate":null,"latency_p50":null,"latency_p90":null,"price_drift_pct":null,"score":0,"computed_at":"2026-09-14 16:14:59.479+00","source_metadata":[{"raw":{"url":"https://api.erb-llm.com/v1/long","body":{"model":"qwen/qwen3.8-27b","messages":[{"role":"system","content":"You are a helpful assistant."},{"role":"user","content":"Reply with exactly one word: hello"}],"max_tokens":16,"temperature":0.2},"name":"x402-llm-gateway-long","method":"POST","source":"bazaar:api.cdp.coinbase.com","fingerprint":"9381c5d0c81ad8360fb5d175f649ba09fab419f5f628c018011883b8525c546b","inputSchema":{"type":"object","required":["type","method","bodyType","body"],"properties":{"body":{"type":"object","required":["messages"],"properties":{"model":{"type":"string","description":"Model ID from the free GET /v1/models endpoint (e.g. qwen/qwen3.8-27b). Optional - a default chat model is chosen if omitted."},"messages":{"type":"array","items":{"type":"object","required":["role","content"],"properties":{"role":{"enum":["system","user","assistant"],"type":"string"},"content":{"type":"string"}}},"minItems":1,"description":"OpenAI chat messages (system/user/assistant)."},"max_tokens":{"type":"integer","minimum":1,"description":"Optional output token ceiling. This tier caps output at 8192 tokens - higher values are clamped to 8192, not rejected. Use the long/extended tiers for bigger outputs."},"temperature":{"type":"number","maximum":2,"minimum":0}}},"type":{"type":"string","const":"http"},"method":{"enum":["POST","PUT","PATCH"],"type":"string"},"bodyType":{"enum":["json","form-data","text"],"type":"string"}},"additionalProperties":false},"resourceUrl":"https://api.erb-llm.com/v1/long","serviceName":"x402-llm-gateway-long","x402Version":2,"outputSchema":{"type":"object","required":["type"],"properties":{"type":{"type":"string"},"example":{"type":"object","properties":{"id":{"type":"string"},"x402":{"type":"object","properties":{"note":{"type":"string"},"tier":{"type":"string"},"charged":{"type":"string"},"output_cap":{"type":"integer"},"tokens_out":{"type":"integer"},"capped_from":{"type":"integer"},"inference_ms":{"type":"integer"}},"description":"Billing stamp added by the gateway."},"model":{"type":"string"},"usage":{"type":"object","properties":{"total_tokens":{"type":"integer"},"prompt_tokens":{"type":"integer"},"completion_tokens":{"type":"integer"}}},"object":{"const":"chat.completion"},"choices":{"type":"array","items":{"type":"object","properties":{"index":{"type":"integer"},"message":{"type":"object","properties":{"role":{"type":"string"},"content":{"type":"string"}}},"finish_reason":{"type":"string"}}}}}}}},"acceptedAssets":["0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913"],"bazaarExtension":{"info":{"input":{"body":{"model":"qwen/qwen3.8-27b","messages":[{"role":"system","content":"You are a helpful assistant."},{"role":"user","content":"Reply with exactly one word: hello"}],"max_tokens":16,"temperature":0.2},"type":"http","method":"POST","bodyType":"json"},"output":{"type":"json","example":{"id":"chatcmpl-abc123","x402":{"tier":"long","charged":"$0.05","output_cap":8192,"tokens_out":1,"inference_ms":1830},"model":"qwen/qwen3.8-27b","usage":{"total_tokens":31,"prompt_tokens":30,"completion_tokens":1},"object":"chat.completion","choices":[{"index":0,"message":{"role":"assistant","content":"hello"},"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":{"type":"object","required":["messages"],"properties":{"model":{"type":"string","description":"Model ID from the free GET /v1/models endpoint (e.g. qwen/qwen3.8-27b). Optional - a default chat model is chosen if omitted."},"messages":{"type":"array","items":{"type":"object","required":["role","content"],"properties":{"role":{"enum":["system","user","assistant"],"type":"string"},"content":{"type":"string"}}},"minItems":1,"description":"OpenAI chat messages (system/user/assistant)."},"max_tokens":{"type":"integer","minimum":1,"description":"Optional output token ceiling. This tier caps output at 8192 tokens - higher values are clamped to 8192, not rejected. Use the long/extended tiers for bigger outputs."},"temperature":{"type":"number","maximum":2,"minimum":0}}},"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","properties":{"id":{"type":"string"},"x402":{"type":"object","properties":{"note":{"type":"string"},"tier":{"type":"string"},"charged":{"type":"string"},"output_cap":{"type":"integer"},"tokens_out":{"type":"integer"},"capped_from":{"type":"integer"},"inference_ms":{"type":"integer"}},"description":"Billing stamp added by the gateway."},"model":{"type":"string"},"usage":{"type":"object","properties":{"total_tokens":{"type":"integer"},"prompt_tokens":{"type":"integer"},"completion_tokens":{"type":"integer"}}},"object":{"const":"chat.completion"},"choices":{"type":"array","items":{"type":"object","properties":{"index":{"type":"integer"},"message":{"type":"object","properties":{"role":{"type":"string"},"content":{"type":"string"}}},"finish_reason":{"type":"string"}}}}}}}}}}},"supportedNetworks":["eip155:8453"],"advertisedPriceUsd":0.05,"paymentRequirements":[{"raw":{"asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","extra":{"name":"USD Coin","version":"2"},"payTo":"0x23976FB6Af8f7fE8756730f0473fB7FfaC531ee8","amount":"50000","scheme":"exact","network":"eip155:8453","maxTimeoutSeconds":300},"asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","payTo":"0x23976FB6Af8f7fE8756730f0473fB7FfaC531ee8","scheme":"exact","network":"eip155:8453","amountAtomic":"50000"}],"resourceDescription":"Long-form tier of the x402 LLM gateway: same self-hosted 27B open-weight LLM with an 8,192-token output ceiling for summarization, drafting and multi-paragraph answers. Pay per call in USDC on Base via x402 - no API key or account. OpenAI-compatible: send a messages array, receive standard chat.completion JSON. Use the cheaper /v1/chat/completions tier (1,024 tokens) for short answers and tool calls.","acceptedPaymentMethods":[]},"source_id":1,"external_id":null}],"live_endpoint_metadata":{"x402_version":2,"resource_url":"https://api.erb-llm.com/v1/long","resource_description":"Long-form tier of the x402 LLM gateway: same self-hosted 27B open-weight LLM with an 8,192-token output ceiling for summarization, drafting and multi-paragraph answers. Pay per call in USDC on Base via x402 - no API key or account. OpenAI-compatible: send a messages array, receive standard chat.completion JSON. Use the cheaper /v1/chat/completions tier (1,024 tokens) for short answers and tool calls.","bazaar_extension":{"info":{"input":{"body":{"model":"qwen/qwen3.8-27b","messages":[{"role":"system","content":"You are a helpful assistant."},{"role":"user","content":"Reply with exactly one word: hello"}],"max_tokens":16,"temperature":0.2},"type":"http","method":"POST","bodyType":"json"},"output":{"type":"json","example":{"id":"chatcmpl-abc123","x402":{"tier":"long","charged":"$0.05","output_cap":8192,"tokens_out":1,"inference_ms":1830},"model":"qwen/qwen3.8-27b","usage":{"total_tokens":31,"prompt_tokens":30,"completion_tokens":1},"object":"chat.completion","choices":[{"index":0,"message":{"role":"assistant","content":"hello"},"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":{"type":"object","required":["messages"],"properties":{"model":{"type":"string","description":"Model ID from the free GET /v1/models endpoint (e.g. qwen/qwen3.8-27b). Optional - a default chat model is chosen if omitted."},"messages":{"type":"array","items":{"type":"object","required":["role","content"],"properties":{"role":{"enum":["system","user","assistant"],"type":"string"},"content":{"type":"string"}}},"minItems":1,"description":"OpenAI chat messages (system/user/assistant)."},"max_tokens":{"type":"integer","minimum":1,"description":"Optional output token ceiling. This tier caps output at 8192 tokens - higher values are clamped to 8192, not rejected. Use the long/extended tiers for bigger outputs."},"temperature":{"type":"number","maximum":2,"minimum":0}}},"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","properties":{"id":{"type":"string"},"x402":{"type":"object","properties":{"note":{"type":"string"},"tier":{"type":"string"},"charged":{"type":"string"},"output_cap":{"type":"integer"},"tokens_out":{"type":"integer"},"capped_from":{"type":"integer"},"inference_ms":{"type":"integer"}},"description":"Billing stamp added by the gateway."},"model":{"type":"string"},"usage":{"type":"object","properties":{"total_tokens":{"type":"integer"},"prompt_tokens":{"type":"integer"},"completion_tokens":{"type":"integer"}}},"object":{"const":"chat.completion"},"choices":{"type":"array","items":{"type":"object","properties":{"index":{"type":"integer"},"message":{"type":"object","properties":{"role":{"type":"string"},"content":{"type":"string"}}},"finish_reason":{"type":"string"}}}}}}}}}}},"accepted_requirements":[{"raw":{"asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","extra":{"name":"USD Coin","version":"2"},"payTo":"0x23976FB6Af8f7fE8756730f0473fB7FfaC531ee8","amount":"50000","scheme":"exact","network":"eip155:8453","maxTimeoutSeconds":300},"asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","payTo":"0x23976FB6Af8f7fE8756730f0473fB7FfaC531ee8","scheme":"exact","network":"eip155:8453","amountAtomic":"50000"}],"bazaar_compatible":null,"bazaar_validated_at":null,"bazaar_validation_error":null},"sonar_metrics":{"score":0,"uptime":0,"paid_success_rate":0,"valid_result_rate":null,"latency_p50":null,"latency_p90":null,"price_drift_pct":null},"cdp_indexed":false,"confidence":"low"}