No-Log LLM API: Inference Without Prompt Storage, Verified
A no-log LLM API you can verify: no prompt or output storage by default, attested TEE routes, 220+ model routes behind one OpenAI-compatible endpoint.
No prompt logs, enforced by code you can read and attestation you can check.
Most no-log claims are a sentence in a privacy policy. TrustedRouter does not store prompt or output content by default. On TEE routes that behavior runs inside a hardware-attested confidential-compute gateway: the source is open, the image digest is published, and a live attestation signed by the CPU vendor's root key is one curl away.
The API is OpenAI-compatible. Point base_url at https://api.trustedrouter.com/v1 and keep your SDK, your model ids, and your code. You get 220+ model routes across 30+ providers, including Claude, GPT, Gemini, DeepSeek, Kimi, Qwen, and GLM, with automatic rollover when a provider goes down.
NONCE=$(openssl rand -hex 16)
curl "https://api.trustedrouter.com/attestation?nonce=$NONCE"
# Returns a JWT signed by the CPU vendor's root key.
# image_digest must match the published open-source build.
Content is not stored
TrustedRouter does not store prompt or output content by default. Usage metadata is separate: token counts and billing records are kept so your account and spend tracking work. The no-storage claim covers what you send and what the model says back.
Three kinds of no-log, labeled per route
Open routes run through the attested gateway to any provider. Zero-Data-Retention routes add providers contractually bound to keep nothing; they rely on the provider honoring that contract. TEE routes run end-to-end in confidential compute, where even the provider cannot read your prompt. Full breakdown at zero data retention.
Anonymous-friendly access
Prepaid credits via Stripe, bring your own provider key, or pay per request with x402. Continue with MetaMask signs you in with a wallet and works without a traditional account. Built to be friendly to pseudonymous use; we do not promise anonymity.
Attestation beats a privacy policy.
Roleplay chats, character cards, journals, drafts: the text people send to an LLM API is personal. The standard advice for no-log inference is to run models locally, which caps you at whatever your hardware can hold. TrustedRouter's answer is a gateway you can inspect: open source, a published image digest, and attestation bound to the live TLS session so nothing can be replayed at you.
The catalog holds up its end. DeepSeek, Kimi, Qwen, GLM, and MiniMax routes are served by non-Chinese hosting providers on attested infrastructure with ZDR and TEE tiers, so you get frontier Chinese open-weights without sending your data to the model vendor. Pick a route with the model chooser, compare latency measured from real routed requests at the latency benchmarks, and see per-model rates at pricing.
Questions
Does TrustedRouter log my prompts?
TrustedRouter does not store prompt or output content by default. Usage metadata is separate: token counts and billing records are kept so your account and spend tracking work. On TEE routes, the request path runs inside a hardware-attested confidential-compute gateway with open source and a published image digest, so you can check the no-storage claim yourself. Privacy you can check beats privacy you're promised.
How do I verify the no-log claim myself?
Request a live attestation: curl the /attestation endpoint with a fresh nonce and you get back a JWT signed by the CPU vendor's root key. Confirm the image_digest matches the published open-source artifact. The attestation binds to the live TLS session, so an old response cannot be replayed at you. The full procedure is documented on the security page.
Do all routes have the same privacy level?
No. Every route carries a tier. Open routes run through the attested gateway to any provider. Zero-Data-Retention routes use providers contractually bound to keep nothing, so they rely on the provider honoring that contract. TEE routes run end-to-end in confidential compute, where even the provider cannot read your prompt.
Can I use TrustedRouter without a traditional account?
Yes. Continue with MetaMask signs you in with a wallet and works without a traditional account, and x402 supports pay-per-request crypto payments. Prepaid credits via Stripe and bring-your-own-key access are also available. This is anonymous-friendly access built for pseudonymous use; TrustedRouter does not promise anonymity guarantees.