SOL0.00%·$CLAWD0.00%·Routeroffline·Requests·Saved·ZK stamps·Models0·TEE
RedPill TEE
REDPILL_API_KEY configured
unchecked

Verifiable confidential model lanes

The TEE lane uses RedPill's key-backed gateway for model discovery, attestation reports, request signatures, and optional client-side E2EE. Chat stays on explicit user action; this page only performs read-only health and proof checks.

Key-backed status
Gatewayhttps://api.redpill.ai
Checked7/28/2026, 8:56:51 AM
Configured
8 models
RedPill list
66 models
Matched
8/8
Probe
pending
Solana SVM proof store

RedPill attestation on Solana

Pinocchio program
Demo flow
Verify
TDX + GPU evidence

RedPill/Phala/NVIDIA checks run off-chain against the raw attestation material.

Bind
ECDSA signer

The TEE signing address is embedded in the report data and can be checked by secp256k1.

Store
TeeProof PDA

The SVM program writes one immutable proof account at seeds ['tee_proof', quote_hash].

Query
lookupProof()

Anyone can fetch the PDA by quote hash and inspect signer, slot, submitter, and validity.

Program ID
BnoUSPTE88ebzLb74RAnTogddDMzyBPtkmKxiRoRJG4L
TypeScript client
const result = await verifyModel({
  model: "deepseek/deepseek-v4-flash",
  solana: {
    rpcUrl: "https://api.devnet.solana.com",
    programId: "BnoUSPTE88ebzLb74RAnTogddDMzyBPtkmKxiRoRJG4L",
  },
  signer: wallet,
});

console.log(result.solana?.txSig);
console.log(result.solana?.proofAddress.toBase58());
web/solana-redpill-verifier/programweb/solana-redpill-verifier/clients/typescriptweb/solana-redpill-verifier/idl/solana_redpill_verifier.jsonweb/solana-redpill-verifier/svm.md
Solana verifier source
REDPILL_API_KEY model matrix

Configured TEE models

GLM 5.2
Near AI · reasoning
listed
REDPILL_GLM_MODEL2
z-ai/glm-5.2
source: default
Qwen 3.6 35B uncensored
Phala · uncensored
listed
REDPILL_MODEL3
phala/qwen3.6-35b-a3b-uncensored
source: default
Qwen 3.5 27B
Chutes · balanced
listed
REDPILL_MODEL4
qwen/qwen3.5-27b
source: default
DeepSeek V4 Pro
Near AI · reasoning
listed
REDPILL_MODEL5
deepseek/deepseek-v4-pro
source: default
DeepSeek V4 Flash
Near AI · fast
listed
REDPILL_MODEL6
deepseek/deepseek-v4-flash
source: default
Gemma 4 31B IT
Chutes · instruction
listed
REDPILL_MODEL7
google/gemma-4-31b-it
source: default
Gemma 4 26B uncensored
Phala · uncensored
listed
REDPILL_MODEL8
phala/gemma-4-26b-a4b-uncensored
source: default
Kimi K2.6
Chutes · long-context
listed
REDPILL_MODEL9
moonshotai/kimi-k2.6
source: default
Attestation probe
Configure REDPILL_API_KEY to run the attestation probe.
E2EE request shape
X-Signing-AlgoX-Client-Pub-KeyX-Model-Pub-KeyX-E2EE-VersionX-E2EE-NonceX-E2EE-Timestamp

Fetch the model public key from attestation before encrypting content.

Use version 2 nonce and timestamp headers for replay-resistant requests.

Send encrypted content to /v1/chat/completions only after user action.