CheapTokens AI Inference
Pay less for real Venice.ai API usage. Settle in USDC on Base, receive your API key after payment confirms, and start building right away.
The wallet the 402 directs payment to. Its whole payment record — every payer, every chain — is on the merchant page.
Asset 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913
The payTo wallet does not resolve to a registered ERC-8004 agent. That is not a verdict on the service — most of the catalog is unregistered.
Live 402 challenge
Captured by the enrichment pass, not read just now. Prices can change — always read the 402 the endpoint answers with.
{
"accepts": [
{
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"version": "2"
},
"payTo": "0x213c8d7434E2ae7AA1C392767c5120778D413215",
"scheme": "exact",
"network": "base",
"mimeType": "application/json",
"resource": "https://cheaptokens.ai/api/buy",
"description": "OpenAI-compatible LLM inference and chat completions via discounted Venice API credits. Pay USDC to receive a live Venice.ai API key for /api/v1 models, chat, images, audio, video, and embeddings. Same-Day credits are 30–90% below Venice direct and expire at 23:59 UTC; Prepaid API Keys support recurring agent jobs.",
"outputSchema": {
"input": {
"type": "http",
"method": "POST",
"bodyType": "json",
"bodyFields": {
"usdPaid": {
"type": "number",
"description": "Discounted USD amount to pay for Venice API credits. Minimum is based on receiving at least $0.50 in credits after current time-based pricing."
},
"purchaseMode": {
"enum": [
"spot",
"prepaid"
],
"type": "string",
"description": "Use \"spot\" for Same-Day Credits or \"prepaid\" for a Prepaid API Key with prepaid balance and daily credit reserve."
},
"reserveStart": {
"enum": [
"tomorrow"
],
"type": "string",
"description": "Prepaid API Key daily credit reserve start. New Prepaid API Keys start tomorrow UTC; use Same-Day Credits for work today."
},
"topUpKeyLast6": {
"type": "string",
"description": "Optional last 6 characters of a wallet-owned active Prepaid API Key to top up."
},
"dailyReservedUsd": {
"type": "number",
"description": "Daily credit reserve amount in Venice API credits per UTC day. Required when purchaseMode=\"prepaid\". Must fit unreserved capacity for the start date and be at least one-seventh of the reserve balance."
},
"paymentSessionId": {
"type": "string",
"description": "Opaque session ID returned in a prior 402 response; echo it back on retry."
}
},
"discoverable": true
},
"output": {
"type": "object",
"properties": {
"success": {
"type": "boolean"
},
"purchase": {
"type": "object",
"properties": {
"id": {
"type": "string"
},
"ids": {
"type": "array",
"items": {
"type": "string"
}
},
"dates": {
"type": "array",
"items": {
"type": "string",
"format": "date"
}
},
"usdPaid": {
"type": "number"
},
"expiresAt": {
"type": "string",
"format": "date-time"
},
"purchaseMode": {
"enum": [
"spot",
"prepaid"
],
"type": "string"
},
"creditsIssuedUsd": {
"type": "number"
},
"dailyReservedUsd": {
"type": "number"
},
"settlementTxHash": {
"type": "string"
},
"discountMultiplier": {
"type": "number"
}
}
},
"reservation": {
"type": "boolean"
},
"veniceApiKey": {
"type": "string",
"description": "Live Venice.ai API key (OpenAI-compatible)."
},
"veniceKeyLast6": {
"type": "string"
}
}
}
},
"maxAmountRequired": "1000000",
"maxTimeoutSeconds": 300
}
],
"category": "Inference",
"extensions": {
"bazaar": {
"info": {
"input": {
"body": {
"usdPaid": 1
},
"type": "http",
"method": "POST",
"bodyType": "json"
},
"output": {
"type": "json",
"example": {
"success": true,
"purchase": {
"id": "purchase_01HEXAMPLE",
"ids": [
"purchase_01HEXAMPLE"
],
"dates": [
"2026-04-25"
],
"usdPaid": 1,
"expiresAt": "2026-04-25T23:59:59.000Z",
"purchaseMode": "spot",
"creditsIssuedUsd": 2,
"settlementTxHash": "0x0000000000000000000000000000000000000000000000000000000000000000",
"discountMultiplier": 0.5
},
"veniceApiKey": "vn-...live-key...",
"veniceKeyLast6": "abc123"
}
}
},
"tags": [
"inference",
"llm",
"openai",
"chat-completions",
"ai"
],
"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": [
"usdPaid"
],
"properties": {
"usdPaid": {
"type": "number",
"minimum": 0.01,
"description": "Discounted USD amount to pay for Venice API credits. Minimum is based on receiving at least $0.50 in credits after current time-based pricing."
},
"purchaseMode": {
"enum": [
"spot",
"prepaid"
],
"type": "string",
"description": "Use \"spot\" for Same-Day Credits or \"prepaid\" for a Prepaid API Key with prepaid balance and daily credit reserve."
},
"reserveStart": {
"enum": [
"tomorrow"
],
"type": "string",
"description": "Prepaid API Key daily credit reserve start. New Prepaid API Keys start tomorrow UTC; use Same-Day Credits for work today."
},
"topUpKeyLast6": {
"type": "string",
"description": "Optional last 6 characters of a wallet-owned active Prepaid API Key to top up."
},
"dailyReservedUsd": {
"type": "number",
"description": "Daily credit reserve amount in Venice API credits per UTC day. Required when purchaseMode=\"prepaid\". Must fit unreserved capacity for the start date and be at least one-seventh of the reserve balance."
},
"paymentSessionId": {
"type": "string",
"description": "Opaque session ID returned in a prior 402 response; echo it back on retry."
}
},
"additionalProperties": false
},
"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"
}
}
}
}
},
"category": "Inference",
"discoverable": true
}
},
"x402Version": 1
}Accepts
The payment requirements as published to the catalog. Read the live 402 before paying — a price here is a claim, not a quote.
Pay 1 USDC on Base to 0x213c…13215. The signed payment is good for 5 minutes.
- Paid to
- 0x213c…13215
- USD Coin contract
- 0x8335…02913
- Payment window
- 5 minutes
- As published
- 1000000 smallest units
The catalog’s raw entry
[
{
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"version": "2"
},
"payTo": "0x213c8d7434E2ae7AA1C392767c5120778D413215",
"amount": "1000000",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 300
}
]Extensions
{
"bazaar": {
"info": {
"input": {
"body": {
"usdPaid": 1
},
"type": "http",
"method": "POST",
"bodyType": "json"
},
"output": {
"type": "json",
"example": {
"success": true,
"purchase": {
"id": "purchase_01HEXAMPLE",
"ids": [
"purchase_01HEXAMPLE"
],
"dates": [
"2026-04-25"
],
"usdPaid": 1,
"expiresAt": "2026-04-25T23:59:59.000Z",
"purchaseMode": "spot",
"creditsIssuedUsd": 2,
"settlementTxHash": "0x0000000000000000000000000000000000000000000000000000000000000000",
"discountMultiplier": 0.5
},
"veniceApiKey": "vn-...live-key...",
"veniceKeyLast6": "abc123"
}
}
},
"tags": [
"inference",
"llm",
"openai",
"chat-completions",
"ai"
],
"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": [
"usdPaid"
],
"properties": {
"usdPaid": {
"type": "number",
"minimum": 0.01,
"description": "Discounted USD amount to pay for Venice API credits. Minimum is based on receiving at least $0.50 in credits after current time-based pricing."
},
"purchaseMode": {
"enum": [
"spot",
"prepaid"
],
"type": "string",
"description": "Use \"spot\" for Same-Day Credits or \"prepaid\" for a Prepaid API Key with prepaid balance and daily credit reserve."
},
"reserveStart": {
"enum": [
"tomorrow"
],
"type": "string",
"description": "Prepaid API Key daily credit reserve start. New Prepaid API Keys start tomorrow UTC; use Same-Day Credits for work today."
},
"topUpKeyLast6": {
"type": "string",
"description": "Optional last 6 characters of a wallet-owned active Prepaid API Key to top up."
},
"dailyReservedUsd": {
"type": "number",
"description": "Daily credit reserve amount in Venice API credits per UTC day. Required when purchaseMode=\"prepaid\". Must fit unreserved capacity for the start date and be at least one-seventh of the reserve balance."
},
"paymentSessionId": {
"type": "string",
"description": "Opaque session ID returned in a prior 402 response; echo it back on retry."
}
},
"additionalProperties": false
},
"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"
}
}
}
}
},
"category": "Inference",
"discoverable": true
}
}Provenance
- Seen in the source catalog
- 2026-09-24 12:24Z
- Last indexed by Roundhouse
- 2026-09-24 14:10Z
- Last enriched (probe, favicon, geo)
- 2026-09-21 05:15Z
- x402 version
- 2
- Max timeout
- 300s
- Liveness probe
- HTTP 402
Hand this page to an agent
Copy the prompt and paste it into Claude, an MCP client or your own agent — it will vet this service and call it over the free read API. No key, no account.
GET api.roundhouseai.io/v0/endpoints
This endpoint's own trailing-30-day call count, as published by the upstream catalog and snapshotted daily. 30 snapshots so far. Verified volume counts only settlements with an on-chain EIP-3009 marker.
Show the promptHide the prompt
Using Roundhouse, look up the x402 service CheapTokens AI Inference and tell me whether it is worth paying: what a call costs, whether the endpoint answered when last probed, and what its payment record actually shows. curl -s 'https://api.roundhouseai.io/v0/endpoints?q=CheapTokens%20AI%20Inference' curl -s 'https://api.roundhouseai.io/v0/merchants/<the payTo wallet returned above>' Then call it: read the price from the live 402 at https://cheaptokens.ai/api/buy, never from a cached figure, and pay with an x402 client. The /v0 API needs an API key (`authorization: Bearer rh_live_…`) on everything except /v0/unified* and /v0/endpoints. Mint a personal key for $0.01 at GET https://api.roundhouseai.io/v0/test/x402, or use an organization key from https://roundhouseai.io/dashboard/team. If you do not have Roundhouse tools or skills installed, read https://roundhouseai.io/skill.md first — it is the whole procedure.