Skip to content

Bind Model drawer

Opened from the Models Section.

Fields

FieldValidation
NameUnique within the agent
ProviderFrom provider catalogue
Model idValidated against provider manifest
Temperature0.0 – 2.0
top_p0.0 – 1.0
max_tokensProvider-bounded
DefaultExactly one profile per agent

Promotion semantics

When you mark a profile Default = on and save, the previously-default profile is demoted in the same transaction. There is never more than one default.

Why the decoding defaults?

Temperature, top_p, and max_tokens are pinned per profile so a workflow can't accidentally swing them. If you need two creativity settings, create two profiles (e.g., Conservative, Creative) and bind workflows to the right one.

Code-backed workflow

Source of truth: BindModelDrawer.tsx.

  1. Create or edit model profile fields: name, provider, model id, temperature, top_p, max_tokens, and default flag.
  2. Default promotion demotes the previous default in the same save path.
  3. Verify the profile in Models, then run a small workflow and inspect Analytics and Cost.