Security & trust

Compliance without compromise.

Our security posture, regulatory frameworks, and transparency guarantees — wired into the router, not the marketing page. The cryptographic receipts come on every response, so you don’t have to ask twice.

Trust

Three contracts your data never breaks.

Each guarantee is verifiable from the response of every call — not a claim on a slide.

No training

Your data does not train any model.

Every upstream vendor we route to has signed a zero-training data processing addendum. No telemetry, no fine-tuning, no analytics on payloads.Audit: DPA §3.2 — vendor pass-through, zero retention beyond response.
No cross-region

Your data does not leave your region.

PHI calls resolve only to providers physically inside the caller’s jurisdiction. The router refuses to fall back across borders, even under load.Audit: x-phi-routed (provider/region) on every response; x-phi-tier confirms the path.
No silence

Every call is auditable.

Every response carries the resolved provider, region, model, and cost. We log the same row with a request ID so any audit ask reconciles on first try.Audit: Stripe meter event per call: model · region · tier · request_id · cost_micro.

Compliance

Three honest tiers.

Live at the router, paperwork in flight, or gated on contracts — labeled plainly. We don’t claim a certification we haven’t shipped; what’s dated below is real.

FrameworkRegionWhat we shipStatus
nFADPSwitzerlandCH-resident PHI inference via Infomaniak and Azure (CH); processor agreements under nFADP.Live
GDPREuropean UnionEU-domiciled PHI inference via Scaleway and Azure (EU); DPA available on request.Live
UK GDPRUnited KingdomEU adequacy honored; processing pinned to EU endpoints.Live
HIPAA BAAUnited StatesUS-resident PHI inference via Azure under a signed Microsoft BAA. (Infomaniak / Scaleway are nFADP/GDPR, not HIPAA.)Live
Edge data-classphi-cloud routerPHI vs general enforced per request; no payload logging, no application database.Live
SOC 2 Type Iphi-cloud platformAuditor engaged; observation window begins Q3. Type II to follow.In progress
LGPDBrazil + LATAMPrivacy policy and DPO appointment in progress; US endpoints under SCCs in the interim.In progress
PIPLChina (PRC)PRC-domiciled routing requires a local entity + contracts with Alibaba/Baidu/Zhipu.Roadmap
UAE PDPLMiddle EastPartnership with G42 Inception for UAE-resident PHI inference under discussion.Roadmap
DPDPIndiaDomestic provider routing and cross-border consent flow on the roadmap.Roadmap
APPI · PIPA · PDPAJapan · Korea · SingaporeRegional endpoints pending vendor availability in Tokyo, Seoul, Singapore.Roadmap

Live = shipping today, verifiable at the router. In progress = dated milestones. Roadmap = needs a local entity or partner contract — talk to us if your deployment depends on one.

Transparency

Three things a curl call already proves.

No vendor portal, no support ticket. The contract surface is the response itself.

Open catalog

GET /v1/models returns the live catalog visible to your account — every model, region, PHI flag, prompt + completion micro-USD.

Per-call audit

Every 2xx response carries x-phi-routed (model/region/class), x-phi-tier, x-phi-attempts, x-phi-cost-micro, and x-request-id.

Per-token price

The price on /v1/models is the price metered into Stripe per call. We never round up, never bundle, never tier-discount silently.
Verify it yourself

One curl, five audit headers.

Make any call. Inspect the response headers. The resolved (provider, region, model) is right there — no log dive, no support ticket.

request
curl -i https://phi-cloud.com/api/v1/chat/completions \
  -H "Authorization: Bearer phi_live_…" \
  -H "X-PHI: true" \
  -H "X-Region: CH" \
  -d '{"model":"auto","messages":[{"role":"user","content":"hi"}]}'
response
HTTP/2 200
x-phi-routed: gemma-4-31b/CH/phi
x-phi-tier: phi
x-phi-attempts: 1
x-phi-cost-micro: 247
x-request-id: 9c2b…

Ready to send the questionnaire?

Spin up a key — the posture above arrives unchanged.

The routing posture is enforced from the first call. Nothing here is a slide; it’s the response of every request.

Free to test · Prepaid credits, no subscription · No data retained