Now SOC 2 Type II compliant

LLM Gateway: Company-wide AI,live in weeks, not quarters.

One OpenAI-compatible gateway to 250+ models from 40+ providers, with retries, failover across providers that serve the same model, spend limits and per-request costs built in. Enterprise adds SAML SSO, audit logs and guardrails, in our cloud or yours.

Boarding passEnterprise pilot

30-day production pilot

Your traffic, your security review, our engineers next to you.

  1. Week 1Traffic liveWe move your keys, routing rules and first production traffic with you.
  2. Week 2Controls onSSO, audit logs and guardrails set up and checked by your security team.
  3. Day 30You decideMissed a milestone? Walk away. No long-term contract before this point.
Start your 30-day pilot

Tell us about your stack, then pick a time with our team.

  • SOC 2 Type II
  • SAML SSO and SCIM on Enterprise
  • Self-host or managed
  • 99.9% SLA on Enterprise Cloud
Get My API KeyJust building? Sign up free, no credit card.
tokens routed
1T+
requests routed
80M+
models
250+
providers
40+

Trusted by innovative teams worldwide

Samsung
Harvard
Coloop.ai
FieldKo

Enterprise control plane

Built for the security review. Easy on the budget.

Give every team the models they need without handing out provider keys. Identity, data rules, spend and reliability live in one place, with admin changes recorded in an audit log on Enterprise.

01 / IdentityEnterprise

SSO and roles, not shared keys

Sign in with Okta, Entra ID or another SAML 2.0 provider, with SCIM provisioning. Roles per organization and project, and API keys scoped per app.

  • maya@acme.comOwner
  • sam@acme.comAdmin
  • priya@acme.comProject admin
  • leo@acme.comDeveloper
02 / GuardrailsEnterprise

Catch sensitive data before a provider sees it

Detect emails, card numbers, secrets, prompt injection and jailbreak attempts in chat requests. Block, redact or warn, per organization or project.

prompt › Refund the order for jane.doe@acme.com paid with card 4242 4242 4242 4242
2 entities redactedbefore routing
03 / SpendAll plans

Spend caps per key and member

Set a spend cap on any API key or member and requests stop once it is reached, with optional alerts before a key runs out. Team budgets on Enterprise.

support-bot72%
coding-agents94%
search-summaries38%
04 / ReliabilityAll plans

Failover in the same request

When a provider errors, times out or rate-limits you, the gateway retries up to twice on another provider for that model before it responds. Requests pinned to one provider stay there.

05 / AuditEnterprise

Audit log

API key, invite, role, budget and compliance policy changes, with who made them and when.

4m agomayaapi_key.update_limit
22m agosamteam_member.invite
1h agomayaorganization.update
3h agosamapi_key.roll

06 / Deployment

Run it where your data lives.

Same gateway and dashboard, in our cloud or yours. The core is open source under AGPLv3 and the enterprise code is source-available, so nothing is a black box.

  • 01

    Enterprise Cloud

    We run it for you with a 99.9% SLA and dedicated support.

  • 02

    Self-hosted

    Docker or Kubernetes with our Helm chart, inside your own network. Enterprise features need a license key.

  • 03

    Provider policy

    On Enterprise, route only to providers that meet your rules on headquarters country, data retention and training.

The LLM Gateway family

One terminal. Five gates.

The same routing, billing and trust layer powers every product. Pick the gate for the people you're equipping.

1/5
API keys with masked keys, creator, spend against each cap, recurring limits and IAM rules
Product & platform teams

LLM Gateway

One OpenAI-compatible API for 250+ models, with routing, caching, failover and cost analytics on every request. Guardrails on Enterprise.

1/6
Activity log with each request's model, cache status, tokens, duration, cost, source tool and finish reason
Platform & finance teams

Observability

Cost, latency, errors and cache hits on every request, with spend by model, provider and API key, and by project on Enterprise. Full prompts and responses when you turn on data retention.

1/4
Coding activity heatmap with a daily streak above the plan's spend and allowance for the month
Developers

DevPass

Flat-price plans for AI coding. One key for your coding tools, included model usage, and every request tracked by tool in one dashboard.

1/7
Claude Sonnet 5 answers a request for a make-ahead three-course dinner menu for six with one vegetarian guest
Everyone at work

Lounge

Chat with GPT, Claude and Gemini, create images, video and speech, and run group chats with several models. Fast models from $9/mo, flagship models from $19/mo.

1/6
30-day totals for requests, tokens out and billed traffic above a daily traffic chart
Inference providers

AirSide

List your models on LLM Gateway, file your prices, pass review and compete for traffic from teams across the network.

For developers

Change two lines. Keep your SDK.

Point any OpenAI SDK at LLM Gateway and switch models by changing one string. Start free, pay only when you top up.

Bring your own keys
Routing and analytics on your own provider keys
Free
Credits
Any model at provider list prices, no token markup. Non-US cards may add a 1.5% card fee.
5% on top-ups
Self-host
The open-source gateway on your servers. Enterprise features need a license.
Free core
Enterprise
SSO, audit logs, guardrails and a 99.9% SLA on Enterprise Cloud. Starts with a 30-day pilot.
Custom
app.ts
import OpenAI from "openai";

const client = new OpenAI({
  baseURL: "https://api.llmgateway.io/v1",  apiKey: process.env.LLM_GATEWAY_API_KEY,});

const res = await client.chat.completions.create({
  model: "anthropic/claude-sonnet-5",
  messages: [{ role: "user", content: "Hello" }],
});

40+ providers on the network

View all providers
  • OpenAI
  • Anthropic
  • Google Vertex
  • Google AI Studio
  • AWS Bedrock
  • Azure
  • xAI
  • Mistral
  • DeepSeek
  • Alibaba Cloud
  • Moonshot
  • Z.ai
  • MiniMax
  • ByteDance
  • Tencent Cloud
  • Baidu
  • Groq
  • Cerebras
  • Together AI
  • Fireworks
  • DeepInfra
  • NovitaAI
  • Runware
  • SCX.ai

FAQ

Common questions

Pilots, pricing, self-hosting and uptime.

Can't find an answer? Contact us

What is the 30-day production pilot?

Enterprise starts with a pilot on your own traffic. In week 1 we move your keys, routing rules and first production traffic with you. In week 2 SSO, audit logs and guardrails are set up and checked by your security team. At day 30 you decide. If we missed a milestone, you can walk away, with no long-term contract before that point.

Start your pilot

How much does it cost?

Bring your own provider keys at no platform fee. Credits are pay-as-you-go with a 5% platform fee on top-ups and no token markup; non-US cards may add a 1.5% international card fee. Optional full data retention costs $0.01 per 1M tokens in both modes. Enterprise pricing is custom, with volume discounts and a 99.9% uptime SLA on Enterprise Cloud.

See pricing

Can we self-host LLM Gateway?

Yes. Run it with Docker or Kubernetes using our Helm chart, inside your own network. The core gateway is open source under AGPLv3 and free to self-host. Enterprise features such as SSO, audit logs and guardrails need an enterprise license.

What is your uptime guarantee?

Our public status page shows live status and 90-day uptime. Enterprise Cloud contracts include a 99.9% uptime SLA. Pay-as-you-go has no SLA, and self-hosted installs depend on your infrastructure.

Status page

How is LLM Gateway different from OpenRouter?

LLM Gateway is open source: you can self-host the gateway under AGPLv3, while enterprise features need a license. Your own provider keys carry no platform fee at any volume, while OpenRouter charges 5% on bring-your-own-key usage above $25k of list-price inference a month ($200k on its enterprise plan). Stripe announced in August 2026 that it is acquiring OpenRouter.

Full comparison

Which models do you support?

250+ models from 40+ providers, and most major releases go live within 48 hours of launch.

Browse all models

Enterprise

Cleared for takeoff.

Security questionnaire, DPA, SAML SSO setup and hands-on migration of your keys and routing rules. We handle onboarding with you.

  1. Week 1

    Traffic live

  2. Week 2

    SSO, audit logs and guardrails on

  3. Day 30

    You decide. No long-term contract before then

Start your 30-day pilot