Quick Comparison
| Strategy | Best For | Flexibility |
|---|---|---|
| Smart | Auto-optimization | High (auto-upgrades) |
| Specific | Consistency | Low (fixed model) |
Smart Routing
Platform automatically selects the best model per-request. Configuration:- Agents > Select Agent > Settings > Model Configuration
- Choose Smart Routing
- Optionally set:
- Tier (Budget/Standard/Advanced)
- Provider (OpenAI/Anthropic)
- Click Save
- Analyze request complexity
- Select optimal model
- Auto-upgrade to new models
- Stay within your tier preference
Specific Model
You choose exact model(s). Optionally add budget model for cost optimization. Configuration:- Agents > Select Agent > Settings > Model Configuration
- Choose Specific Model
- Enter model name (e.g., “gpt-5.1”)
- Optional: Add budget model (e.g., “gpt-4o-mini”)
- Click Save
Available Models
| Tier | OpenAI | Anthropic |
|---|---|---|
| Budget | gpt-4o-mini | claude-haiku |
| Standard | gpt-4o | claude-sonnet |
| Advanced | gpt-5.1 | claude-opus |
Model Settings
Fine-tune model behavior per-agent:| Parameter | Effect |
|---|---|
| temperature | Randomness (0=deterministic, 1=creative) |
| top_p | Diversity (0.95 is good default) |
| max_tokens | Maximum response length |
Budget Models
Use cheaper model for simple requests, premium for complex:- Primary: gpt-4o ($expensive)
- Budget: gpt-4o-mini ($cheap)
Fallback
Enable automatic fallback if chosen model unavailable:- Checked: Use alternative model from same provider
- Unchecked: Fail if model unavailable (not recommended)