Local vs cloud LLM — laptops, clusters, and APIs
Local vs cloud is not a quality debate first — it is privacy, latency to the GPU, and who is awake at 3am when the runner dies. Cloud APIs win on convenience. Local wins when data cannot leave or when you already own idle GPUs.
Use this site to see which open-weight rows the market treats as high quality and cheap to host-as-API. That is a prior for which weights to download. Then size VRAM yourself; we do not benchmark your MacBook.
Open-weight models by price
Live OpenRouter pricing and Arena quality, cached about an hour. Not a static blog table.
| Model | Provider | Blend $ / 1M | Quality | Context |
|---|---|---|---|---|
| LFM2.5-2.6B | Liquid | 0.00 | — | 65,536 |
| North Mini Code | Cohere | 0.00 | — | 256,000 |
| Nemotron 3 Nano Omni | NVIDIA | 0.00 | — | 256,000 |
| Mistral Nemo | Mistral | 0.02 | — | 131,072 |
| Ling 3.0 Flash | inclusionAI | 0.04 | — | 262,144 |
Laptop demos vs production local
Ollama on a laptop is a prototype. Production local is batching, autoscaling, quantization choices, and a queue. Budget the people, not just the GPU.
Break-even math
Take a cloud flash model’s 100M-token monthly cost from the detail page. Compare to GPU rental for the open model that passes your eval. If cloud is $200 and a GPU is $2,000, stay on the API. If cloud is $20,000, talk to infra.
Hybrid
PII-heavy prompts local; generic prompts cloud. That requires a classifier and two serving paths. It is still cheaper than forcing everything through a flagship cloud model “to keep it simple” at huge volume.
Quality
Local 7B–32B models can beat cloud flagships on a narrow fine-tune and lose on general chat. Eval on the real mix.
What this site is for
Even if you never call OpenRouter, the catalog’s hosted prices reveal what quality costs today. If a hosted Llama row is $0.20/M, your local cluster needs a reason beyond money — usually privacy or customization.
FAQ
Is local always more private?
- If you actually control the box, yes. A random “local” SaaS wrapper is still someone else’s cloud.
Can I match GPT-4 quality locally?
- On some tasks with large weights and fine-tunes, you can get close. On others, no. Measure.
What’s the easiest start?
- A cheap cloud API. Move local when policy or invoices demand it.
Do you rank local speed?
- No. Arena numbers are hosted replays. Local tok/s is your hardware.
Related guides
Also try: LLM leaderboard, compare tool, live arena.