Delivery per channel
Answers are delivered in one of two ways depending on the channel:
Every channel produces the same answer under the same controls — a streamed
reply and a delivered-complete reply are the same turn, just delivered
differently.
Limits you can set
No turn runs without bounds. Your agent stops and returns what it has when any of these limits is reached, and Monitoring records which one stopped it.Even if you never touch Response Limits, your agent is never unbounded: the
default 2-minute response time and 10 tool loops apply until you choose your
own values.
Model routing, effort, and fallback
Choosing the model. Your agent runs on the model you configure on the Purpose page. Anthropic models run on the platform; you can also point your agent at OpenAI, DeepSeek, Gemini’s OpenAI-compatible endpoint, OpenRouter, or your own endpoint, using your own key. Effort presets. The Agent Effort Level is your per-turn quality/cost dial. Higher levels let the agent think more, write longer answers, and draw on more retrieved knowledge and memory — at higher cost. Lower levels are faster and cheaper. Pick the level that fits your use case. Fallback chain. You can configure an ordered list of backup provider/model entries on the Purpose page. If the primary model can’t be reached before it starts answering, your agent automatically tries the next entry, so a single provider outage doesn’t fail the turn. Once an answer has started, it finishes on whichever model is serving it, and billing and logs follow the model that actually answered.Model Controls
The Model Controls card on the Purpose page gives you request-level knobs. Each autosaves on change:After the answer
Once the answer is done, a few things finish before the turn is fully complete:- Quality scoring. If you’ve enabled the judge, the answer is scored and, when it falls short, regenerated — see Evaluation and quality.
- Goal checks. The turn is checked against your Success Criteria.
- Hooks. Your
post_queryhook fires with the response and usage (Hooks). - Billing and logging. The cost — with a per-component breakdown — lands in the Activity log.