Unified platform for self-hosted LLM inference + enterprise safety governance
Project description
TurboPrivate AI — Private & Safe Enterprise AI Platform
Run powerful LLMs on your own hardware — 40–60% cheaper than public clouds, with built-in enterprise safety & governance.
Why TurboPrivate AI?
- Full data sovereignty — nothing leaves your infrastructure
- Dramatic cost reduction — INT4/AWQ quantization + smart routing
- Enterprise Safety — powered by Mythos Safe (defensive evaluation, jailbreak protection, audit)
- OpenAI compatible — drop-in replacement for your existing applications
- One-command deploy — from bare metal to production in minutes
Key Features
- TurboQuant Engine — State-of-the-art INT4/AWQ quantization with minimal quality loss
- Mythos Safe — Multi-layer defensive safety (pre & post-flight gates)
- Private RAG — Secure document ingestion and retrieval
- Full-stack observability — Prometheus, Grafana, OpenTelemetry
- Enterprise ready — RBAC, audit trail, multi-tenancy, compliance support
- Hardware flexibility — RTX 4090, A100/H100, or even CPU-only
Performance (RTX 4090)
| Model | Quant | Tokens/sec | VRAM Usage | Cost vs Groq/AWS |
|---|---|---|---|---|
| Llama 3.1 8B | INT4 | 110+ | ~5.8 GB | ~8x cheaper |
| Qwen2.5 32B | INT4 | 45+ | ~22 GB | ~6x cheaper |
| Llama 3.1 70B | INT4 | 18+ | ~48 GB | ~5x cheaper |
Quick Start
# 1. Deploy full stack (K8s)
turbo deploy --provider bare-metal --gpu auto
# 2. Serve model
turbo model serve meta-llama/Llama-3.1-8B --quant int4
# 3. Chat
turbo chat
Or use Docker Compose for quick testing:
docker compose -f docker-compose.full.yml up -d
Pricing
| Tier | Price | Best For | Includes |
|---|---|---|---|
| PoC / Pilot | €15,000 – €35,000 | 4–8 weeks trial | Deployment, 2 models, training, support |
| Enterprise License | €65,000 / year | Single cluster, up to 10 users | Full features, unlimited models, SLA 99.5% |
| Enterprise Plus | €120,000 – €180,000 / year | Multiple clusters, 50+ users | Priority support, custom verifiers, SOC2 |
| Managed Service | €8,000 – €25,000 / month | No ops team | Fully managed by us |
Volume discounts available for 3+ clusters.
All prices exclude hardware.
Interested in a private demo?
📅 Book a 30-min PoC Call | ✉️ Contact Sales
Architecture
CLI / SDK / Dashboard
↓
API Gateway (FastAPI · Auth · Rate Limiting)
↓
┌─────────────────┐ ┌───────────────────┐
│ Mythos Safe │ │ TurboQuant INT4 │
│ Verifiers · │ │ vLLM/llama.cpp │
│ Audit Trail │ │ Inference Engine │
└─────────────────┘ └───────────────────┘
↓
Memory & RAG (TurboMemory · pdf2struct)
↓
┌──────────┐ ┌──────────┐ ┌──────────┐
│ K3s │ │Monitoring│ │ Storage │
│ Cluster │ │Prom/Graf │ │ PG/Redis │
└──────────┘ └──────────┘ └──────────┘
Demo
Documentation
- Architecture — Full system design
- Deployment — Production deployment guide
- CLI Reference — All CLI commands
- API Reference — FastAPI routes
- Safety Gate — Verifier configuration
- Demo Assets — GIF recording tape + deploy script
Changelog
0.1.2 (2026-05-11)
- Enterprise-ready README with pricing table and benchmarks
- Added docs/ARCHITECTURE.md with system design diagrams
- Added docs/DEPLOYMENT.md with production deployment guide
- Added examples/ with HTTP, safety, RAG, and quantization samples
- Added .env.example with all configuration options
- Added benchmarks/ with RTX 4090 performance results
- Switched license from MIT to Apache 2.0
- Added
turbo doctorCLI command for system health checks - Added GitHub Actions Docker build workflow
- Updated pyproject.toml with
fullinstall extra
0.1.1 (2026-05-11)
- Migrated to hatchling build system
- Fixed missing
InferenceEngineimport inturbo.inference - Fixed
TracerProviderbug in OpenTelemetry instrumentation - Added structured logging to all exception handlers
- Consolidated Celery workers into shared
worker.celery_app - Added CI workflow with ruff linting + pytest
- Improved graceful shutdown (audit trail flush)
- Updated dependencies (replaced
unstructuredwith actual used libs)
License
Apache 2.0 — see LICENSE.
Built by Kubenew — ex-HPE engineer, 12+ years enterprise infrastructure
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file turboprivate_ai-0.1.3.tar.gz.
File metadata
- Download URL: turboprivate_ai-0.1.3.tar.gz
- Upload date:
- Size: 1.1 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5b9a9a1c3e92349491c111271514957f9daa259c1c1d60b5048c40228b19e19f
|
|
| MD5 |
d248467fe49c305af73abd90ddc5d4e2
|
|
| BLAKE2b-256 |
6d93a79e55d20bae50b4c0d127d800b508365bebc4ada727fdd9baf92e6cb894
|
File details
Details for the file turboprivate_ai-0.1.3-py3-none-any.whl.
File metadata
- Download URL: turboprivate_ai-0.1.3-py3-none-any.whl
- Upload date:
- Size: 51.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f20395281dbd31f46c4b23fd3bfb97a4846a51c7869c46a6b8891655b0b9157f
|
|
| MD5 |
3008cdae73ff6674ca3a157c1d43af10
|
|
| BLAKE2b-256 |
e203a18f8f4f5712b51f31ea901d6bd9ed0900aebee15ff69bffd51ba0a73a66
|