Gateways & LLM ops

Route every provider through one endpoint and see what it costs.

3 applicationssingle tenantfrom $5.99/mo
In short

An LLM gateway is a proxy presenting one OpenAI-compatible endpoint in front of every provider you use, adding virtual keys, per-key budgets, fallbacks and a spend log. LiteLLM is the standard choice; Langfuse and Opik add tracing and evaluation.

Once more than one team is calling more than one provider, three problems appear on schedule: keys spread into places nobody tracks, spend cannot be attributed to a feature, and a provider outage takes everything with it. A gateway solves all three without touching application code, because the base URL never changes while what sits behind it does.

The observability half matters just as much when agents are involved. One user request can become dozens of model calls, and without traces the only debugging tool available is a guess. Running both yourself means the prompt log — often the most sensitive record a company has — stays on your instance.

How it works

Three steps, no Docker knowledge required

Pick the app and the size

Choose memory and storage from the plan table. Every plan is a single-tenant instance with its own volume, its own configuration and its own admin account.

We deploy and harden it

TLS on your domain or ours, firewall, a version pinned to a reviewed release, nightly off-box backups and isolated secrets.

You log in and build

The admin account is yours. Add your API keys, invite your team, export your data whenever you want. Patching stays with us.

Questions

Straight answers

Does a gateway add latency?
A few milliseconds of routing overhead, against fallbacks and caching that usually more than pay for it.
Can I put local and commercial models behind one endpoint?
Yes, and it is the main reason to run one. Route by model name: cheap or sensitive work to your own Ollama plan, hard questions to a frontier model.
Is this a shared account or my own instance?
Your own. Every plan is a single-tenant instance with its own storage, its own configuration and its own admin account. Nobody else’s workload runs inside it, and nothing you store is pooled with other customers.
Do I have to know Docker?
No. We install the application, put it behind TLS on your domain or a subdomain of ours, and hand you the login. If you do want shell-level access to your data we provide SFTP; you are never required to use it.
What is included in the monthly price?
The instance, the storage, the bandwidth, nightly off-box backups, monitoring, security patching and human support. Model tokens are not included — you bring your own provider key, so there is no markup on usage.
Can I move to a bigger plan later?
Yes, resizing is an in-place upgrade and your data stays where it is. If you outgrow the catalogue entirely we will help you export everything.

Put your AI stack on your own box

Pick an app, pick a size, and have it running today. Month to month, cancel whenever.