The Applications API provides an OpenAI-compatible endpoint that enables automatic benchmarking through your production code. Make requests with different configurations, and Narev automatically tracks and compares performance.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.
Quick start
Replace your OpenAI base URL with your Narev A/B test endpoint:Selecting a model provider or gateway
Narev supports multiple AI providers/gateways through gateway prefixes:openai- OpenAI directopenrouter- OpenRouter aggregatornvidia- NVIDIA NIM modelskilo- Kilo Code modelsgithub- Github models
openai:gpt-4- OpenAI’s GPT-4openrouter:anthropic/claude-3-opus- Claude via OpenRouteranthropic:claude-3-sonnet-20240229- Direct Anthropicopenrouter:meta-llama/llama-3.1-70b-instruct- Llama via OpenRouter
- Latency - Which gateway is faster?
- Cost - Which is more economical?
- Reliability - Which has better uptime?
Default behavior: If you omit the gateway prefix (for example,
gpt-4), Narev defaults to the native provider.
We recommend always using explicit gateway prefixes for clarity.