Documentation Index
Fetch the complete documentation index at: https://narev.ai/docs/llms.txt
Use this file to discover all available pages before exploring further.
What are routers?
Routers dynamically route requests to the right variant. Routers can be:
- Sequential: simple fallbacks in priority order
- Filter-based: routing based on predefined filters
Routers also let you save prompts into a benchmark.
When do you use routers?
Use routers when you want request-level model selection without implementing custom routing logic in your app code.
How do routers work?
Narev evaluates rules in order. The first matching rule determines which variant handles the request. You can route based on any request property.