$0.02
per call · USD Coin on Base
Run a chat completion against an open-weight 20B-class model — plain prompt in, text out, with automatic failover across independent inference backends so a single call still answers when any one provider is down or rate-limiting
Endpoint
POST https://eltociear-skill-audit.hf.space/llm/chat1
Calls / 30d
1
Unique payers / 30d
Aug 19
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://eltociear-skill-audit.hf.space/llm/chat", {
method: "POST",
headers: { "Content-Type": "application/json" },
body: JSON.stringify({
"prompt": "Summarise the EIP-3009 transferWithAuthorization flow in three sentences."
}),
});
const data = await res.json();curl -X POST \
"https://eltociear-skill-audit.hf.space/llm/chat" \
-H "Content-Type: application/json" \
-d '{"prompt":"Summarise the EIP-3009 transferWithAuthorization flow in three sentences."}' \
-H "X-PAYMENT: <signed x402 payment>"Example response
{
"answer": "EIP-3009 lets a holder sign an off-chain authorization…",
"provider": "llm7",
"usage": {
"ms": 740,
"total_tokens": 210
}
}Payment details
0x5bcda55247b238a573a968b234f788a2d35664ddUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913Is this your API?
Pin it to the top of AI & Inference and the homepage with a featured placement.
More from skill-audit & similar services
skill-audit · Headers
eltociear-skill-audit.hf.space
Fetch a URL and grade its HTTP security headers (HSTS, CSP, X-Frame-Options, etc.)
skill-audit · Search
eltociear-skill-audit.hf.space
What does the open web say about this query? Ranked title/url/snippet results for agents, served through an automatic multi-engine failover chain so a single call still answers when any one backend is blocked, rate-limited or timing out from a datacenter IP.
BlockRun.AI · EXA Contents
blockrun.ai
Extract full text content from specific URLs. Priced at $0.002/URL — total = urls.length × $0.002.