> ## Documentation Index
> Fetch the complete documentation index at: https://docs.trynito.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Anonymous

> Frontier models, with your identity detached before the provider sees the request.

Anonymous is where the frontier models run. The provider receives your request from Nito and answers it, without your identity attached.

## What You Get

* **Your identity stops at Nito.** The provider sees the content of the request, not who sent it.
* **Nito keeps nothing.** Your prompt, the response, reasoning, tool payloads, and attachment contents are never persisted. That holds at every level.

A frontier model runs on its provider's own infrastructure, so what that provider does with a request after answering is governed by its own terms. Retention is enforced upstream from [Private](/privacy/levels/private) up.

## How to Pick It

Choose a model whose level is Anonymous. The level travels with the model, so there is nothing else to set. Browse with the `models` command, or see the [Model List](/models/all-models).

## When to Use It

When you want a specific frontier model and the work is ordinary: prototyping, general coding questions, anything non-confidential. When the content itself is sensitive, choose a model that carries a stronger level.

## Related Resources

<CardGroup cols={3}>
  <Card title="Privacy Levels in Depth" icon="square-list" href="/privacy/levels">
    All four levels, and how each is chosen.
  </Card>

  <Card title="Private Level" icon="lock-a" href="/privacy/levels/private">
    Open-weight models with retention enforced upstream.
  </Card>

  <Card title="Choosing a Model" icon="cubes-stacked" href="/commands/choosing-a-model">
    Browse and set your model, and see its level.
  </Card>
</CardGroup>
