Atlarix Auto: A Free AI Coding Agent That Picks the Model for Each Step
Most AI coding tools ask you to make two decisions before you write a line: which model, and whose API key. Atlarix Auto removes both. It is one option in the model picker — the one new installs start on — and instead of running your whole session on a single model, it chooses a model for each step of the work. On an account with no credit, Auto in the Atlarix desktop app is free. On Atlarix Pro or credit, it is paid and private. This post explains exactly how it routes, who pays, and the one trade that makes the free part free.
What Atlarix Auto is
Atlarix is a desktop coding agent: it plans, edits your code, runs commands in a per-OS sandbox, and runs your tests before it calls anything done, with every change waiting for your approval. Auto is the model setting that decides which language model does each piece of that work. You do not pick a model, you do not paste an API key, and you do not need to know which models exist. You pick Auto and give it a task.
How Auto picks a model, step by step
A coding session is not one kind of work. Reading a codebase to answer a question, writing a change, planning a refactor and reviewing a diff need very different amounts of reasoning — and paying frontier prices for all of them is waste, while using a small model for all of them is a false economy. Auto routes on what each request is:
| What the step is | What Auto uses |
|---|---|
| Exploring and building | A fast, affordable model that is strong at code |
| Planning and code review | A stronger reasoning model |
| Deep thinking switched on | Every step moves up one level |
| A step that carries a screenshot, image or PDF | A model that can actually read it |
| Sub-agents, session titles, summaries | The cheapest capable model |
| A model is rate-limited | The same level from another provider |
Exploring and building
- What Auto uses
- A fast, affordable model that is strong at code
Planning and code review
- What Auto uses
- A stronger reasoning model
Deep thinking switched on
- What Auto uses
- Every step moves up one level
A step that carries a screenshot, image or PDF
- What Auto uses
- A model that can actually read it
Sub-agents, session titles, summaries
- What Auto uses
- The cheapest capable model
A model is rate-limited
- What Auto uses
- The same level from another provider
The routing happens per request, not per session, so a long task that suddenly needs to look at a screenshot gets a vision-capable model for that one step and returns to the cheaper model afterwards. If a step fails, Atlarix retries it; if you want more muscle on a hard turn, a “Try with a stronger model” button reruns it one level up. Model names are deliberately hidden under Auto: the composer shows “Auto”, and what it cost.
Free Auto, and the trade that makes it free
On an account with no credit, Auto in the desktop app costs nothing. It runs on OpenAI models through OpenAI's data-sharing program: OpenAI provides free daily capacity for traffic that it may use to improve its models. That is the whole reason it is free, and we would rather say so plainly than bury it. Before your first free message, Atlarix shows a one-time notice explaining this, and you choose whether to go ahead. If you do not want your prompts shared, do not use free Auto for that work — every other path in Atlarix is private (see below). Free Auto is available in the desktop app, and to Atlarix Reviewer for public repositories only; the Chrome extension runs on paid Auto.
How the free daily allowance works
Free capacity is shared, so it is divided fairly rather than first-come, first-served. Each account gets a daily share sized from what is left and how many people are using it that day, with a floor so everyone gets real work done and a ceiling so no single account drains it. When your share runs out, Auto falls back to a free model rather than cutting you off; only past that does it pause until the daily reset — and the message tells you the reset time on your own clock, not in UTC. Atlarix also counts every running request against the pool before it starts, so free usage can never run past the free allowance and quietly turn into a bill.
What stays private
Privacy is the reason Atlarix exists, so the free trade is opt-in and avoidable. With Atlarix Pro or credit, Auto is paid and private: nothing it handles is shared or used to train models. Your own API keys work exactly as before, billed to you by your provider. Local models through Ollama or LM Studio never leave your machine at all. And Atlarix itself never trains on your code, in any mode.
What it costs when you pay
The Atlarix app is free — every feature, no gating. Paid inference comes two ways: Atlarix Pro at $19/month, which includes Atlarix Core usage across the desktop app, the Chrome extension and Atlarix Reviewer, or pay-as-you-go credit where you pay only for what you use and see the cost of every reply. Auto on a paid account holds only what a step could cost on the model it expects to use, charges the real cost when the step finishes, and never downgrades your model because a balance is getting low — a step that starts, finishes.
How to try it
Download Atlarix from atlarix.dev (it updates itself if you already have it). New installs start on Auto; if you picked a model before, switch to Auto in the model picker. Then give it a real task on your own code — that is the only benchmark that matters.
Atlarix Auto is our answer to “which model should I use?”: you should not have to know. Auto picks a model per step, it is free in the desktop app when you have no credit — in exchange for data sharing that we tell you about up front — and it is private the moment you pay, bring your own key, or run locally.