Private AI Gateway · verified providers · signed receipts
BuildPrivate AI.
Add end-to-end private AI with one OpenAI-compatible gateway. Route across verified TEE providers, optimize price and speed, and keep a signed receipt for sensitive responses.
Private AI Gateway Features
Smart Routing
Choose availability, price, or end-to-end encrypted routing. Private mode never downgrades a protected backend to a standard fallback.
Virtual Keys
Create sk-rp-* keys with per-key budgets, RPM and TPM limits, and routing strategy controls for each app or customer.
Verification & Receipts
Call /v1/attestation/report with a nonce, then fetch the signed receipt through /v1/aci/receipts/{id} when you need proof.
End-to-End Encrypted AI
E2EE v2 uses AES-256-GCM, secp256k1 key exchange, nonce binding, and timestamp replay protection.
Attested Audit Sessions
Receipts reference read-only audit sessions so relying parties can check target, verifier, evidence digest, and channel binding.
Full API Surface
Chat, completions, embeddings, and model discovery work the same way you already call them; RedPill middleware extends the broader API surface.
Up and running in minutes
YOUR SDK.
PRIVATE AI.
Keep the OpenAI client you already use. Change the base URL, choose a private model, and add verification when your workflow needs attestation reports, response receipts, and audit sessions.
import OpenAI from "openai";
const client = new OpenAI({
baseURL: "https://tee.redpill.ai/v1",
apiKey: process.env.REDPILL_API_KEY,
});
const response = await client.chat.completions.create({
model: "openai/gpt-oss-120b",
messages: [{ role: "user", content: "Say hello." }],
});Open Source Where It Matters
Audit the gateway, run the verifier, inspect the chat UX, and track signed receipts as a developer-preview proof layer.

Private AI Model Catalog
The most private model options in one place, with unified pricing, provider coverage, and live performance through one gateway.
- Aug 31, 2026
- 1M context
- $1.40/M input
- $4.40/M output
- $0.26/M cache read
- Aug 27, 2026
- 1M context
- $0.15/M input
- $0.50/M output
- $0.03/M cache read
- Aug 24, 2026
- 262K context
- $0.30/M input
- $3.00/M output
- $0.05/M cache read
- Aug 13, 2026
- 131K context
- $0.30/M input
- $1.10/M output
- $0.04/M cache read
- Aug 4, 2026
- 1M context
- $0.44/M input
- $1.32/M output
- $0.028/M cache read
- May 23, 2026
- 66K context
- $0.15/M input
- $0.70/M output
Start Building Private AI.
API Documentation
Comprehensive guides, API references, and tutorials to help you integrate RedPill into your applications. Add encrypted paths, private model routing, and verification without changing your SDK.
Developer Community
Join our Discord community to connect with other developers, get help with integration questions, and share what you're building with RedPill.
Get an API key in 2 minutes
Start with the OpenAI SDK, choose a private model, and add verifier checks when you need audit-grade proof.
Get API Key