Editions (OSS vs Enterprise)
SafeLLM ships in two editions:
- OSS: Minimal, open-source build (L0/L1/L1.5 fast regex + audit-only DLP).
- Enterprise (Paid): Full feature set with AI Guard, GLiNER PII, distributed features, and licensing.
Enterprise features are paid and distributed separately from the OSS repository. For access, contact sales@safellm.io.
Feature Matrix
Section titled βFeature Matrixβ| Feature | OSS | Enterprise (Paid) |
|---|---|---|
| L0 Cache (Redis Standalone) | β | β |
| L1 Keywords (FlashText) | β | β |
| L1.5 PII (Fast Regex) | β | β |
| L1.5 PII (GLiNER, 25+ entities) | β | β |
| L2 Neural Guard (ONNX Prompt Injection) | β | β |
| Distributed Coalescer | β | β |
| Redis Sentinel HA | β | β |
| MCP Server (stdio tools) | β | β |
| Dashboard (Admin UI) | β | β |
| DLP Output Scan (log-only) | β | β |
| DLP Output Scan (block/anonymize) | β | β |
Deployment
Section titled βDeploymentβSafeLLM is designed to be deployed as a sidecar for Apache APISIX.
Docker (OSS)
Section titled βDocker (OSS)βThe default docker-compose.yml provides a minimal OSS stack:
docker compose up -d --buildPython Installation (OSS)
Section titled βPython Installation (OSS)β# Install as editable packagepip install -e .