One policy surface between every application you run and every model it calls — public API or on-prem open-weight.
Every enterprise AI gateway is judged on the same rows. Vera ships both columns: default-on the first request, and tunable per policy, team, and route.
Microsoft Presidio runs inline with every prompt. The model reasons on redacted content; the response is deterministically unmasked on the way back. The unmask key never leaves the Vera process. Redaction is a mandatory stage in the request pipeline — you cannot configure it off, only refine what counts as sensitive.
vllm-internal, local-llama, and any OpenAI-compatible upstream — same auth, same policy, same audit chain regardless of where the response comes from.vllm-internal, local-llama, and any OpenAI-compatible upstream.Same request pipeline — auth → policy → QoS → dispatch → audit — regardless of upstream. The application stack does not change when the model does. The ordering is mechanized in a Lean 4 proof; the type system enforces it, so no code path — on any capability — can skip a stage.
Article 12 traceability falls out of the design; it is not a feature added on top. Chain break is detectable by any auditor holding the head hash.
{ "principal": "svc:billing@acme", "route": "chat.completions", "model_selection": { "chose": "vllm-internal", "reason": "sovereignty:on-prem-only" }, "redaction_ops": [ { "type": "SSN", "count": 2 }, { "type": "API_KEY", "count": 1 } ], "policy_decision": "allow", "prev_hash": "3f7c4d8a2e1b6f09", "hash": "9b21a37fe0c4d581" }
Hashes shown truncated (sha256, first 16 hex chars) for readability.
Connector code never sees a secret. Vera mediates all egress through allow-lists and credential injection. If a compromised connector goes rogue, it can only reach the endpoints it was already allowed to reach — the Wasm sandbox is the blast radius.
Principal for billing.QoS runs before dispatch. A team that suddenly starts issuing 10× its normal load hits its own quota — not production's spare capacity, not another team's headroom.
The seven capabilities above, scored across the peer set. If the security review turns on a row, Vera should be filled where the others aren't.
| Capability | Kong | Envoy | Bedrock | Portkey | LiteLLM | Cloudflare AI | Vera |
|---|---|---|---|---|---|---|---|
| PII & secret redaction | |||||||
| Multi-endpoint routing | |||||||
| Open-weight hosting on your hardware | |||||||
| Audit-grade traceability | |||||||
| Identity & access (SSO/RBAC/mTLS) | |||||||
| Sandboxed connectors (Wasm) | |||||||
| QoS, quotas, cost |
Edge, Hub, and Cloud are not three products with shared marketing — they are the same compiled artifact, configured for three placements in your topology. One policy. One audit chain. One model registry.
Bundled Moonshine and Gemma for on-device inference. SSNs and PII never leave the device — even when pasted into prompts. Fully offline. Flight-mode is a first-class deployment, not a fallback.
Department-scale policy and orchestration. Presidio inline. Hosts the team's Ollama commons. Proxies to public clouds only when policy allows.
The same gateway, scaled inside your VPC. Multi-tenant. Proxies to OpenAI, Anthropic, and any OpenAI-compatible upstream. One policy and one audit chain across Edge, Hub, and Cloud.
Bring a concrete gateway use case — sovereign inference, regulated routing, audit-grade traceability — and shape the product around it. Free during the program. Direct partnership with the founder.
The Aurelian Walls encircled Rome for eight hundred years. The city changed. The gates decided what crossed.