Private LLM hosting
Run open-weight models behind your own API, on hardware nobody else shares.
Private LLM hosting means running an open-weight model — Llama, Qwen, Mistral, Hermes — on a dedicated instance that exposes an OpenAI-compatible API only to you. Nothing is metered and no prompt leaves the box. On CPU plans, expect roughly 5-15 tokens per second from a quantized 7-8B model: comfortable for chat, retrieval and automation, not for realtime products.
There are two honest reasons to run your own model. The first is data: some prompts should not leave your infrastructure, and the cleanest way to guarantee that is for there to be no outbound call at all. The second is cost shape — a flat monthly instance instead of a meter that rewards you for using it less.
What you should not expect is frontier-model quality or frontier-model speed. A quantized 8B model is a capable assistant for summarising, extracting, classifying and drafting; it is not Claude or GPT, and on CPU it answers at reading speed rather than instantly. The teams who are happiest with this stack use a local model for volume work and a commercial API for the hard questions — which is exactly what an LiteLLM gateway is for.
What the plans actually run
| Plan | Model size | Realistic throughput |
|---|---|---|
| 8 GB / 4 vCPU | 7-8B quantized (Q4) | ~5-15 tokens/sec |
| 12 GB / 6 vCPU | 13B quantized (Q4) | Slower; batch and background work |
| GPU | 70B and realtime | Not offered — a specialist GPU cloud is the right buy |
Throughput depends on the model, the quantization and the context length. These are the numbers we expect to hold, not best-case figures.
Runtimes we host
Ollama
Your private LLM server — pull a model, get an API, keep every token on your own box.
from $16.99/moDetails →Hermes
Nous Research’s Hermes models, served privately behind your own API.
from $16.99/moDetails →LocalAI
A drop-in OpenAI replacement for text, images, audio and embeddings.
from $16.99/moDetails →KoboldCpp
A single-binary GGUF server with its own UI and a KoboldAI API.
from $13.99/moDetails →llama.cpp
The reference GGUF inference server, with nothing between it and the CPU.
from $13.99/moDetails →Text Generation WebUI
Oobabooga’s all-in-one interface for running and testing local models.
from $16.99/moDetails →vLLM
High-throughput model serving — GPU territory, listed for completeness.
on requestDetails →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.
Straight answers
Can I run a large language model without a GPU?
Which model should I start with?
How much RAM does a model need?
Is anything sent to a third party?
Do you offer GPU plans?
Is this a shared account or my own instance?
Do I have to know Docker?
What is included in the monthly price?
Can I move to a bigger plan later?
Run a model nobody else can read
Pick a runtime and a size. Your endpoint, your models, no metering.