Skip to main content

Quantlix — AI-focused GPU inference platform

Project description

Quantlix

Deploy AI models in seconds. A simple inference platform with REST API, usage-based billing, and Kubernetes orchestration.

Features

  • REST API — Deploy models, run inference, check status
  • Usage-based billing — Free, Starter (€9/mo), Pro (€19/mo) tiers with Stripe
  • Queue & orchestration — Redis queue, K8s job scheduling
  • Customer portal — Next.js dashboard, usage graphs, real-time logs
  • CLIquantlix deploy, quantlix run for local dev

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 to activate (first run moves deployment from pending to ready)
quantlix run <deployment_id> -i '{"prompt": "Hello!"}'

See docs/CLI_GUIDE.md for detailed setup.

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.1.4.tar.gz (48.7 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.1.4-py3-none-any.whl (56.7 kB view details)

Uploaded Python 3

File details

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

File metadata

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

File hashes

Hashes for quantlix-0.1.4.tar.gz
Algorithm Hash digest
SHA256 d5dc1179d813c914e26553dbd01634b5c4622a04bb7521ee67019cf3995ba4a6
MD5 b719891a7eea48e2c30b56941d6d69b4
BLAKE2b-256 d771b1229ff323f56a6debb08ffd2ce787bc02de29def4fafb9fea3c3ccb2efc

See more details on using hashes here.

File details

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

File metadata

  • Download URL: quantlix-0.1.4-py3-none-any.whl
  • Upload date:
  • Size: 56.7 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.1.4-py3-none-any.whl
Algorithm Hash digest
SHA256 a6c88c863735af7743c7d1d0c01dc4a37f6a00f05701583eba8d34b2ed6d3488
MD5 85b8e86c9450ac0e2f5e520f238007ee
BLAKE2b-256 8ee2e334e583f95cc05a8ad80352b5449385416e70be2159f10e58823f50892a

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