P
$0.0032
per call · USD Coin on Base
One LLM generation on a rented GPU, priced per request.
Endpoint
POST https://api.prismnetwork.tech/inference/v1/inference10
Calls / 30d
2
Unique payers / 30d
Aug 28
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://api.prismnetwork.tech/inference/v1/inference", {
method: "POST",
headers: { "Content-Type": "application/json" },
body: JSON.stringify({
"model": "llama3.2:3b",
"options": {
"num_predict": 64
},
"prompt": "Explain metered GPU compute in one sentence."
}),
});
const data = await res.json();cURL
curl -X POST \
"https://api.prismnetwork.tech/inference/v1/inference" \
-H "Content-Type: application/json" \
-d '{"model":"llama3.2:3b","options":{"num_predict":64},"prompt":"Explain metered GPU compute in one sentence."}' \
-H "X-PAYMENT: <signed x402 payment>"Example response
{
"lease_id": 1047,
"model": "llama3.2:3b",
"response": "Metered GPU compute bills by the second and settles onchain.",
"usage": {
"completion_tokens": 14,
"duration_ms": 640,
"prompt_tokens": 12
}
}Payment details
Pay to
0xe67a61f8e2ac4057aa22e64306107e7120078447Asset
USD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913NetworksBase, Fraxtal
Schemesexact
Is this your API?
Pin it to the top of AI & Inference and the homepage with a featured placement.
More from Prismnetwork & similar services
P
Prismnetwork · RUN
api.prismnetwork.tech
One shell command on a rented GPU, charged only if it succeeds.
POSTBaseOther
$0.03 / call1 calls / 30d
BlockRun.AI · EXA Contents
blockrun.ai
Extract full text content from specific URLs. Priced at $0.002/URL — total = urls.length × $0.002.
POSTBaseAI & Inference
$0.003 / call2.5k calls / 30d
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.
POSTBaseAI & Inference
$0.011 / call1.9k calls / 30d