10 providers · 100+ endpoints · 6 SDKs

One API.
Every AI model.

Stop wrangling ten different provider APIs. Quantum AI gives you a unified gateway to Claude, GPT-5, Gemini, Grok, DeepSeek, ElevenLabs, HeyGen, and more — with sessions, billing, and context management built in.

Architecture

Thin client to provider, in one stack

Everything your app needs — sessions, billing, routing, observability — between your code and the model.

Quantum AI architecture — thin client to cloud AI providers

SDKs

Pick your language

Every SDK wraps the same 100+ endpoints. Install, authenticate, ship.

TypeScript SDK v0.4.0

npm ↗
npm install quantum-ai-sdk

Quick start

import { QuantumClient, userMessage, responseText } from "quantum-ai-sdk";

const client = new QuantumClient("your-api-key");
const resp = await client.chat({
  model: "claude-sonnet-4-6",
  messages: [userMessage("Hello")],
});
console.log(responseText(resp));

Endpoints

100+ endpoints, one API key

Text, image, video, audio, 3D, compute — all through api.quantumencoding.ai

Chat & Sessions

8 endpoints
  • Streaming + sync completions
  • Session-based chat with server-side history
  • Context compaction + management
  • Tool calling across all providers

Agent Orchestration

6 endpoints
  • Conductor + worker pattern
  • Configurable model teams
  • SSE streaming execution
  • Mission planning + execution

Image Generation

12 endpoints
  • Nano Banana 2 + Pro (Gemini 3)
  • GPT-Image 2 (OpenAI)
  • Imagine Pro (xAI)
  • Image editing + inpainting

Video Generation

8 endpoints
  • Veo 3.1 (Google)
  • Imagine Video (xAI)
  • CogVideoX (Zhipu)
  • HeyGen avatars + translate

Audio & Voice

15 endpoints
  • TTS (24 voices)
  • STT (Whisper)
  • ElevenLabs voice cloning
  • Music generation + finetunes

Infrastructure

20 endpoints
  • Scoped API keys
  • GPU/CPU compute rental
  • Batch processing at 50% cost
  • Realtime voice (WSS proxy)

Tiers

Pricing that rewards commitment

Every tier uses the same infrastructure. The only difference is what you pay on top of provider costs.

Standard

Default for all users

25%margin
  • + 100+ endpoints
  • + All 10 providers
  • + Scoped API keys
  • + Usage dashboard

Developer

$50+/mo usage, apply

12.5%margin
  • + Everything in Standard
  • + Half-price margin
  • + Batch processing (50% off)
  • + Priority support
Best value

Lifetime

One-time payment, 0% forever

0%margin
Individual $299
Team (5 seats) $999
Org (unlimited) $4,999
  • + At-cost pricing on every call
  • + All providers at provider rates
  • + Pays for itself in 2-3 months

Enterprise

$500+/mo, negotiated

5%margin
  • + Everything in Developer
  • + Near-cost pricing
  • + SLA guarantees
  • + Dedicated support

The math

It's simple

At $100/month in API usage on Standard tier, you pay $125/month (25% margin = $25 extra). With Lifetime, you pay exactly $100. The $299 unlock pays for itself in 12 months — then you save $25/month forever.

Heavy user at $500/month? You're saving $125/month. The $299 pays back in under 3 months.

Monthly spend Lifetime savings
$50/mo $12.50/mo saved recoups in 24 months
$100/mo $25/mo saved recoups in 12 months
$250/mo $62.50/mo saved recoups in 5 months
$500/mo $125/mo saved recoups in ~10 weeks

Get started

Start building

Get an API key, install an SDK, hit your first endpoint in under a minute.