Stage Model
filter: remove low-value or irrelevant itemskeywords: extract keywordsglobal_summary: generate a summary across multiple itemsreport: generate the final report body
Available Providers
rule: rule-based executionllm_openai: OpenAI-compatible model executionllm_codex: Codex-compatible model execution
global_summaryandreportonly support LLM providers- Check defaults through
GET /api/v1/monitors/ai-routing/defaults
How to Use It
- Configure and test providers on the Providers page
- Create or edit a monitor
- Choose a provider for each stage
- Run a small monitor first to compare latency and output quality
Common Patterns
- Cost-first:
filter=rule,keywords=rule,global_summary=llm_openai,report=llm_openai - Single-model: all LLM stages use
llm_codex - Hybrid: rules for lightweight stages, LLMs for long-form output