Skip to content

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.

FeatureOSSEnterprise (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)βŒβœ…

SafeLLM is designed to be deployed as a sidecar for Apache APISIX.

The default docker-compose.yml provides a minimal OSS stack:

Terminal window
docker compose up -d --build
Terminal window
# Install as editable package
pip install -e .