$1
per call · USD Coin on Base
LLM inference at a flat $1.00 per call, with no account, no API key and no token metering. POST a prompt, get the completion: the same price for 10 tokens or 4000, while metered gateways scale with usage. Automatic failover across several large models; typical response under 1s. Pay per call in USDC over x402 - nothing to sign up for.
Endpoint
POST https://flat-rate-llm.kikoribera03.workers.dev/v2/inferencia5
Calls / 30d
1
Unique payers / 30d
Sep 9
Last called
exact
Payment scheme
Call this service
import { wrapFetchWithPayment } from "@x402/fetch";
import { privateKeyToAccount } from "viem/accounts";
const account = privateKeyToAccount(process.env.PRIVATE_KEY);
const fetchWithPay = wrapFetchWithPayment(fetch, account);
const res = await fetchWithPay("https://flat-rate-llm.kikoribera03.workers.dev/v2/inferencia", {
method: "POST",
headers: { "Content-Type": "application/json" },
body: JSON.stringify({
"prompt": "Summarise in one line what the x402 protocol is."
}),
});
const data = await res.json();curl -X POST \
"https://flat-rate-llm.kikoribera03.workers.dev/v2/inferencia" \
-H "Content-Type: application/json" \
-d '{"prompt":"Summarise in one line what the x402 protocol is."}' \
-H "X-PAYMENT: <signed x402 payment>"Example response
{
"modelo": "@cf/meta/llama-3.3-70b-instruct-fp8-fast",
"respuesta": "x402 is an HTTP-native payment protocol...",
"segundos": 0.9
}Payment details
0xc210ea7d5692a6401adf25bbcb7acde9cdb7e9ffUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913Is this your API?
Pin it to the top of AI & Inference and the homepage with a featured placement.
More from Flat-rate LLM & similar services
BlockRun.AI · EXA Contents
blockrun.ai
Extract full text content from specific URLs. Priced at $0.002/URL — total = urls.length × $0.002.
BlockRun.AI · EXA Search
blockrun.ai
Neural and keyword web search. Optional category filter: company, research paper, news, pdf, github, tweet, personal site, linkedin profile, financial report.
BlockRun.AI · EXA Answer
blockrun.ai
Get an AI-generated answer to a question grounded in live web search results.