Send a request through all 13 stages. Watch PHI get redacted before it reaches the LLM and restored in the response — the model never sees real patient data.
Every request flows through four governance layers automatically.
Use your existing OpenAI SDK — just change the base_url. No other code changes.
The 13-stage pipeline runs: auth, rate limiting, budget check, guardrails, PHI redaction, caching, routing.
PHI is replaced with placeholders. The LLM reasons on anonymized data — HIPAA compliant by design.
Placeholders are replaced back with original values. You get the full clinical response. The LLM never saw real PHI.