Ask normally
No special syntax and no pre-flight model decision.
Automatic gears for ChatGPT and Codex.
Ask normally. A lightweight classifier reads the job, chooses a real model from your signed-in account, and shifts reasoning effort only when the work needs it.
See it working
The picker stays on Auto while each request receives a concrete model and effort before dispatch.
The idea
ChatGPT has models that trade speed for deeper reasoning. Normally, you decide which one to use before you know how difficult the task will become.
Auto Router makes that choice per message. Simple work stays responsive; everyday coding, writing, and research use the balanced lane; difficult debugging and reasoning shift into the more powerful lane.
From your side, nothing changes: type, send, and keep working.
No special syntax and no pre-flight model decision.
A fast hidden pass rates what the assistant must do next.
The real worker and effort are selected, dispatched, and attributed.
Routing policy
The live signed-in catalog remains authoritative. The router never invents a model slug or uses its classifier as the worker.
Fast semantic rating when advertised and callable.
Never handles the user's actual taskSimple, moderate, and complex work at low or medium effort.
The responsive everyday workerHard and extreme work at medium or high effort.
Reserved for the difficult turnsModel availability varies by account and client. See OpenAI's current model guidance (opens in a new tab).
Build the disposable client
On the Mac with ChatGPT installed, start a fresh Codex task using Sol at xhigh reasoning—or Ultra mode when available—then paste this prompt in full.
Know the boundaries
The brief preserves the installed original and builds a separately named, ad-hoc signed copy with an isolated profile.
Client patches are version-specific. A future ChatGPT build must be inspected and explicitly supported, never patched by guessing.
The client can prove what it requested and stored. It cannot prove whether the service made an opaque substitution after dispatch.
ChatGPT Auto Router is an independent experiment and is not an official OpenAI feature or supported client.