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

# Narev benchmark integrations: gateways and tracing tools

> See how Narev complements LLM gateways like OpenRouter, Portkey, and LiteLLM, and tracing tools like Langfuse, LangSmith, Helicone, and W&B Weave.

<Tip>
  Narev is a router and experimentation layer that integrates with most providers, gateways and tracing platforms. If
  you don't see an integration, [contact support](mailto:support@narev.ai).
</Tip>

## Available integrations

### Providers

* [OpenAI](/platform/benchmark/integration/openai) - GPT-4 and other OpenAI models

### Gateways

* [OpenRouter](/platform/benchmark/integration/openrouter) - Universal LLM gateway with load balancing
* [LiteLLM](/platform/benchmark/integration/litellm) - Unified interface for 100+ LLMs
* [Portkey](/platform/benchmark/integration/portkey) - AI gateway with routing and fallbacks
* [Helicone Gateway](/platform/benchmark/integration/helicone-gateway) - AI gateway with routing and fallbacks

### Observability

* [Helicone](/platform/benchmark/integration/helicone) - LLM observability and monitoring
* [Langfuse](/platform/benchmark/integration/langfuse) - LLM engineering platform
* [LangSmith](/platform/benchmark/integration/langsmith) - LangChain debugging and monitoring
* [Weights and Biases](/platform/benchmark/integration/wandb) - ML experiment tracking

## Narev is the missing experimentation layer

A common LLM stack has three layers:

<div className="relative -mx-[.8rem] my-6 sm:mx-0">
  <div className="overflow-x-auto">
    <table className="w-full">
      <thead>
        <tr className="m-0 p-0">
          <th className="min-w-[80px] border px-2 py-2 text-left text-xs font-bold sm:min-w-[120px] sm:px-4 sm:text-base">
            Layer
          </th>

          <th className="min-w-[80px] border px-2 py-2 text-left text-xs font-bold sm:min-w-[120px] sm:px-4 sm:text-base">
            Tools
          </th>

          <th className="min-w-[80px] border px-2 py-2 text-left text-xs font-bold sm:min-w-[120px] sm:px-4 sm:text-base">
            Purpose
          </th>
        </tr>
      </thead>

      <tbody>
        <tr className="m-0 border-t p-0 even:bg-muted">
          <td className="min-w-[80px] border px-2 py-2 text-left text-xs sm:min-w-[120px] sm:px-4 sm:text-base">
            <strong>Provider</strong>
          </td>

          <td className="min-w-[80px] border px-2 py-2 text-left text-xs sm:min-w-[120px] sm:px-4 sm:text-base">
            OpenAI, Claude, Groq
          </td>

          <td className="min-w-[80px] border px-2 py-2 text-left text-xs sm:min-w-[120px] sm:px-4 sm:text-base">
            Generates responses
          </td>

          <td rowSpan="4" className="min-w-[80px] border px-2 py-2 text-left text-xs sm:min-w-[120px] sm:px-4 sm:text-base">
            <strong>Narev</strong>

            <br />

            Helps find optimal configuration
          </td>
        </tr>

        <tr className="m-0 border-t p-0 even:bg-muted">
          <td className="min-w-[80px] border px-2 py-2 text-left text-xs sm:min-w-[120px] sm:px-4 sm:text-base">
            <strong>Gateway</strong>
          </td>

          <td className="min-w-[80px] border px-2 py-2 text-left text-xs sm:min-w-[120px] sm:px-4 sm:text-base">
            OpenRouter, LiteLLM, Portkey
          </td>

          <td className="min-w-[80px] border px-2 py-2 text-left text-xs sm:min-w-[120px] sm:px-4 sm:text-base">
            Provides common interface
          </td>
        </tr>

        <tr className="m-0 border-t p-0 even:bg-muted">
          <td rowSpan="2" className="min-w-[80px] border px-2 py-2 text-left text-xs sm:min-w-[120px] sm:px-4 sm:text-base">
            <strong>Observability</strong>
          </td>

          <td className="min-w-[80px] border px-2 py-2 text-left text-xs sm:min-w-[120px] sm:px-4 sm:text-base">
            <strong>LLM</strong>: Helicone, Langfuse, W\&B
          </td>

          <td className="min-w-[80px] border px-2 py-2 text-left text-xs sm:min-w-[120px] sm:px-4 sm:text-base">
            Shows LLM history
          </td>
        </tr>

        <tr className="m-0 border-t p-0 even:bg-muted">
          <td className="min-w-[80px] border px-2 py-2 text-left text-xs sm:min-w-[120px] sm:px-4 sm:text-base">
            <strong>FinOps</strong>: Vantage, CloudZero, Finout
          </td>

          <td className="min-w-[80px] border px-2 py-2 text-left text-xs sm:min-w-[120px] sm:px-4 sm:text-base">
            Tracks costs and spend
          </td>
        </tr>
      </tbody>
    </table>
  </div>
</div>

## How Narev complements existing tools?

| Category                                                                   | How Narev works together                               | What Narev adds                                                  |
| -------------------------------------------------------------------------- | ------------------------------------------------------ | ---------------------------------------------------------------- |
| **Provider**<br /><small>(OpenAI, Anthropic, Groq)</small>                 | Tests providers side-by-side on your prompts           | Identifies which provider delivers the best cost/quality/latency |
| **Gateway**<br /><small>(OpenRouter, LiteLLM, Portkey)</small>             | Tests routing strategies and fallback configurations   | Determines optimal routing logic and failover paths              |
| **Observability: LLM**<br /><small>(Helicone, Langfuse, W\&B)</small>      | Imports production traces and runs what-if experiments | Tests configurations before and during production                |
| **Observability: FinOps**<br /><small>(Vantage, CloudZero, Finout)</small> | Connects cost data to quality-aware optimization tests | Turns spend tracking into actionable cost reduction              |
