Privacy on the edgeAI on real data.
Zero compliance risk.
PII intercepted before it reaches any AI model. No BAA required. HIPAA & GDPR compliant by architecture.
One proxy.
Two destinations.
Sending a patient record or a legal brief to OpenAI triggers HIPAA and GDPR obligations that almost nobody handles correctly. Privedge makes those obligations disappear — by architecture, not by contract.
Each prompt is scanned for PII before a single token is sent anywhere.
Sensitive prompts go to the edge model. The data never leaves the node.
Clean prompts hit OpenAI or Anthropic as usual, zero added latency.
Watch a prompt get routed.
Detection runs on every keystroke, exactly like the worker at the edge. Add an email or an SSN and watch the route flip.
7 sensitive entities detected. This prompt stays on the local node. Nothing reaches a third-party API.
{
"routed_to": "edge",
"model": "@cf/meta/llama-3.2-1b",
"pii_matches": 7,
"latency_ms": 179
}Sensitive data, caught
before it leaves.
v1 ships a fast regex detector.
v2 adds a named-entity model on Workers AI.
Built for compliance from request one.
Change one import.
Keep your whole stack.
@privedge/sdk mirrors the OpenAI client one-to-one. Swap the import, point at your worker, and routing happens transparently.