Your model. Your hardware.Your data stays put.

Running Llama or a similar open model on your own infrastructure means no per-token cost and no data leaving your network. It also means you own the hardware sizing, the quality tradeoff, and the operations.

THE SHORT ANSWER

Self-Hosted LLMs in plain terms.

A self-hosted LLM is an open-weight model such as Llama running on hardware you control, usually served through a local runtime. The reasons to do it are data residency, predictable cost at volume, and independence from a vendor. The tradeoffs are capability relative to frontier hosted models, and responsibility for sizing and operations.

  • 01

    No per-token cost once the hardware exists, which changes the economics at volume

  • 02

    No data leaving your network, which is often the actual requirement

  • 03

    Lower capability than frontier hosted models on hard reasoning tasks

  • 04

    Genuinely capable on classification, extraction, summarisation, and routing

THE SETUP GUIDE

How to set this up properly.

The most common mistake is choosing a self-hosted model for a task that needs a frontier model, then concluding that self-hosting does not work. Match the task to the tier.

  1. 01

    Start from the requirement, not the technology

    If the driver is data residency or cost at volume, self-hosting is the right answer. If it is curiosity, use a hosted API until a real constraint appears.

  2. 02

    Match model size to the actual task

    Classification, extraction, routing, and summarisation run well on modest models. Complex multi-step reasoning generally does not. Test on your real data before committing to hardware.

  3. 03

    Size memory around the model, not the server

    The model must fit in available memory along with its context. Quantisation reduces the requirement at some quality cost. This is the constraint that determines your hardware bill.

  4. 04

    Serve behind a stable API

    Put the model behind an OpenAI-compatible endpoint where possible. Everything downstream then treats it like any other provider and can be swapped without a rewrite.

  5. 05

    Keep a hosted fallback

    Route the hard cases to a frontier model and the volume to the local one. Hybrid is almost always better economics than either extreme.

  6. 06

    Measure quality on your own data

    Benchmarks do not predict performance on your documents and your edge cases. Build a small evaluation set from real examples and re-run it whenever you change models.

What usually goes wrong.

These are the failures worth designing against before they happen, rather than diagnosing afterwards.

  • Choosing a small local model for a task that genuinely needs a frontier model

  • Sizing hardware from the model file size and forgetting context memory

  • No evaluation set, so quality regressions go unnoticed

  • Assuming self-hosted is cheaper without counting hardware and maintenance

  • Coupling application code directly to one runtime instead of a stable API

  • Ignoring that a GPU sitting idle still costs money

OR HAVE IT DONE

You do not have to build this yourself.

We deploy and integrate self-hosted models where data residency or volume economics justify it, and say so plainly when they do not.

Talk through your setup
  • 01

    Requirement analysis and honest build-versus-buy advice

  • 02

    Model selection and quality evaluation on your data

  • 03

    Hardware sizing and provisioning

  • 04

    Runtime deployment behind a stable API

  • 05

    Hybrid routing between local and hosted models

  • 06

    Monitoring, evaluation sets, and ongoing management

Common questions.

Is a self-hosted LLM cheaper than an API?

At high, steady volume, usually yes. At low or spiky volume, usually no: idle hardware still costs money while an API bills only for use. The crossover depends on your token volume and whether the hardware is already there.

What can a locally hosted model actually do well?

Classification, extraction, routing, summarisation, and drafting are all well within reach of modest open models. Complex multi-step reasoning and long-context synthesis remain noticeably better on frontier hosted models.

What hardware do I need?

It depends on model size and quantisation, and the binding constraint is memory rather than compute. The model plus its context has to fit. Test on your real workload before buying anything.

Can I mix local and hosted models?

Yes, and it is usually the best answer. Route high-volume, well-defined work to the local model and escalate hard cases to a hosted frontier model.

RELATED

The rest of the stack.

These pieces are usually decided together. Getting one right rarely helps if the one underneath it is fragile.

  1. 01

    VPS Deployment

    VPS provisioning, hardening, Docker deployment, backups, and monitoring.

  2. 02

    AI Chat Widgets

    AI chat widget design, grounding, escalation, and lead capture for websites.

  3. 03

    Hermes Agent

    Hermes Agent setup, hosting, memory and skill review, and ongoing operation on infrastructure you own.

Want this running without doing it yourself?

Tell us what you are trying to automate and what you have already tried. You will get a straight answer on the smallest responsible next move, including when the answer is to leave it alone.

Request a systems review

    Start here

    BEFORE YOU GO

    Get useful ideas for the business you actually run.

    Short guidance on websites, lead flow, automation, and visibility. Choose your business type so the field notes fit.