Default behavior
When you first set up sureops, all agents use the org-level default model. This model is configured at Settings → AI → LLM Configuration → Default model. Changes to the org-level default immediately apply to all agents that haven’t been individually overridden.Overriding a specific agent’s model
1
Open agent settings
Go to Settings → AI Agents and select the agent you want to configure.
2
Toggle custom model
On the agent’s configuration card, toggle “Use custom model” to on. This breaks the inheritance from the org default for this agent.
3
Select a model
Choose from the available models in the dropdown. Available models depend on your LLM configuration (managed or BYOK).
4
Save
Click Save. The change takes effect on the next incident that uses this agent.
Per-environment overrides
An agent can use a different model in different environments. For example:- Diagnosis Specialist in production: a high-capability model for accuracy on critical incidents
- Diagnosis Specialist in staging: a faster, lower-cost model for exploratory use
- Go to Settings → AI Agents and select the agent
- Select the environment from the environment dropdown (top of the page or within the agent card)
- Toggle “Use custom model” and select the model for that environment
Available agents
Available models
Available models depend on your LLM configuration:- Managed mode: sureops selects from a curated set of Anthropic and OpenAI models. The available set is shown in the model dropdown in Settings.
- BYOK mode: all models supported by your configured provider are available. The dropdown reflects the models sureops has validated for agent use.
Cost considerations
Different models have different per-token costs. Agents running on high-capability models for every incident can meaningfully increase your LLM spend. A practical approach:- Set a cost-effective default for most agents
- Override only the agents where output quality matters most (Diagnosis Specialist, Problem Investigator)
- Use per-environment overrides to use expensive models only in production
Budget and enforcement
Each org has a configurable LLM budget. Budget enforcement has three modes:
The enforce mode is designed for cost control, not safety. An enforced org that hits its ceiling has its incidents escalated to human review rather than silently failing.