Public beta · OpenAI-compatible

One API key.Every model.One bill.

Omniflare is a drop-in gateway to OpenAI, Anthropic, and every major LLM provider — with prepaid budgets, hard spend caps, and one consolidated invoice for your whole team.

  • OpenAI-compatible
  • No card to start
  • Live in minutes
app.pypython
from openai import OpenAI

client = OpenAI(
    base_url="https://api.omniflare.com/v1",   # the only change
    api_key="omni_sk_live_...",                # one key, every provider
)

response = client.chat.completions.create(
    model="anthropic/claude-sonnet-5",
    messages=[{"role": "user", "content": "Ship it."}],
)
Spend cap enforced
1 key → every provider

How it works

Three hops to every model

Keep the SDK and code you already have. Omniflare slots in between your app and the providers — enforcing your budget on the way through.

  1. 01

    Your app

    Point the OpenAI SDK — or any OpenAI-compatible client — at Omniflare. Change one line: the base URL.

  2. 02

    Omniflare

    We authenticate, enforce your budget and spend caps, route the request, then meter usage — all in a few milliseconds.

  3. 03

    Any provider

    The call reaches OpenAI, Anthropic, Google and more. One response format back, one line on your bill.

Product

Everything you need to run LLMs in production

Four pillars that turn a pile of provider accounts into one gateway you can actually govern.

Universal access

One key reaches every major provider. Because Omniflare speaks the OpenAI API, adopting it is a one-line change — no rewrites, no new SDKs.

  • Drop-in OpenAI-compatible endpoint
  • Every major provider behind one key
  • Switch models by changing a string

Real budget control

Prepaid balances plus a defined overdraft, with pre-authorization on every request. Hard caps mean a runaway loop or a bad deploy can never blow past your limit.

  • Prepaid balance + controlled overdraft
  • Pre-authorization blocks overspend
  • Strict caps per key, project & team

One unified bill

Stop reconciling a dozen provider invoices. Omniflare consolidates every model and every provider into a single, itemized bill for the whole team.

  • Consolidated multi-provider billing
  • Itemized by key, model & project
  • One invoice, one payment, one vendor

Usage & analytics

See exactly where spend and tokens go — in real time. Break usage down by API key, model or team to catch anomalies before they reach the invoice.

  • Real-time spend & token metrics
  • Break down by key, model or team
  • Latency and error-rate visibility

Quickstart

Change one line. Ship.

If your code already speaks the OpenAI API, you're basically done. Point it at Omniflare and every provider is available through the same call.

  1. 01

    Grab an API key

    One key authenticates against every provider. No per-vendor setup.

  2. 02

    Swap the base URL

    Point your existing OpenAI client at api.omniflare.com — one line.

  3. 03

    Call any model

    Prefix the model with its provider, e.g. anthropic/… or openai/….

Read the full quickstart
The only change
client.pydiff
- base_url = "https://api.openai.com/v1"
+ base_url = "https://api.omniflare.com/v1"
  # everything else stays exactly the same
Or straight from the shell
terminalbash
curl https://api.omniflare.com/v1/chat/completions \
  -H "Authorization: Bearer $OMNIFLARE_API_KEY" \
  -d '{ "model": "openai/gpt-5", "messages": [{"role":"user","content":"Hello"}] }'

Pricing

Simple plans. Hard limits.

Start free and scale when you need to. Your plan is a flat platform fee — provider usage is always billed at cost from your prepaid balance.

Save 20%

Free

Evaluate the gateway and ship side projects.

$0/mo$0/mobilled annually
Start free
  • 1 API key
  • Access to all providers
  • $5 in starter credit
  • Basic usage dashboard
  • Community support

Starter

For solo builders shipping to production.

$19/mo$15/mobilled annually
Get started
  • 5 API keys
  • Prepaid + overdraft billing
  • Spend caps per key
  • 30-day analytics retention
  • Email support
Most popular

Pro

For teams that need real control.

$99/mo$79/mobilled annually
Get started
  • Unlimited API keys
  • Team members & roles
  • Pre-authorization limits
  • Per-model & per-team analytics
  • 90-day retention
  • Priority support

Scale

For high volume and compliance needs.

Custombilled annually
Contact sales
  • Volume-based pricing
  • SSO / SAML
  • Audit logs & SLA
  • Dedicated support
  • Invoicing & procurement

All plans include access to every provider. Usage is metered per token and billed at provider cost — never marked up.

Trusted by teams building with AI

Company logos shown are placeholders.

Start free

Start with a free key

One key, every model, and budgets that can't be blown. Create an account and make your first call in minutes — no credit card required.