Anonymous LLM API: Pay with Crypto, No KYC, No Prompt Storage
Pay for 220+ LLM routes with crypto: x402 pay-per-request or MetaMask sign-in, no card, no KYC, and attested no-prompt-storage you can verify live.
Fund 220+ model routes from a crypto wallet, no card and no KYC, then verify for yourself that prompts are not stored.
Most model APIs want a card and an identity before the first token. TrustedRouter works without a credit card: pay for the LLM API with crypto per request via x402, or sign in with Continue with MetaMask, which needs no traditional account. Prepaid Stripe credits and BYOK exist too, for the days you want a receipt.
Payment is half the problem. The other half is what happens to your prompts. TrustedRouter does not store prompt or output content by default, and you can check that claim rather than take it on faith: the prompt path runs inside a hardware-attested confidential-compute gateway, the source is open, and the attestation is checkable live at /security.
curl https://api.trustedrouter.com/v1/chat/completions \
-H "Authorization: Bearer $TR_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "trustedrouter/auto",
"messages": [{"role": "user", "content": "Hello"}]
}'
Wallet in, tokens out
x402 pay-per-request for agents and scripts. Continue with MetaMask for interactive use, no traditional account needed. There is no credit card and no KYC step for wallet-funded usage. Pricing is per model, a thin markup over provider list prices, at /pricing.
Attestation beats a privacy policy
The gateway runs in a TEE. Its source is open, its image digest is published, and a live attestation endpoint returns a JWT signed by the CPU vendor's root key, bound to your TLS session. Privacy you can check beats privacy you're promised. Details at /security.
220+ routes, 30+ providers
Claude, GPT, Gemini, DeepSeek V4, Kimi K2.7, GLM-5.2, Qwen 3.5, MiniMax M3, Llama, Mistral and more, plus meta-routes like trustedrouter/auto and trustedrouter/cheap. Every route carries a privacy tier: Open, Zero-Data-Retention, or TEE. Pick a route at /choose.
Crypto payments are pseudonymous. We say so up front.
Anonymous-friendly is the accurate phrase. A wallet spares you the card and the KYC form, but blockchain payments are pseudonymous, not untraceable, and we will not promise anonymity we cannot deliver. Plenty of services in this space make the bigger claim and ask you to trust it.
What we can deliver is verifiable: no prompt or output content stored by default, Zero-Data-Retention tiers where providers contractually keep nothing, TEE tiers where even the serving provider cannot read your prompt, and an attestation you can fetch live and check against the published image digest. If retention is your main concern, start at /no-log-llm-api; for wiring x402 payments into an agent, see /x402-llm-api.
Questions
Can I use an AI API without a credit card?
Yes. TrustedRouter accepts x402 pay-per-request payments in crypto, and Continue with MetaMask lets you sign in with a wallet instead of a traditional account. No card and no KYC step are required for wallet-funded usage. Prepaid credits through Stripe and bring-your-own-key access exist as well, if you would rather fund an account the conventional way.
Is TrustedRouter fully anonymous?
No, and we will not claim it is. Wallet funding means no card and no KYC, but blockchain payments are pseudonymous rather than untraceable. The claim we can back is different in kind: TrustedRouter does not store prompt or output content by default, the gateway is open source, and a live hardware attestation lets you check that yourself.
Does TrustedRouter store my prompts?
TrustedRouter does not store prompt or output content by default. The prompt path runs inside a hardware-attested confidential-compute gateway whose source is open and whose image digest is published. You can fetch a live attestation, signed by the CPU vendor's root key and bound to your TLS session, and compare the digest against the published artifact.
Which models can I pay for with crypto?
Crypto funding works against the catalog of 220+ routes across 30+ providers: Claude, GPT, Gemini, DeepSeek V4, Kimi, GLM-5.2, Qwen 3.5, MiniMax M3, Llama, and Mistral, plus meta-routes such as trustedrouter/auto and trustedrouter/cheap. Each route lists a privacy tier, so you can hold wallet-funded work to Zero-Data-Retention or TEE routes.