Urgent.News

the world's headlines, one feed

Editions

AI

Self-Hosted LLM on a $5 VPS in 2026: What Actually Works

"Run your own ChatGPT for five bucks a month" sounds like cheap clickbait. And mostly it is. But the gap between clickbait and reality has narrowed a lot in 2026. Quantized 3B and 7B models have become genuinely useful. VPS providers now pack 8 GB of RAM into plans under \$6. If you pick carefully, you can run a respectable local model on a budget server. This article is about what actually…

Running your own ChatGPT for just five dollars a month may seem like cheap clickbait, but it's becoming a reality in 2026. Advances in quantized 3B and 7B models, coupled with affordable VPS plans, make it possible to run a respectable local model on a budget server. This article explores what actually works, what falls short, and which hosting provider offers the best value for AI workloads.

You won't be running GPT-4-class models on a $5 VPS. While CPU inference is slow (5 to 15 tokens per second), it can still be useful for personal automation, low-traffic chatbots, or embedding generation. The best options for this use case are Contabo, Hetzner, and Netcup. US hyperscalers like DO, Vultr, and Linode should be avoided for LLM work due to their lower RAM capacity.

There are three main reasons to self-host an LLM: privacy, cost at scale, and control. For law firms, clinics, and developers building internal knowledge bases, data privacy is non-negotiable. Once you surpass two million tokens per day for small models, self-hosting becomes more cost-effective than hosted APIs. You also have the freedom to choose your model, tune it with system prompts and LoRA adapters, and bypass rate limits.

Before comparing VPS plans, it's essential to understand the hardware requirements. On CPU-only servers, RAM bandwidth is the bottleneck, determining which model you can load and how many tokens per second you can generate. The two key factors are RAM size and RAM bandwidth.

Here's roughly what each tier can do in 4-bit quantization (GGUF format, llama.cpp inference):

- RAM: 2 GB - Qwen 2.5-0.5B, Llama 3.2-1B; 4 GB - Llama 3.2-3B, Phi-3.5 Mini; 8 GB - Qwen 2.5-7B, Mistral-7B, Llama 3.1-8B; 16 GB - Mixtral 8x7B, Qwen 2.5-14B

- Realistic tokens/sec (CPU): 20-40 tok/s for 2 GB, 4-8 tok/s for 4 GB, 4-8 tok/s for 8 GB, 2-4 tok/s for 16 GB

Based on this, we can compare prices and specs of VPS plans that can run real LLMs:

1. Contabo Cloud VPS 10: \$3.60/month, 8 GB RAM, 4 vCPU, 75 GB NVMe storage, unlimited bandwidth.

2. Hetzner CX33: \$5.49/month, 8 GB RAM, 4 vCPU, 80 GB NVMe storage, 20 TB bandwidth.

3. Netcup VPS 1000 ARM G11: \$6.26/month, 8 GB RAM, 6 vCPU (ARM), 256 GB NVMe storage, unlimited bandwidth.

4. Hetzner CAX21 (ARM): \$6.49/month, 8 GB RAM, 4 vCPU (ARM), 80 GB NVMe storage, 20 TB bandwidth.

These prices make European providers like Contabo, Hetzner, and Netcup the most competitive options for running LLMs on a budget server. When selecting a provider, consider factors like CPU steal, network latency, reliability, and support.

Written by urgent.news from Dev.to's reporting — not their text. Machine-written — it may contain errors, so check the original before relying on it.

Read the original at dev.to →

More in AI