Setting the default
Settings → Models → Defaults:- Default text model — used by new Agent blocks.
- Default vision model — used when an Agent’s inputs include images.
- Default voice model — used for voice inputs.
- Default embedding model — used by Foundry Embed blocks and memory index spaces.
Per-Agent overrides
An Agent that needs a different model overrides the default via Agent → Model in the UI, or:Fallback models
Every Agent can also declare a fallback model — used when the primary hits its provider’s limits or errors. Configure per-Agent (there’s no workspace-wide fallback). Common pattern:- Primary: high-quality model (higher cost).
- Fallback: cheaper, faster model that’s usually good enough.
Cost defaults
Set the workspace default cost cap that new Agents inherit:- Default max cost per run — dollar cap.
- Default max tokens per run — token cap.
Choosing a default
Trade-offs:- Higher-tier default (GPT-4o, Claude Opus, Gemini Pro) — new Agents work well out of the box. Higher cost until you tune down.
- Lower-tier default (GPT-4o-mini, Claude Haiku, Gemini Flash) — new Agents are cheap. You’ll upgrade individual Agents when quality demands it.
When defaults matter most
- Team onboarding — new engineers building Agents don’t have to decide upfront.
- Bulk operations — CI scripts that create many Agents don’t need model choice per creation.
- Templates — Flow templates shipped to your org use the workspace defaults.
Watching for drift
Some Agents get created and never tuned — they run on default forever. Health check:Related
- Providers — the API keys behind the models.
nora agents update --set-model— override per-Agent.- Cost vs. quality — pick models by data, not guess.