S

skill-audit · LLM Chat

by skill-audit

POSTBase

$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/chat

1

Calls / 30d

1

Unique payers / 30d

Aug 19

Last called

exact

Payment scheme

Call this service

TypeScript · @x402/fetch
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
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

Pay to0x5bcda55247b238a573a968b234f788a2d35664dd
AssetUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913
NetworksBase
Schemesexact

Is this your API?

Pin it to the top of AI & Inference and the homepage with a featured placement.

Get featured →

More from skill-audit & similar services