Developers · Documentation

Build with Kepler Q-Max

Everything you need to integrate quantum-trained inference into your stack — from a single curl call to a multi-region enterprise rollout.

Your first prediction

curl https://api.keplerqmax.sonicium.ltd/v1/predict \
  -H "Authorization: Bearer sk_live_..." \
  -H "Content-Type: application/json" \
  -d '{
    "model": "kepler-q-max",
    "task": "fraud_detection",
    "features": [0.12, 0.84, 1.7, ...]
  }'

# → { "label": "high_risk", "confidence": 0.912, "latency_ms": 84 }

Need help?

Open a ticket from your dashboard, or email support@sonicium.ltd. Enterprise customers get a dedicated Slack channel.