OpenAI compatible API. Attested gateway. Public status.

Tinfoil Alternative — Verifiable Privacy, Every Provider

Same verifiable-privacy bet as Tinfoil, applied as a router. Attested, no-log gateway across 30+ providers with one API.

Verify gateway
1 URLbase_url migration
100smodels and routes
0prompt logs by default
Tinfoil alternative

Same verifiable-privacy bet. TrustedRouter routes across every provider.

Tinfoil pioneered verifiable confidential inference, and the thesis is right: attestation beats a privacy policy. TrustedRouter shares it — and applies it as a router, not a single inference endpoint.

That means you keep model choice. Route the same attested, no-log gateway to Claude, GPT, Gemini, DeepSeek, Kimi, Llama, Mistral and 20+ more, with automatic fallback, one OpenAI-compatible API, and one key.

Compare models in the playground How attestation works

One API, every providerPython
client = OpenAI(
    base_url="https://api.trustedrouter.com/v1",
    api_key="sk-tr-v1-..."
)

# Same attested gateway, any model:
for model in ["anthropic/claude-sonnet-4.6",
              "openai/gpt-5.5",
              "deepseek/deepseek-v4-flash"]:
    client.chat.completions.create(
        model=model,
        messages=[{"role": "user", "content": "hi"}],
    )
Shared thesis

Verify, don't trust.

Hardware attestation + open source. We agree with Tinfoil on the principle — privacy you can check beats privacy you're promised.

Router, not endpoint

30+ providers, one key.

Don't pick a single confidential model — route the attested gateway to the best model for each job, with fallback when one is down.

Drop-in

OpenAI-compatible.

Change one base_url and keep your existing SDK, model IDs, and code. Migrate an existing OpenRouter or OpenAI integration in minutes.

TinfoilTrustedRouter
AttestationYesYes
Open sourceYesYes
ShapeConfidential inferenceMulti-provider router
Model choiceHosted model set30+ providers, switchable per call
Provider fallbackn/aAutomatic rollover
Best fitA confidential endpoint for chosen modelsVerifiable routing across the whole model market
Same destination, wider road

Attestation should cover the whole market, not one endpoint.

The future where every prompt goes through an attested path shouldn't require giving up model choice. TrustedRouter is the bet that you can have both: verifiable privacy and the full provider market behind one API.

The argument in full: “Attestation is All You Need”.

Sign in

Choose a sign in method.