Start free.
Pay when you scale.
Frequently asked questions
What counts as a request?
Every call to ai.chat.completions.create() is a request. The size of the prompt or response does not matter.
Can I self-host for free?
Yes. The proxy code is MIT. Clone the repo, run wrangler deploy in your own Cloudflare account, and point the SDK at your worker. You pay zero.
What happens if I exceed the request limit?
Additional requests are blocked until the next month. You will not incur extra costs without your consent. Spend limits are enabled by default.
Does Privedge store my prompts?
No. The proxy processes each request in memory and does not write prompts to any storage. Only audit metadata is stored (timestamp, routed_to, pii_matches, latency) — never the prompt content.
Does it work with Anthropic, Mistral, etc.?
Yes. Any endpoint compatible with the OpenAI API works. Configure workerUrl and the worker will route it the same way.
Can I change plan at any time?
Yes. The change is immediate. If you downgrade from Pro to Free, Pro features become unavailable at the start of the next billing cycle.