Request-priced LLM inference · 0% service fee launch promotion
Request-priced LLM inference · 0% service fee launch promotion
2000 (raw units)
price
6
calls / 30d
1
unique payers
2026-09-13
updated
Provider
onchainrouter.dev · discovered, not yet claimed by its owner
Payment (x402 accepts[])
[
{
"scheme": "exact",
"network": "eip155:8453",
"payTo": "0xA7660dea6AadCc87CbB5e79ccd262d391e61dE5d",
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"amount": "2000",
"maxTimeoutSeconds": 60
}
]Output schema
{
"bazaar": {
"info": {
"input": {
"body": {
"max_tokens": 512,
"messages": [
{
"content": "Hello",
"role": "user"
}
],
"model": "gemini-3.6-flash",
"stream": false
},
"bodyType": "json",
"method": "POST",
"type": "http"
},
"output": {
"example": {
"choices": [],
"id": "chatcmpl_example",
"model": "gemini-3.6-flash",
"object": "chat.completion",
"usage": {
"completion_tokens": 0,
"prompt_tokens": 0,
"total_tokens": 0
}
},
"type": "json"
}
},
"schema": {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"body": {
"properties": {
"max_tokens": {
"maximum": 65536,
"minimum": 1,
"type": "integer"
},
"messages": {
"type": "array"
},
"model": {
"enum": [
"gemini-3.6-flash",
"gemini-3.5-flash-lite",
"gemini-3.5-flash",
"gemini-3.1-flash-lite",
"gemini-2.5-flash",
"gemini-2.5-pro",
"gemini-2.5-flash-lite",
"venice/z-ai-glm-5-3",
"venice/z-ai-glm-5-3-flash",
"venice/zai-org-glm-5-2",
"venice/zai-org-glm-5-1",
"venice/zai-org-glm-5",
"venice/z-ai-glm-5-turbo",
"venice/z-ai-glm-5v-turbo",
"venice/olafangensan-glm-4.7-flash-heretic",
"venice/zai-org-glm-4.7-flash",
"venice/zai-org-glm-4.6",
"venice/zai-org-glm-4.7",
"venice/venice-uncensored-1-2",
"venice/venice-uncensored-role-play",
"venice/qwen-3-8-2-4t-a95b",
"venice/qwen-3-8-max",
"venice/qwen-3-8-27b",
"venice/qwen-3-7-max",
"venice/qwen-3-7-plus",
"venice/qwen-3-6-plus",
"venice/qwen3-6-27b",
"venice/qwen3-6-35b-a3b",
"venice/qwen3-5-9b",
"venice/qwen3-5-397b-a17b",
"venice/qwen3-5-35b-a3b",
"venice/qwen3-235b-a22b-thinking-2507",
"venice/qwen3-235b-a22b-instruct-2507",
"venice/qwen3-next-80b",
"venice/qwen3-vl-235b-a22b",
"venice/qwen3-coder-480b-a35b-instruct-turbo",
"venice/grok-4-3",
"venice/grok-4-5",
"venice/grok-4-6",
"venice/grok-4-20",
"venice/grok-4-20-multi-agent",
"venice/grok-build-0-1",
"venice/mistral-small-3-2-24b-instruct",
"venice/mistral-small-2603",
"venice/hermes-3-llama-3.1-405b",
"venice/claude-fable-5",
"venice/claude-fable-5-1",
"venice/claude-opus-5",
"venice/claude-opus-5-fast",
"venice/claude-opus-4-8",
"venice/claude-opus-4-8-fast",
"venice/claude-opus-4-7",
"venice/claude-opus-4-6",
"venice/claude-opus-4-5",
"venice/claude-sonnet-5",
"venice/claude-sonnet-4-6",
"venice/claude-sonnet-4-5",
"venice/openai-gpt-oss-120b",
"venice/kimi-k2-6",
"venice/kimi-k2-7-code",
"venice/kimi-k2-5",
"venice/kimi-k3",
"venice/inkling",
"venice/xiaomi-mimo-v2-5",
"venice/deepseek-v4-pro",
"venice/deepseek-v4-flash",
"venice/deepseek-v4-flash-0731",
"venice/deepseek-v3.2",
"venice/seed-2-1-turbo",
"venice/deepseek-v4-pro-0813",
"venice/kimi-k3-fast-api",
"venice/deepseek-v4-flash-0731-fast",
"venice/aion-labs-aion-3-0",
"venice/aion-labs-aion-3-0-mini",
"venice/llama-3.2-3b",
"venice/llama-3.3-70b",
"venice/openai-gpt-52",
"venice/openai-gpt-52-codex",
"venice/openai-gpt-53-codex",
"venice/openai-gpt-54",
"venice/openai-gpt-54-pro",
"venice/openai-gpt-54-mini",
"venice/openai-gpt-55",
"venice/openai-gpt-55-pro",
"venice/openai-gpt-56-luna",
"venice/openai-gpt-56-luna-pro",
"venice/openai-gpt-56-terra",
"venice/openai-gpt-56-terra-pro",
"venice/openai-gpt-56-sol",
"venice/openai-gpt-56-sol-pro",
"venice/openai-gpt-6-astra",
"venice/openai-gpt-6-astra-pro",
"venice/openai-gpt-4o-2024-11-20",
"venice/openai-gpt-4o-mini-2024-07-18",
"venice/minimax-m3-preview",
"venice/minimax-m25",
"venice/minimax-m27",
"venice/mercury-2",
"venice/nvidia-nemotron-3-nano-30b-a3b",
"venice/nvidia-nemotron-3-ultra-550b-a55b"
],
"type": "string"
},
"stream": {
"const": false,
"type": "boolean"
}
},
"required": [
"model",
"messages"
]
},
"bodyType": {
"enum": [
"json",
"form-data",
"text"
],
"type": "string"
},
"method": {
"enum": [
"POST"
],
"type": "string"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method",
"bodyType",
"body"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"type": "object"
},
"type": {
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
}
},
"payment-identifier": {
"info": {
"required": false
},
"schema": {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"id": {
"maxLength": 128,
"minLength": 16,
"pattern": "^[a-zA-Z0-9_-]+$",
"type": "string"
},
"required": {
"type": "boolean"
}
},
"required": [
"required"
],
"type": "object"
}
}
}Use it
curl
curl "https://onchainrouter.dev/v1/chat/completions" # -> 402 Payment Required, accepts[] lists how to pay # retry with a PAYMENT-SIGNATURE (or PAYMENT header) once paid
JavaScript
const res = await fetch("https://onchainrouter.dev/v1/chat/completions");
if (res.status === 402) {
const { accepts } = await res.json();
// pay one of accepts[] via an x402 client, then retry with the payment header
}Python
import httpx
res = httpx.get("https://onchainrouter.dev/v1/chat/completions")
if res.status_code == 402:
accepts = res.json()["accepts"]
# pay one of accepts[] via an x402 client, then retry with the payment headerMachine-readable
Everything on this page is also available as clean JSON at /resources/8042.json, and this resource appears in /discovery/resources and /discovery/search.