All systems operational

One API.
Every AI.

Connect once, get access to a smart router that judges your request and sends it to the best AI โ€” automatically, at the lowest possible cost.

OpenAI Compatible Works with Cursor Works with Hermes Claude Code ready Streaming support Spend limits
Start with the API
Why Diva Router?
One key. Smart routing. Lowest cost. No lock-in.
๐Ÿง 

Smart Judge

Every request is classified โ€” simple chat goes cheap, hard reasoning goes strong. You never overpay.

๐Ÿ”€

Auto Failover

If one provider is down, requests instantly route to the next available model. Zero downtime.

๐Ÿ”‘

Your Own Keys

Each customer gets a virtual key with a spend budget. Provider keys stay private to you.

๐Ÿ’ธ

Cheapest Lane

Free tier for simple tasks, ultra-fast lane for chat, premium long-context models. Auto-selected.

๐Ÿ“ก

OpenAI Protocol

Drop-in replacement for any app using the OpenAI SDK. Change one URL, keep your code.

๐Ÿ“Š

Usage Dashboard

See every request, token count, and cost per customer. Set hard budgets to stop runaway bills.

Model Lanes
Pick a lane, or use diva-auto and let the smart router choose the cheapest healthy provider.
diva-auto RECOMMENDED
Adaptive routing by price, latency, live load, failures, and available quota
auto ยท cheapest
diva-chat
General chat & Q&A โ€” fast, low-cost lane
low cost
diva-long
Long documents, 1M context
1M context
diva-reason
Math, logic, coding โ€” strongest reasoning
strong
diva-vision
Image understanding โ€” attach an image and ask
multimodal
diva-voice TTS
Text-to-speech โ€” natural AI voice for your apps
audio out
diva-transcribe STT
Speech-to-text โ€” voice messages, meetings, audio files
audio in
diva-free
Free lane โ€” unlimited simple requests ($0)
$0 cost
Choose Your Plan
Subscription, token packs, or pay-as-you-go โ€” pick what fits. No hidden costs.

๐Ÿ“… Subscription โ€” daily token quota

PlanPriceDaily token quotaAccess
Free$0100K tokens/daydiva-free lane
Starter$9/mo1M tokens/day+ diva-chat
Pro$29/mo5M tokens/day+ diva-long (capped)
Business$99/mo25M tokens/day+ flagship lanes
Enterprise$299/mo100M tokens/dayall lanes, custom

๐ŸŽŸ๏ธ Token Packs โ€” buy tokens, use anytime

PackPriceTokens
Micro$21M tokens
Small$1510M tokens
Medium$6050M tokens
Large$250250M tokens

โšก Pay-As-You-Go โ€” only pay for what you use

# No subscription. No expiry. Top up and go.
Base URL = https://ai.litellam.tech/v1
Model = diva-auto
# You are billed per token used, at pack rates.
Quickstart
Works with any OpenAI-compatible client. Change one URL, keep everything else.
1

Get your API key โ€” contact us for a key + your spend budget.

2

Point your app at the router:

BASE_URL = https://ai.litellam.tech/v1
API_KEY = sk-customer-xxxx
MODEL = diva-auto

cURL

curl https://ai.litellam.tech/v1/chat/completions \
  -H "Authorization: Bearer sk-customer-xxxx" \
  -H "Content-Type: application/json" \
  -d '{"model":"diva-auto","messages":[{"role":"user","content":"Hello!"}]}'

Python (OpenAI SDK)

from openai import OpenAI
client = OpenAI(base_url="https://ai.litellam.tech/v1", api_key="sk-customer-xxxx")
r = client.chat.completions.create(
  model="diva-auto",
  messages=[{"role": "user", "content": "Explain quantum computing"}]
)
print(r.choices[0].message.content)

Cursor IDE

Settings โ†’ Models โ†’ OpenAI API Key:
Base URL: https://ai.litellam.tech/v1
API Key: sk-customer-xxxx
Model: diva-auto
Usage & Limits
Fair use, transparent metering.

โฑ๏ธ Rate limits

Default: 5 req/s per key, 100k tokens/min. Raise on request.

๐Ÿ’ฐ Budgets

Hard spend cap per key. Requests stop automatically at the limit.

๐Ÿ“ˆ Analytics

Per-key dashboard: requests, tokens, cost, latency. Exportable.

๐Ÿ”’ Privacy

Your prompts are not used for training. Provider keys never exposed.

Ready to route?

Get your key in minutes.

Request API Key