Skip to content

The Private AI Router

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.

Website Documentation Model catalog Discord GitHub repositories

300+ models; one API; no prompt logs; confidential TEE and E2EE routes

One endpoint. Familiar tools.

For a compatibility-enabled inference key, switching an OpenAI client starts with the base URL:

import os
from openai import OpenAI

client = 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.

Why AnonRouter

  • 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. /auto stays 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.

Popular integrations

First-party setup guides are available for widely used OpenAI-compatible applications:

OpenCode setup guide Hermes Agent setup guide Open WebUI setup guide LibreChat setup guide SillyTavern setup guide Jan Desktop setup guide

View every integration guide →

Open source at AnonRouter

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.

Popular repositories Loading

  1. .github .github Public

    AnonRouter organization profile

  2. confidential-content-plane confidential-content-plane Public

    The AnonRouter confidential content plane: every component inside the attested TEE that can touch prompt or response plaintext. Apache-2.0.

    TypeScript

  3. anonrouter-sdk anonrouter-sdk Public

    Independently verify AnonRouter's confidential inference routes, and run confidential inference, from your own process. JavaScript and Python. Apache-2.0.

    TypeScript

Repositories

Showing 3 of 3 repositories

People

This organization has no public members. You must be a member to see who’s a part of this organization.

Top languages

Loading…

Most used topics

Loading…