Skip to main content

Quantlix — AI-focused GPU inference platform

Project description

Quantlix

The AI Runtime Control Plane. Govern ML & AI workloads at execution time. Enforce contracts. Apply policies. Control cost. Every request becomes deterministic.

Features

  • Runtime governance — Contract enforcement, policy engine, budget controls
  • Enforcement is strict by default — Schema validation, feature contracts, drift prevention
  • REST API — Deploy, run, status, enforcement events, audit exports
  • Customer portal — Dashboard, enforcement visibility, usage
  • CLIquantlix deploy, quantlix run — AI runtime control plane

Quick start

# 1. Clone and start services
git clone https://github.com/quantlix/cloud
cd cloud
cp .env.example .env
docker compose up -d

# 2. Create account and get API key
pip install -e .
quantlix signup --email you@example.com --password YourSecurePassword123!
# Verify email, then:
quantlix login --email you@example.com --password YourSecurePassword123!
# Set the API key (required for deploy/run):
export QUANTLIX_API_KEY="qxl_xxx"  # from login output

# 3. Deploy and run
quantlix deploy qx-example
# Run inference — request passes through enforcement before execution
quantlix run <deployment_id> -i '{"prompt": "Hello!"}'

See docs/CLI_GUIDE.md for detailed setup. To test Pipeline Lock locally, see docs/TESTING_PIPELINE_LOCK.md. For a full pre-production test checklist, see docs/LOCAL_TESTING_GUIDE.md.

Architecture

┌─────────────┐     ┌─────────┐     ┌──────────────┐
│   Portal    │────▶│   API   │────▶│  PostgreSQL  │
│  (Next.js)  │     │(FastAPI)│     │    Redis     │
└─────────────┘     └────┬────┘     └──────────────┘
                         │
                         ▼
                  ┌──────────────┐
                  │ Orchestrator │────▶ Kubernetes / Inference
                  │  (Worker)    │
                  └──────────────┘

Project structure

Directory Description
api/ FastAPI backend (auth, deploy, run, billing, usage)
portal/ Next.js customer dashboard
orchestrator/ Redis queue worker, K8s job runner
inference/ Mock inference service (replace with your model server)
sdk/ Python client library
cli/ quantlix CLI
infra/ Terraform (Hetzner), Kubernetes manifests

Production

See docs/GO_LIVE.md for the full deployment checklist: Stripe, SMTP, DNS, SSL, secrets.

License

MIT — see LICENSE.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

quantlix-0.2.0.tar.gz (130.3 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

quantlix-0.2.0-py3-none-any.whl (142.0 kB view details)

Uploaded Python 3

File details

Details for the file quantlix-0.2.0.tar.gz.

File metadata

  • Download URL: quantlix-0.2.0.tar.gz
  • Upload date:
  • Size: 130.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.0

File hashes

Hashes for quantlix-0.2.0.tar.gz
Algorithm Hash digest
SHA256 4611d82e3ffad26c20cd6e0ce271ef70e9f735b847875d076b9e080bfef6b1f4
MD5 0d8a06fccff89332b40390c9f3c008cb
BLAKE2b-256 cabcc3fdef281dc58ae9142cba6c3a34905069eca9e16f8bde7c2995fc1c3a31

See more details on using hashes here.

File details

Details for the file quantlix-0.2.0-py3-none-any.whl.

File metadata

  • Download URL: quantlix-0.2.0-py3-none-any.whl
  • Upload date:
  • Size: 142.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.0

File hashes

Hashes for quantlix-0.2.0-py3-none-any.whl
Algorithm Hash digest
SHA256 ba542a38df5c4edefac7338f63f7f5747b36b79451449e67a8d6d4042f2d5728
MD5 11006195cf1e52a97c4e34ad646a64a7
BLAKE2b-256 cd74d6c0e29e8f09e72b65a1d0afe8cd914344e3b203e74093a9038ec95b9ea5

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page