Access 300+ AI models through one OpenAI-compatible API, with route-level privacy labels and controls that keep you in charge of where each request can go.
No prompt logs. No training on your content.
For a compatibility-enabled inference key, switching an OpenAI client starts with the base URL:
importosfromopenaiimportOpenAIclient=OpenAI(
api_key=os.environ["ANONROUTER_API_KEY"],
base_url="https://api.anonrouter.ai/v1",
)
response=client.chat.completions.create(
model="/auto",
messages=[{"role": "user", "content": "Route this privately."}],
)
print(response.choices[0].message.content)AnonRouter implements a deliberate OpenAI-compatible API surface rather than claiming every OpenAI endpoint. For the preferred production privacy split—where the content relay receives a short-lived ticket instead of your stable API key—start with the ticketed quickstart.
- Privacy-aware routing. Every route is labeled Anonymous, Private, TEE, or E2EE, so you can choose a model and provider that match your requirements before sending a request.
- No durable payload storage. AnonRouter's gateway does not write prompts, responses, system prompts, tool arguments, or provider payloads to disk; billing settles from usage metadata.
- No silent privacy downgrade.
/autostays inside the privacy boundary you allow and fails closed when no eligible route is available. - Private accounts. Create an account without an email address and recover it with a recovery phrase.
- Broad model access. Use one catalog and one API key across 300+ models, then pin providers or control order, exclusions, fallbacks, price, and minimum privacy.
- Familiar API surface. Use OpenAI-compatible Chat Completions, embeddings, image generation, and speech endpoints where supported.
Read the privacy model, explore routing controls, or browse the live model catalog.
First-party setup guides are available for widely used OpenAI-compatible applications:
View every integration guide →
Public SDKs, examples, and integration projects will be highlighted here as they ship. Follow the organization or browse all repositories for the latest releases.
contact@anonrouter.ai · Privacy · Security · X
Private AI infrastructure that forgets by design.
