valite
Docs navigation

Docs/Get Started/Introduction

Introduction

Prove cheaper models on your real traffic before a single production request moves.

What is valite?

valite is a drop-in gateway for your LLM traffic. You point your existing OpenAI or Anthropic SDK at valite's base URL and keep shipping — no request or response is modified, and your provider API key passes through untouched. From that moment, every call is logged: model, tokens, latency, cost, full request and response bodies.

On top of that call log, valite runs an offline evidence pipeline. It fingerprints your calls into callsites (the distinct prompts your code makes), replays captured traffic against cheaper candidate models, scores the results against a statistical quality bar frozen from your own baseline, and produces a per-workflow routing plan with the evidence attached. You apply the plan when you choose — behind shadow mode, canary percentages, a kill switch, and an automatic rollback tripwire.

What valite is not

valite is not a load balancer and it never experiments on live traffic. Model changes only happen after offline replay has proven a candidate at iso-quality, and only for the exact callsites where it passed. Everything else is never touched.

How it works

Explore the docs