Configure model profiles
A model profile is the configuration unit Agents and CodeAct Agents use to call a model. Keeping keys and model selection in a profile rather than copying them into every node makes credential rotation, model replacement, and diagnosis much clearer.
Create a profile
Section titled “Create a profile”- Open Settings → Model Profiles.
- Select New.
- Enter a name based on its purpose, such as
prod-review,local-ollama, oreval-cheap. - Choose a provider.
- Enter the model ID and required credentials. Compatible APIs also need a Base URL.
- Save, then validate the connection with a minimal workflow run.
Use it in an Agent
Section titled “Use it in an Agent”Select an Agent node and open Model & instructions → Model configuration in the right inspector, then choose the profile. A model profile defines only which model to call. Role, task objective, output format, and tool boundaries belong in node instructions.
Configuration guidance
Section titled “Configuration guidance”- Use separate profiles for local, development, evaluation, and production work.
- Never put a key in a node instruction, workflow input, or Python code.
- After changing a model, temperature, or provider, run the same evaluation suite before publishing.
- Temperature and Top P are node-level generation controls. Leave them empty for model defaults unless you specifically need stability or diversity.
Media placeholder · screenshot
model-profiles/01-profile-list.png
Show the Settings profile list with local, evaluation, and production naming examples. All real provider credentials must be redacted.