valite

# the entire integration:$ export OPENAI_BASE_URL=https://gateway.valite.ai/openai/v1

Your inference bill is provably too high.

valite is a drop-in gateway that fingerprints every LLM call into callsites, replays your real traffic offline to prove cheaper models at iso-quality, then promotes the winners live behind shadow, canary, and automatic rollback.

no code changes · one base_url · remove it any time

demo one of your callsites, routed with proof

summarize_threadon claude-sonnet-5gpt-5-mini✓ $0.012/callclaude-haiku-4-5✓ $0.010/callgemini-2.5-flash✗ lost qualityllama-3.3-70b✓ $0.006/callmistral-small-3✗ lost quality85%same quality

each callsite is replayed on many models offline — the cheapest one that holds quality takes over

self-hosted — open models valite hosts for you · illustrative

Built by researchers and engineers from

  • OpenAI
  • Harvard

integration

One line. That's the whole integration.

Point your OpenAI or Anthropic SDK at valite. Requests pass through unchanged, responses stream straight back, and every call gets fingerprinted into a callsite. Your API keys are never stored. Delete the line and we're gone.

git diff — app/llm.py
client = OpenAI(
- base_url="https://api.openai.com/v1",
+
)

# that's the integration. all of it.

pillar 01 · offline

Find cheaper models. Prove it before it ever touches prod.

The optimization harness replays your recorded production traffic against cheaper candidate models — offline, completely off the hot path. Every callsite gets an objective quality score against your current baseline, so you see exactly which callsites are over-provisioned, with evidence, while production runs untouched. No performance regression, by construction: a candidate that loses quality never leaves the harness.

valite · offline replay — run #21712,406 requests
callsiterunning oncandidateΔ costΔ qualityverdict
triage.classifygpt-5gpt-5-mini−87%+0.2%PROVEN
extract.entitiesgpt-5gpt-5-mini−83%−0.1%PROVEN
summarize_threadclaude-sonnet-5claude-haiku-4-5−76%−0.3%PROVEN
agent.plangpt-5gpt-5-mini−85%−6.4%REJECTED

replayed on 12,406 real production requests · numbers illustrative

pillar 02 · live

Then ship it like you don't trust us.

Proven candidates go live gradually: shadow traffic first, then a canary slice, then full promotion. An error-rate tripwire watches every routed call and pulls routing the moment failures spike above baseline — plus a kill switch that stops all routing instantly, no restart. You find out from the changelog, not the incident channel.

valite · rollout — summarize_thread → claude-haiku-4-5attempt 1/2
end-to-end quality vs. baselinethreshold 0.62
live traffic on candidate0%
shadowcanary 5%canary 25%promoted 100%
waiting for proven candidate…

— illustrative

Frequently asked questions

Everything you need to know about valite.

waitlist

We'll find your over-provisioned callsites.

Early access rolls out in order. Join the waitlist and we'll run the harness on your traffic first — you keep the report either way.