What Hardware Do You Need to Run AI on Your Own Server for a Business?
Last updated 16 September 2026 · 8 min read
Direct Answer
For a small business running a locally hosted AI model, the main constraint is GPU VRAM, not raw compute: an 8-billion-parameter model needs roughly 16–24GB of VRAM to run comfortably, a 30–70B model needs 48–80GB or more, and every one of those figures assumes a single user asking one question at a time. The number almost nobody publishes is how much VRAM concurrency and long documents add on top of that baseline — a handful of staff using the system at once, or feeding it long documents, can multiply the effective VRAM requirement well beyond what a single-user benchmark suggests.
Detailed Explanation
Search for this question and you'll find no shortage of answers — this is one of the most heavily covered topics in the AI hardware space, with entire websites built around comparing GPU options. What almost none of them mention is concurrency: every benchmark and every recommended configuration assumes one person asking one question at a time. A real business isn't a single user. The moment more than one person uses the system, or someone feeds it a long document instead of a short question, the actual VRAM and throughput requirements move well past what the popular guides describe.
The three things that actually determine what hardware you need are the model's size, how many people (or automated processes) use it at once, and how long the inputs typically are.
What Determines the Hardware You Need
Model size (parameter count) sets the floor. Model size is usually described in billions of parameters — 8B, 30B, 70B and so on. As a rough guide, a model needs roughly 2GB of VRAM per billion parameters at standard precision, or roughly half that with common quantisation techniques (see below). An 8B model might fit in 16GB of VRAM; a 70B model can need 80GB or more even quantised. This is why "which model" is really the first hardware decision, not a separate question — a business document-handling task rarely needs the largest available model, and choosing a smaller one that's genuinely sufficient for the task is often the single biggest cost lever available.
Quantisation trades precision for footprint. Quantisation reduces the numerical precision the model's weights are stored at — using 8-bit or 4-bit numbers instead of the original 16- or 32-bit precision — which shrinks memory use substantially with some cost to output quality. For many business document tasks (summarising, drafting, classifying) this trade-off is usually acceptable; for tasks requiring precise reasoning over numbers or exact legal wording, test carefully before relying on a heavily quantised model in production.
Concurrency multiplies the requirement — this is the part almost nobody publishes. A model loaded into VRAM takes up a fixed amount of space, but every active conversation on top of that consumes additional VRAM for its own working context (the "KV cache"). One person asking a short question is a very different load from five staff simultaneously working with the assistant on longer documents. A configuration benchmarked and marketed for "one user" can become noticeably slower, or run out of memory entirely, under realistic multi-person office use — and this is exactly the gap between the consumer GPU listicles (single-user framing) and enterprise sizing guides (framed around dozens of concurrent users doing lightweight queries, not a handful of staff working with long documents).
Context length adds on top of concurrency. A model asked to work with a long document — a 40-page contract, a full email thread — needs a proportionally larger context window held in memory for that conversation, on top of the baseline model size. A hardware configuration sized only around short questions can struggle noticeably once real documents are involved.
CPU, RAM and storage matter, but far less than GPU VRAM. System RAM should comfortably exceed the model's footprint to avoid bottlenecks loading and swapping data; fast NVMe storage speeds up model loading and reduces delay when switching between models; but for actual inference speed, GPU VRAM capacity and bandwidth are what dominate. A server with an excellent CPU and mediocre GPU will still perform poorly for AI workloads.
A Realistic Way to Approach Sizing
- Start from the task, not the hardware. Decide what the AI needs to actually do — draft emails, summarise documents, answer questions from a knowledge base — before picking a model size. Oversizing "to be safe" is the most common way businesses overspend on this.
- Estimate realistic concurrent use, not total staff count. The number that matters is how many people are likely to use the system at the same moment during a normal working period, not your total headcount — but be honest about peak periods (end-of-month reporting, a busy Monday morning), since that's when undersized hardware actually fails.
- Test with your own documents, not a benchmark's. A model's published benchmark scores rarely reflect performance on your specific document types and lengths — a pilot with real business documents before committing to hardware reveals problems a spec sheet won't.
- Budget for the model changing. The model that fits your hardware today may not be the best available option in a year — see the broader question of what happens to a private AI setup when a better model comes out for the planning implications of this.
- Decide who is responsible for keeping it running. Sizing the hardware correctly at purchase time doesn't answer who patches it, monitors it, and responds when it breaks — a separate, ongoing commitment worth planning for before buying anything.
- Check where it will physically sit before you buy it. Choosing the right GPU and VRAM doesn't guarantee the server has somewhere workable to live — see can you put an AI server in your office? Power, heat, noise and space for the power, cooling, noise, and space checks worth doing before the hardware arrives.
Things to Consider
- Every AUD figure you find online for "AI server hardware" should be treated with scepticism unless it states the model size and concurrency assumption behind it. Comparable-looking guides routinely disagree by a factor of ten or more, because one is quietly assuming a single hobbyist user and another an enterprise deployment — check what assumption underlies any number before using it to budget.
- This is a technical sizing question, not a buy-vs-build decision. Whether self-hosting is the right choice for your business at all — versus a managed cloud AI subscription — depends on total cost, ongoing support, and how quickly the field is moving, not just hardware specs. Treat this page as answering "if we do this, what do we need," not "should we do this."
- Privacy and data residency are often the actual reason to consider this route at all. If the driver is keeping business data from reaching an overseas AI vendor, see does it matter which country an AI tool stores your data in for the broader question this hardware decision is usually answering, and Australia's APP 8 cross-border disclosure rules for why that matters under the Privacy Act 1988.
- On-premises hardware doesn't automatically solve the same problem cloud redaction techniques address. Running a model locally keeps data from leaving the building for that specific task, but if any part of a workflow still calls out to a cloud model for something the local hardware can't handle, the same data-handling questions apply to that step — see how do you strip sensitive data out of a document before it reaches a cloud AI model for that separate technique.
- Free and low-cost cloud AI tools solve a different problem than this page. If the business hasn't yet exhausted what a standard, well-chosen cloud AI subscription can do, see can you run a small business on free AI tools before investing in dedicated hardware — self-hosting is usually a decision made for privacy, control, or cost-at-scale reasons, not because cloud tools are incapable.
Common Mistakes
- Sizing hardware around a single-user benchmark. The most common and most expensive mistake here — a configuration that comfortably runs a model for one person testing it can struggle badly once a handful of staff use it at the same time, because concurrency multiplies VRAM demand in a way single-user reviews never show.
- Choosing the largest available model "to be safe." A larger model needs dramatically more hardware for often marginal quality gains on a specific business task — matching model size to the actual task, rather than defaulting to the biggest option, is usually the better use of budget.
- Ignoring document length when estimating requirements. A setup that performs well on short questions can behave very differently once it's fed the long contracts, reports, or email threads a real business workflow actually involves.
- Comparing AUD prices across sources without checking what each one assumes. A wide, unexplained spread between two "AI server cost" figures almost always traces back to different, unstated assumptions about model size and number of users — resolve that before trusting either number.
- Treating this as a one-time purchase decision with no ongoing plan. Hardware that's correctly sized on day one still needs patching, monitoring, and a plan for what happens when the model landscape moves — budgeting for the box without budgeting for who runs it is a common gap.
Frequently Asked Questions
- Do you need a GPU to run AI locally, or can a CPU do it?
- A CPU can technically run a small, heavily quantised model, but response times are typically far slower than a business use case can tolerate — often many seconds to over a minute per response, compared to a couple of seconds on a GPU. For anything beyond occasional single-user testing, a GPU with enough VRAM to hold the model is the realistic requirement.
- How much does the hardware itself typically cost?
- This varies enormously by model size and how many people use it at once, which is exactly why single-figure answers online are unreliable — a single-user setup running a smaller model can use a single consumer or prosumer GPU, while a multi-user setup running a larger model needs enterprise-grade GPUs that cost substantially more and often need to be run in combination. Treat any AUD figure you see without a stated model size and concurrency assumption as close to meaningless.
- Does quantisation let you run a bigger model on smaller hardware?
- Yes, within limits. Quantisation reduces the precision of a model's numbers to shrink its memory footprint, letting a model that wouldn't otherwise fit run on less VRAM. The trade-off is some loss of output quality and accuracy, and how much that matters depends on the task — a document-summarisation task may tolerate more quantisation than a task requiring precise numerical or legal reasoning.
- Is this the same question as how many staff the server can support?
- No — this page covers the hardware itself. How many concurrent users a given configuration can realistically support before response times degrade is a related but separate sizing question, and it's the detail most vendor content skips entirely.
References
Related Questions
Can You Run a Small Business on Free AI Tools?
Free AI tools cover solo drafting and research well, but usage caps, weaker models, and no data-handling guarantee are where free stops being enough.
What Does n8n Actually Cost — Cloud vs Self-Hosted?
n8n's cloud plans bill by workflow executions, while self-hosting is free software but not a free workflow — you pay in hosting and maintenance time instead.
How Are AI Agents Priced, and How Do You Cap the Cost?
AI agent platforms are priced by seat, by task, by usage credits, or by outcome — and the model matters as much as the sticker price. Here's how to cap spend.
Does It Matter Which Country an AI Tool Stores Your Data In (Data Residency)?
Where an AI vendor stores your data matters most under APP 8's overseas disclosure rules, for regulated industries and government contracts, less so elsewhere.
How Do You Strip Sensitive Data Out of a Document Before It Reaches a Cloud AI Model?
Redaction or reversible tokenisation can strip sensitive fields out of a document before it ever reaches a cloud AI model — here's how the mechanism works.
Can a Small Business Realistically Self-Host AI, or Should It Buy a Managed System?
A competent internal IT person genuinely can self-host AI. The honest question isn't whether you can build it — it's who runs it on day 200.