LLMSafe.cloud

Introduction

LLMSafe is a Zero-Trust Security & Governance Gateway for LLM applications. It runs entirely in your infrastructure and enforces security, privacy and policy controls before and after model execution.

System Requirements

  • Docker 20+
  • 2 CPU / 2GB RAM (recommended)
  • Outbound internet access for license validation

Installation

Login to Docker Hub

docker login
      

Download the image

docker pull delgs/llmsafe:1.0.0
      

Running with your License Key

docker run \
 -p 8000:8000 \
 -e LICENSE_KEY="LLMSAFE-xxxxx" \
 -e BASE_URL="https://yourdomain.com" \
 -e MODEL="openai/gpt-3.5-turbo" \
 -e LLM_PROVIDER="openai" \
 -e GROQ_API_KEY="your-api-key" \
 -e OPENAI_API_KEY="your-api-key" \
 -e GEMINI_API_KEY="your-api-key" \
 -e PERPLEXITY_API_KEY="your-api-key" \
 -e MONGO_URL="your-mongo-url" \
 delgs/llmsafe:1.0.0
      

Your license is validated remotely every 24 hours.

Docs API

GET /apidocs
→ 200 OK (Swagger UI)
      

Upgrading

docker pull delgs/llmsafe:latest
      

Troubleshooting

  • License invalid: check LICENSE_KEY spelling
  • No internet: license validation requires outbound connection
  • Check logs: docker logs -f llmsafe

Support

For support or enterprise requests, contact:
contact@llmsafe.cloud