Skip to main content
The control plane for AI models

Run every model as one system.

Route each request. Enforce every policy. Inspect every decision. One OpenAI-compatible gateway in front of every model.

  • OpenAI compatible
  • Bring your own keys
  • No router to host
One request through Inferbase

PromptSummarize this update in one sentence: "The migratio…

Your request

Inferbase routes it

Model pool

Picked

Deepseek V4 Flash (fp4)

$0.09 in, $0.18 out per 1M tokens, as billed

Task
summarisation
Qualified
20 models
Objective
balanced
recorded 2026-09-10Try your own prompt

Serving models from

950+ models
in the catalog: curated, verified, live prices
74% saving
vs Claude Opus 4.8 in-house: 62 pts model switch + 13 routing, quality projected
3 doors
prompt, response, tool results, checked per policy
Every request
on record: decision, verdicts, tokens, cost, latency

Four capabilities, one gateway.

One OpenAI-compatible endpoint, with failover, rate limits and budgets behind it.

Catalog

Know the field.

An AI model catalog of curated creators and verified variants, with live price and latency per route.

Read the docs →

Routing

Route with intent.

LLM routing: each prompt classified in about a tenth of a second and decided through a recorded pipeline.

Read the docs →

Security

Policies on every key.

Which models may serve, which doors the guardrails check, which tools an agent may call, per key.

Read the docs →

Observability

Keep the evidence.

The decision, verdicts, tokens, cost and latency of every request, with agent runs and an audit log.

Read the docs →

How Inferbase works.

The gateway classifies the request, applies your policies, picks the model on your objective, and serves it. Each cycle below is one request.

How routing chooses, in the docs →
Why Inferbase

More than another AI gateway.

Gateways proxy and routers recommend. Inferbase decides, applies your policies, serves and keeps the record.

Optimize

Lower cost by default. Each request goes to the cheapest model that clears its quality bar.

Observe

Understand every request. The decision, its candidates and the receipt are kept by request id.

Adapt

New models, new prices and new providers land in the catalog. Your code does not change.

Scale

One endpoint from prototype to production, with failover, rate limits and budgets behind it.

Bring your own keys

Your credentials, encrypted, serving under your accounts.

Zero-retention mode

Retention off per user or organization.

Per-request receipts

Model, tokens, cache reads and cost, itemized.

Session affinity

Multi-turn work stays on one model.

Guardrails at three doors

Prompts, responses and tool results, checked per policy.

Tool governance

What an agent may declare and call, per key.

Integration

Models change. Your API doesn't.

Change one line and keep your code: set the base URL, set the model to auto. Streaming, tools and structured output pass through.

  • Works with the OpenAI, Anthropic and LangChain SDKs
  • Pin a model any time
  • Bring your own keys, or serve on ours
quickstart.pyopenai ≥ 1.0
client = OpenAI(
    base_url="https://api.inferbase.ai/v1",
    api_key=os.environ["INFERBASE_API_KEY"],
)

r = client.chat.completions.create(
    model="auto",                # the router picks
    messages=[{"role": "user", "content": prompt}],
)
print(r.id)                      # fetch the routing decision by this id
first SSE frameexample values
{
  "object": "routing",
  "task": "summarisation",
  "complexity": "simple",
  "estimated": false,
  "decisiveness": 0.81,
  "forced_single": false,
  "model": "deepseek-v4-flash",
  "routing_time_ms": 104
}
Explainability

Audit every decision.

Before the first token: what was seen, which models qualified, which won and how clearly.

  • Decisiveness says how clear-cut the pick was
  • The full record is yours by request id
  • Objective, task, complexity, verdicts and cost, per request
Fetch any decision by request id →
Start with $5 of credit and 5,000 routing decisions a month, no card required. Bring your own keys, or serve on ours.Open the playground →
The category

How Inferbase compares.

Routers recommend, aggregators resell routing, frameworks make you host it. Inferbase decides, serves and keeps the record, in one API.

InferbaseOpenRouterLiteLLMPortkeyNotDiamondRouteLLM
Picks the best model per requestFirst-partyVia NotDiamond add-onBeta tiers you map by handNo, rules you defineYesStrong vs weak only
Routes and serves in one APIYesYesProxies via your providersProxies via your providersNo, you run itNo, self-hosted
Per-request decision auditYesNoLogs and cost trackingDeep logs and tracesRecommend-sideBuild your own
Nothing to self-host or calibrateYesYesNoHosted, rules are yoursYesNo
Model breadthCurated catalog of open modelsHundreds of models100+ providers, your keys1,600+ models, your keysYour chosen poolTwo models

Put intelligence in the middle.

One gateway in front of every model, with your policies applied and every decision on record. Start with $5 of credit and 5,000 routing decisions a month, no card required.