Skip to main content

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 variants?

Variants are your execution configurations. They can take two forms:
  • A combination of model, system prompt, and parameters, such as temperature and max tokens
  • A Narev router

When do you use variants?

Use variants when you want to test how different model and router configurations perform on the same benchmark. Attach multiple variants to a benchmark to compare outcomes.

How do variants work?

You attach variants to benchmarks. The benchmark provides the request data, and the variant provides the execution logic. This separation lets you test multiple configurations on the same prompts.