PRVTC · concept preview · prvtc.aisettlement network · preview
Wide low-angle view down a row of dark GPU servers lit by a single warm light
Providers · integration

Earn AIU for the AI
you already serve.

If you run GPUs or host open-weight models, the PRVTC provider model lets you publish capacity, quote in AIU, and settle on signed receipts under private-beta terms.

01 · integrate

Three steps to your first settled job.

01

Publish

Register your models, regions, capacity, and price curves with a receipt-signing key.

02

Quote

Return signed quotes in AIU for incoming jobs. The SDK handles canonicalization and signing.

03

Settle

Run the job, sign a metering receipt, and AIU would settle to your account under final beta terms.

02 · drop-in

OpenAI-compatible. Bring your own backend.

Wrap an existing inference server — vLLM, TGI, LiteLLM, or your own — behind the provider SDK.

provider.ts · quote + sign
// register once, then answer quote requestsimport { Provider } from "prvtc-provider";const p = new Provider({ key: env.PRVTC_KEY }); p.onQuote(async (job) => ({model:      job.model, resource:   "output_tokens", price_aiu:  0.00000067,   // per tokenregion:     "eu-central", privacy:    "audited", valid_ms:   2000,})); p.onRun(async (job, sign) => {const out = await backend.infer(job);   // your serverreturn sign({ output_tokens: out.usage.completion });});
03 · what you publish

You control supply, price, and privacy.

supply

Models & capacity

Declare which models, how many concurrent jobs, and your realtime vs batch lanes.

price

Price curves

Set AIU rates per resource, with surge and volume curves you control.

privacy

Region & tier

Advertise residency, audited, or on-prem status and charge the premium for it.

payout

Settlement & payout

Track AIU settlement and payout eligibility under final terms. Every job carries a signed receipt.

04 · the wedge

We start where supply is owned and OSS-friendly.

No need to ask closed providers to accept a new asset. PRVTC begins with operators who own their GPUs and serve open models — then earns the network effect.

good first providers

Built for independent operators.

  • Own GPU servers and clusters
  • OSS / open-weight model hosts
  • Regional & private AI providers
  • Any OpenAI-compatible backend
  • Internal boxed-AI deployments
provider · payout
847.2AIU
settled this week · 1,204 jobs
qwen·32b412 jobs
+286.4
embeddings631 jobs
+193.0
h100 · gpu161 jobs
+367.8
providers

Put idle capacity to work.

Join the provider beta and preview quoting in AIU.