Choosing a model through Nito never changes your harness’s own model.
model sets the model Nito uses for its commands; your Claude Code or Codex session keeps running on whatever model it was already using.Browse the Catalog
- Claude Code
- Codex
Set a Durable Default
- Claude Code
- Codex
ask, continue, and private/session launches when you do not pass --model. It does not change your harness’s active session model, and Fusion participant models always stay explicit.
Override for One Call
Every command that takes a model accepts--model <id> to override the default for that single call:
- Claude Code
- Codex
Default When You Have No Preference
If you have never set a default,ask uses a built-in default model so your first call works without a model-picker round trip. Set your own default once you know which model you prefer.

