Document

Choose a Model Source and Control Usage

The Model panel determines which credentials, provider, and model execute an AI Agent. It also shows the defaults attached to the selected source and lets the block override supported generation values.

The AI Agent Model panel showing the active source and its generation defaultsThe AI Agent Model panel showing the active source and its generation defaults

Compare the source classes

Open Model, then use the settings icon on the source card to choose an available source.

SourceCredentialsAI usageRuntime characteristics
Boilerplate Free AI - Limited SpeedManaged by BuildersAI usage is free; workflow compute tokens still applyGlobally queued and intended for interactive runs
Boilerplate Pro AI - Full SpeedManaged by BuildersUses the billing owner's available AI-token balance; workflow compute tokens still applyPlatform premium source for eligible accounts
Private AI agentStored in an AI-agent configuration owned by the current userCharged according to the connected provider account; workflow compute tokens still applyUses the provider, model, credentials, and defaults selected by its owner
Team AI agentStored in an AI-agent configuration shared by the teamCharged according to the connected provider account; workflow compute tokens still applyLets eligible team projects use centrally managed provider settings

The source dialog shows only agents available to the current project and user. A private agent is not automatically available to a team-owned project, and a team agent requires access to the relevant team.

Treat source details as live configuration

The selected source card reports values such as:

  • source class;
  • provider;
  • model;
  • temperature;
  • maximum output tokens;
  • usage or queue behavior.

Read that card when configuring or reviewing a workflow. Model names, source availability, context limits, defaults, and account balances can change. Do not design a production dependency around a model name copied from an older screenshot.

Choose a source by workload

Use Boilerplate Free AI for interactive development and non-urgent tests that tolerate a global queue. Its source card explicitly limits it to interactive runs, so select a production-capable source before relying on the workflow outside the Designer.

Use Boilerplate Pro AI when the account is eligible, has the required AI-token balance, and the workflow should use the platform-managed premium source.

Use a private AI agent when one user owns the provider credentials and the workflow ownership model allows that dependency. Use a team AI agent when credentials and model policy should be managed for shared team workflows.

Understand the two usage layers

AI Agent has two separate usage layers:

LayerWhat it covers
Workflow compute tokensExecution of the AI block as part of the Builders workflow
AI or provider usageThe model request itself, charged according to the selected source

The free source removes Builders AI-token usage for the model call, but it does not make the workflow block free. The Pro source uses the billing owner's AI-token balance. A private or team agent uses its configured provider credentials, so any provider-side charges and limits belong to that provider account.

Override source defaults only when needed

Enable Override default values to set a block-specific system prompt, temperature, or maximum output tokens. Otherwise, the source's configured defaults apply.

Overrides travel with the block configuration. Review them after changing the source because a value suitable for one model may be inefficient or unsupported for another.

Check before publishing

  1. Confirm the source is available in the project's ownership scope.
  2. Confirm the source is suitable for published rather than interactive-only runs.
  3. Check the displayed provider, model, context limit, and defaults.
  4. Confirm the required AI-token balance or provider billing account.
  5. Run representative input and inspect both compute usage and provider errors.
  6. Connect the AI Agent's Error port before publishing.

Next steps

Boilerplate Wiki - Choose a Model Source and Control Usage