Skip to content

AI Models

OpsTower supports a range of AI models from multiple providers. You can configure default models for different agent types and override them on a per-agent basis.

ModelCapabilityTier
Claude Opus 4Most capablePremium+
Claude Sonnet 4BalancedStandard (system default)
Claude Haiku 4.5FastestStandard
ModelCapabilityTier
GPT-5.4Most capablePremium
GPT-5 MiniFastStandard
ModelCapabilityTier
Gemini 3.1 ProMost capablePremium
Gemini 3 FlashBalancedStandard
Gemini 3.1 Flash LiteLightweightStandard

Models are grouped into three tiers that correspond to plan levels:

  • Standard — available on all plans (Explore, Operate, Scale)
  • Premium — available on Operate (Pro) and Scale (Business) plans
  • Premium+ — available on Scale (Business) only

The tools available for web access vary by provider:

ProviderWeb Tools
AnthropicWeb Search, Web Fetch
GoogleGoogle Search, URL Context
OpenAIWeb Search

You can configure a default model for each agent scope on the Settings page. The available scopes are:

  • Debugger agents — the default model used by all Debugger agents
  • Analyst agents — the default model used by all Analyst agents
  • PostHog reports — the model used when generating reports from PostHog connections
  • Amplitude reports — the model used when generating reports from Amplitude connections

To set a default:

  1. Navigate to the Settings page.
  2. Find the model scope you want to configure.
  3. Select a model from the dropdown.
  4. Save your changes.

You can override the default model for any individual agent:

  1. Open the agent you want to configure.
  2. Go to the agent’s General settings.
  3. Select a different model from the model dropdown.
  4. Save.

This agent will now use the selected model regardless of the scope default.

When OpsTower determines which model to use for an agent, it follows this resolution order:

  1. Per-agent override — if a model is explicitly set on the agent, it is used.
  2. Scope default — if no per-agent override exists, the default for the agent’s scope (e.g., Debugger, Analyst) is used.
  3. System default — if no scope default is configured, the system default (Claude Sonnet 4) is used.