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

# Auto Mode

> The default model selection in PANTA OS chats. PANTA OS picks a suitable model for the request without manual selection.

## What It Is

Auto Mode is the default selection in the model picker at the top of every chat. When Auto Mode is active, PANTA OS chooses a model for each request, and the user does not have to pick one manually.

The selection happens transparently in the background. The conversation continues without interruption; the user sees only the response.

<Frame>
  <img src="https://mintcdn.com/panta/Nh-eQueD1gG1CswM/images/English-Images-Documentations-3.png?fit=max&auto=format&n=Nh-eQueD1gG1CswM&q=85&s=18366dfa06490884bec99000eacc4ac0" alt="English Images Documentations 3" width="1920" height="1080" data-path="images/English-Images-Documentations-3.png" />
</Frame>

## Why It Matters

For most everyday work, the model that produces the best answer is not the same one across tasks. Manually switching models for each prompt is friction. Auto Mode removes that friction.

<CardGroup cols={2}>
  <Card title="No model decision required" icon="check-circle">
    The user types a prompt; PANTA OS picks the model. The interaction is the same as with any single model chat, just without the manual choice.
  </Card>

  <Card title="Fast for the simple cases" icon="zap">
    Routine requests do not need the most expensive model. Auto Mode keeps the simple cases simple.
  </Card>

  <Card title="Available where it matters" icon="brain">
    Heavier requests can use a heavier model. The user does not have to recognize which kind of request they have.
  </Card>

  <Card title="Manual override stays one click away" icon="hand">
    The model picker still works. Switch from Auto Mode to a specific model at any time, per chat, when the output style matters.
  </Card>
</CardGroup>

## How It Works

Auto Mode appears as the first entry in the model selector dropdown at the top of every chat. The label is "Auto (AI Chooses Best)" and it is the default for new chats.

When the user sends a prompt, the platform routes the request to a model that fits. The conversation continues without any visible model switching.

## When To Use Auto Mode And When To Override

<CardGroup cols={2}>
  <Card title="Use Auto Mode for everyday work" icon="play">
    Drafting, summarizing, ad hoc questions, light analysis, and short conversations are well served by the automatic choice. The default exists for a reason.
  </Card>

  <Card title="Override for specific output style" icon="brain">
    Switch to a specific model when output style or determinism matters: a particular voice, a particular structure, or a task where you have learned that one model performs better.
  </Card>

  <Card title="Override for reproducibility" icon="lock">
    For work that needs to be repeatable (for example a comparison test or a benchmark), pinning a specific model keeps the conditions stable.
  </Card>

  <Card title="Override when you already know" icon="check">
    If you have experience with a specific model for a specific task, use it directly. Auto Mode is the smart default, not a constraint.
  </Card>
</CardGroup>

## How to switch

<Steps>
  <Step title="Open the model selector" icon="list">
    Click the dropdown at the top of the chat header.
  </Step>

  <Step title="Pick a specific model" icon="check">
    Choose any of the available frontier models. The selection applies to the current chat.
  </Step>

  <Step title="Return to Auto Mode" icon="rotate-ccw">
    Open the dropdown again and pick Auto (AI Chooses Best) at the top of the list.
  </Step>
</Steps>

## Key Settings or Options

<CardGroup cols={2}>
  <Card title="Default selection" icon="wand-2">
    Auto Mode is the default for new chats across the workspace.
  </Card>

  <Card title="Per chat override" icon="settings">
    The model selector is per chat. Overriding Auto Mode in one chat does not change the default for other chats.
  </Card>

  <Card title="Auto Mode in assistants" icon="bot">
    Assistants do not have their own model setting. When opened in a chat, the model selector at the top of the chat applies, with Auto Mode as the default.
  </Card>

  <Card title="No configuration in Admin Panel" icon="x">
    Auto Mode is not configurable at the workspace level. It is on by default and cannot be turned off as a default.
  </Card>
</CardGroup>

## Tips and Best Practices

* Leave Auto Mode on for everyday work. The default exists because most tasks do not benefit from manual selection.
* Switch to a specific model when you have learned which one works best for a recurring task. The override is cheap; experimenting is fine.
* For a chat that needs to be exactly reproducible later, select the model first. Auto Mode is good for speed, not for benchmarking.

<Tip>
  Auto Mode is a starting point, not a ceiling. If a specific model consistently produces better output for your work, use it. The platform is not opinionated about the override.
</Tip>

## Help center

<AccordionGroup>
  <Accordion title="What does Auto Mode mean" icon="badge-question-mark">
    PANTA OS picks a suitable model for each request automatically. The user does not have to choose a model; the interaction continues as if a single model was used.
  </Accordion>

  <Accordion title="How do I switch from Auto Mode to a specific model" icon="brain">
    Click the model selector at the top of the chat header and pick a specific model. The selection applies to the current chat. Other chats keep Auto Mode unless you change them too.
  </Accordion>

  <Accordion title="Can I set a different default model" icon="settings">
    No. Auto Mode is the workspace default and is not configurable. To use a specific model, override it per chat through the model selector.
  </Accordion>

  <Accordion title="Does Auto Mode apply inside assistant chats too" icon="bot">
    Yes. Assistants do not bring their own model setting. The model selector at the top of the chat applies inside an assistant chat the same way it does in a free form chat.
  </Accordion>

  <Accordion title="Can I tell which model answered a particular prompt" icon="search">
    The chat does not display the routed model in the response. If you need to know which model answers, switch from Auto Mode to a specific model.
  </Accordion>
</AccordionGroup>
