LLM ROUTING GATEWAY

Route every request
to the winning
provider, live.

Point your app at one OpenAI-compatible endpoint. Tesseract forwards every request to whichever provider is fastest or cheapest for that model right now, benchmarked live on your own provider keys.

Start routing
Free tier included. No credit card to start.
TESSERACTROUTER● LIVEYOUR APPAPI REQUESTFIREWORKS89ms ↓TOGETHER AI142msBASETEN165msGROQ198msCUSTOMBYOP← ROUTING TO LOWEST LATENCY →
CAPABILITIES

Built for teams running inference in production

01 / ROUTING

Live routing gateway

Point your app at one OpenAI-compatible endpoint. Tesseract forwards every request to the winning provider for that model right now, on your own keys. Define a routing objective per model, or grab the copy-ready curl and Python snippet.

02 / KEYCHAIN

Bring your own providers

Add API keys for Fireworks, Together AI, Groq, Baseten, or OpenRouter. Keys are encrypted at rest and never leave the server in full.

03 / BENCHMARKS

One prompt, every provider

Pick a model, paste a prompt, hit Run. Tesseract fires the same request to every connected provider in parallel and measures time-to-first-token, tokens per second, and total latency.

04 / SCOREBOARD

Live provider scoreboard

Every benchmark builds a history. See which provider is fastest and cheapest for each model over the last 24 hours and 7 days, with trend arrows.

05 / COST

Cost per million tokens

Tesseract computes cost per million tokens from each provider's pricing metadata. The cheapest row gets a blue badge so you know where to route.

06 / ALERTS

Latency and cost alerts

Set a threshold and Tesseract emails you the moment a provider degrades or a faster, cheaper option appears. One notification per breach, never spam.

HOW IT WORKS

From your keys to live routing.

01

Connect your provider keys

Add API keys for the inference providers you already use. Keys are encrypted at rest with AES-256-GCM and verified with a lightweight models-list call.

02

Point your app at the endpoint

Create a Tesseract gateway key and set your OpenAI-compatible client's base URL to the /api/v1 endpoint. Your existing code stays the same; there are no request bodies to rewrite.

03

Tesseract routes to the winner

Every request is forwarded to whichever connected provider is fastest or cheapest for that model right now, on your own keys. Set the routing objective per model: lowest latency, highest throughput, or lowest cost.

04

Benchmarks keep the ranking fresh

Live benchmarks and the provider scoreboard continuously re-rank every model, so routing always reflects current performance. Latency and cost alerts flag the moment the winner changes.

benchmark_results.json
{
  "model": "llama-3.1-70b",
  "prompt": "Explain gravity in one sentence.",
  "results": [
    {"provider": "Fireworks AI",
     "ttft_ms": 89,
     "tokens_per_sec": 142,
     "cost_per_m": 0.53,
     "badges": ["Fastest"]},\n    {"provider": "Together AI",
     "ttft_ms": 142,
     "cost_per_m": 0.41,
     "badges": ["Cheapest"]},\n    {"provider": "Groq",
     "ttft_ms": 198,
     "cost_per_m": 0.87},\n  ]
}
Live provider latency — llama-3.1-70b-instruct UPDATING
PROVIDERTTFT · USD / 1M TOKENS
Fireworks AI89ms 0.53/MFASTEST
Together AI142ms 0.41/MCHEAPEST
Baseten165ms 0.72/M
Groq198ms 0.87/M
PRICING

Benchmark free. Keep the scoreboard live.

Pro runs benchmarks across your providers on a schedule and emails you the moment a faster or cheaper one appears. Cancel anytime.

Free

Free

Benchmark on your own keys and build a manual scoreboard.

  • Connect up to 2 providers
  • 5 manual benchmark runs per day
  • Manual scoreboard (24h and 7d from your runs)
  • 1 routing rule with copy-ready config

Pro

RECOMMENDED
$39/month

Always-fresh scoreboard, unlimited providers, and alerts that watch for you.

  • Unlimited connected providers
  • Unlimited manual benchmark runs
  • Automated hourly, 6h, or daily benchmarks
  • Unlimited routing rules
  • Latency and cost alerts by email
  • 7-day trend history charts
QUESTIONS

Free tier included. No credit card required.

GET STARTED

Route every request to the winning provider.

Connect your provider keys, point your app at one OpenAI-compatible endpoint, and Tesseract routes every request to the fastest or cheapest provider, benchmarked live on your own keys.

Start routing
Free tier included. No credit card required.
ROUTES ACROSSFireworks AITogether AIGroqBasetenOpenRouter