You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,9 +31,9 @@ Airlock sits between your developers and LLM providers, giving you visibility an
31
31
|---|---|
32
32
|**Unified access**| Single OpenAI-compatible endpoint for all providers |
33
33
|**Logging**| Every request/response logged as structured JSONL |
34
-
|**PII stripping**| Microsoft Presidio scrubs credit cards, SSNs, emails, etc. before they leave the network|
34
+
|**PII stripping**| Microsoft Presidio detects and redacts configured entity types (default: credit cards, SSNs, emails, phone numbers); each redaction is recorded in the mutation ledger|
35
35
|**Keyword blocking**| Custom blocklist prevents restricted project names or terms from leaking |
36
-
|**Budget control**| Per-user/per-team spend limits via LiteLLM virtual keys |
36
+
|**Budget control**| Per-provider daily spend caps — near-limit warning, proactive reroute away from a provider approaching its cap, hard block at the limit. Per-tenant keys with per-key budgets are planned, not yet shipped|
37
37
|**Multi-tool support**| Works with Cursor, Claude Code, GitHub Copilot, and any OpenAI-compatible client |
38
38
|**Self-hosted models**| Route to local vLLM, Ollama, or any OpenAI-compatible endpoint alongside cloud providers |
39
39
|**Batch processing**| OpenAI-compatible Batch API (`/v1/files` + `/v1/batches`) for ~50% cheaper async jobs — OpenAI and Vertex AI Gemini (regional) work through the proxy today |
@@ -208,7 +208,7 @@ The main configuration file defines models, callbacks, and guardrails. See the i
208
208
209
209
Key sections:
210
210
-**`model_list`** — which LLM providers/models to expose
0 commit comments