OpenAI compatible API · Attested · Public status

Private LLM API — Verifiable, Attested, Open Source

A private LLM API where privacy is cryptographically verifiable. Route to Claude, GPT, Gemini, DeepSeek through an attested gateway.

Verify gateway
Onebase URL to migrate
100sof models and routes
0prompt or output logs. Always.
Private LLM API

A private LLM API where "private" means cryptographically verified.

Every hosted LLM provider claims privacy. Almost none of them give you a way to verify it.

TrustedRouter routes to every major model — Claude, GPT, Gemini, DeepSeek, Kimi, Llama, Mistral — through a hardware-attested gateway. The code is open source. The image is hashed. You can check what runs.

Try the playground Trust surface

Standard callOpenAI SDK
client = OpenAI(
    base_url="https://api.trustedrouter.com/v1",
    api_key="sk-tr-v1-..."
)

resp = client.chat.completions.create(
    model="anthropic/claude-sonnet-4.6",
    messages=[
        {"role": "user", "content": "your prompt"}
    ],
)
# No logs. Source verified. Attestation on demand.
Verifiable

Read the source.

Every line that handles your prompt is on GitHub. Search it. Audit it. Run it locally if you want.

Attested

Hardware-rooted trust.

The gateway runs inside GCP Confidential Space. The hardware-backed attestation signs the running image. You verify the signature.

Fail-closed

No request without attestation.

If the gateway can't prove its own integrity, traffic stops. The synthetic monitor probes this every minute and pages on the first miss.

What "private" actually means here

Things that are zero, with proof.

Prompt body. Never written to disk. Never shipped to a logging service. The binary doesn't open a write handle to a prompt path. You can grep for this.

Output body. Same for synchronous and streaming requests. The response goes from the upstream provider straight back to you and is not persisted. Batch is a separate opt-in encrypted-retention mode.

Per-request audit trail. What TR does log: token counts, timestamps, model id, region, billing. No content. The schema is in the open-source code.

Upstream provider behavior. Out of TR's control. We publish each provider's known retention and ZDR posture on every model page so you can route deliberately.

Direct providerTrustedRouter
Privacy claimPrivacy policyVerifiable in source + attestation
SourceClosedOpen
Multi-modelOne provider30+ providers, one API
Provider rolloverNoYes — automatic on failure
Self-hostNoYes
Live catalog evidence

Current routes, prices, privacy, and measured performance.

Catalog facts come from the routes currently configured in TrustedRouter. Performance uses the same cached metadata snapshot as the public leaderboard. Prompts and outputs are not part of these measurements.

394public models
49providers
1270configured routes
250ZDR routes
8provider E2EE routes
2541recent availability samples
Model Providers Context Input Output Privacy Measured route
Anthropic: Claude Opus 4.8anthropic/claude-opus-4.8
3 routes
1,000,000 $5.25/1M $26.25/1M varies 5 cited scores 2886 ms TTFT anthropic · 58 tok/s · 100.00% available · n=5
OpenAI: GPT-5.5openai/gpt-5.5
4 routes
1,050,000 $5.25/1M $31.5/1M ZDR 3 cited scores 2180 ms TTFT openai · 100.00% available · n=5
Google: Gemini 3.5 Flashgoogle/gemini-3.5-flash
+1
7 routes
1,048,576 $1.575/1M $9.45/1M ZDR 1997 ms TTFT google-ai-studio · 100.00% available · n=17
MoonshotAI: Kimi K2.7 Codemoonshotai/kimi-k2.7-code
+8
19 routes
262,144 $0.735/1M to $0.9975/1M $3.675/1M to $4.2/1M ZDR 5 cited scores 1618 ms TTFT inceptron · 100.00% available · n=42
Z.ai: GLM 5.2z-ai/glm-5.2
+22
45 routes
1,048,576 $0.714/1M to $1.575/1M $1.575/1M to $5.5125/1M E2EE 4 cited scores 4152 ms TTFT parasail · 29 tok/s · 97.44% available · n=230
MiniMax: MiniMax M3minimax/minimax-m3
+8
21 routes
1,048,576 $0.2835/1M to $0.63/1M $1.155/1M to $2.52/1M ZDR 4 cited scores 1785 ms TTFT minimax · 69 tok/s · 100.00% available · n=41
AnthropicPolicy varies 12 models 2243 ms p50 · n=52
GMI CloudPolicy varies 53 models 3439 ms p50 · n=57
OpenAIZDR on prepaid 33 models 3091 ms p50 · n=194
Atlas CloudPolicy varies 75 models 2429 ms p50 · n=52
Google AI StudioPolicy varies 11 models 1784 ms p50 · n=59
Google Vertex AIZDR on prepaid 9 models 1384 ms p50 · n=55
Lightning AIPolicy varies 17 models 2168 ms p50 · n=62
KimiPolicy varies 11 models 1736 ms p50 · n=63

Browse every modelReview provider policiesOpen the full leaderboardSnapshot 2026-08-07T03:38:09Z

Workspace access

Sign in

Choose a sign in method to access your TrustedRouter workspace.

By signing in you agree to the terms of service and privacy policy.