> ## 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.

# Benchmark OpenRouter models in Narev with production data

> Connect OpenRouter to Narev and benchmark hundreds of LLMs available through OpenRouter against your live production prompts before deployment.

<Tip>Test alternative OpenRouter model configurations before deploying to production.</Tip>

## Setup options

<AccordionGroup>
  <Accordion title="Option 1: Use Narev gateway with OpenRouter models">
    Call the Narev API directly and prefix any OpenRouter model with `openrouter:`. Example:
    `model: 'openrouter:anthropic/claude-3-5-haiku-20241022'`.
  </Accordion>

  <Accordion title="Option 2: Import from a tracing platform">
    If you use a tracing platform with your OpenRouter integration, import traces from
    [Weights and Biases Weave](/platform/benchmark/integration/wandb),
    [LangSmith](/platform/benchmark/integration/langsmith), or
    [Langfuse](/platform/benchmark/integration/langfuse).
  </Accordion>

  <Accordion title="Option 3: Manual file upload">
    If you store OpenRouter request and response history in files, create a benchmark, go to **Setup**, choose
    **Upload file** in **Data source**, upload your file, and save the project. For formats, see
    [File upload](/platform/benchmark/data-source/file-upload).
  </Accordion>

  <Accordion title="Option 4: Bring your own key (Enterprise)">
    Use your own OpenRouter API key directly in Narev. This option is available on the enterprise tier.
  </Accordion>
</AccordionGroup>
