Start building
Call the OpenAI-compatible API from your application, or connect your agents through the desktop app.
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." }],
});For applications
Point your OpenAI SDK at the Gateway. Chat, completions, and embeddings work unchanged.


For agents
Connect Claude Code, Codex, Pi, and more through Private AI Proxy. Traffic is protected while a verified session is active.
Private AI Model Catalog
Verified TEE providers, one price per token, no minimum spend.
- Sep 16, 2026
- 262K context
- $0.30/M input
- $1.50/M output
- Sep 11, 2026
- 262K context
- $0.07/M input
- $0.20/M output
- $0.04/M cache read
- Aug 31, 2026
- 1M context
- $1.40/M input
- $4.40/M output
- $0.26/M cache read
- Aug 24, 2026
- 262K context
- $0.24/M input
- $2.50/M output
- $0.05/M cache read
Why it's private
Every response comes with proof you can check yourself.
Attested enclaves
A TDX quote bound to your nonce proves which code is serving you.
Signed receipts
Every response is signed into a receipt that names the verified upstream session.
Open source
Gateway, verifier, and protocol are public. No trust in RedPill required.
Common questions
Start building in 1 minute
Create a key, point your OpenAI SDK at the Gateway, and send your first private request.