Ensure every Overcut workflow runs on the right LLM without touching each agent individually. This guide walks workspace admins and workflow builders through:Documentation Index
Fetch the complete documentation index at: https://docs.overcut.ai/llms.txt
Use this file to discover all available pages before exploring further.
- Validating prerequisites and supported providers
- Choosing a workspace-wide default model
- Setting workflow-level defaults and coordinator overrides
- Verifying the cascade through the UI and execution logs
- Rolling back safely when governance needs change
Use this guide alongside the Workflow Execution Control and Agent Session docs to understand how defaults are enforced during runtime.
Prerequisites
- Workspace admin access to edit Account → Settings.
- Published agents and workflows that use the default model placeholder so they can inherit new defaults automatically.
Step 1: Choose a workspace default
Setting the workspace default means workflows that leave their metadata field empty or set to the default model placeholder inherit this choice automatically.
Step 2: Override specific workflows
Some workflows (e.g., code review or red-team testing) may require a stronger or different model.Edit Workflow Metadata
In the workflow builder, click the canvas to open the Workflow Settings and find the Default LLM Model selector.
When set, agents and coordinators left on the default model placeholder fall back to the workflow default.
Workflows left on the default model placeholder continue to fall back to the workspace default.
Step 3: Configure coordinator overrides
Use coordinator overrides when a multi-agent session needs a faster planning model, but its child agents should continue using the workflow default.- When not set, the coordinator will fall back to the workflow default, or the workspace default if the workflow default is not set.
- Keep overrides scoped to steps that truly benefit from a different coordinator model.
- Child agents never inherit the coordinator override; they evaluate their own
modelKey→ workflow default → workspace default chain.
Step 4: Configure agent overrides
Use agent overrides when an agent needs a different model than the workflow default.
Guidelines:
- When not set, the agent will fall back to the workflow default, or the workspace default if the workflow default is not set.
Next steps
- Review the Building Blocks guide to see how agents inherit models.
- Learn how execution locks and priorities interact with these defaults in Workflow Execution Control.
- Share compliance outcomes via the Privacy & Security guidance.