A DEVICETERRA PRODUCT

Answers built from real search questions.

Explore Deviceterra ↗
REAL QUESTIONS, DIRECT ANSWERS

Local AI questions answered clearly.

These are questions people used to find LocalLens. Each answer gives the decision first, explains the limit, and points to a useful next step.

Start here

Start here

What is a local AI model?+
A local AI model is downloaded and run on a computer you control instead of sending every prompt to a cloud model.

Terms such as local AI, local model, local LLM, local machine learning model, localized AI, and your local model are often used loosely. The important question is where inference happens. If the model processes the prompt on your laptop, desktop, or private server, it is local.

LocalLlama often means the community around running Llama and other open models locally. It is not one model or one engine.

Read the beginner guide
What are the pros and cons of local AI?+
Local AI gives you more privacy, offline access, cost control, and version control, but your hardware limits speed, model size, and answer quality.

Local AI is useful for private files, repeated work, unreliable internet, and systems that must keep working offline.

Cloud AI is often easier for the hardest reasoning, live web information, and large image or video jobs. A good system may use local AI for private routine work and cloud AI only when the task needs it.

What does local AI infrastructure include?+
A complete local AI system includes hardware, an inference engine, a model file, storage, security controls, and the application that uses the model.

The engine may be Ollama, llama.cpp, LM Studio, LocalAI, or Foundry Local. The model may be Qwen, Llama, Gemma, DeepSeek, or another supported family.

For business use, also plan user permissions, encrypted storage, backups, logs, updates, and a repeatable test set.

Explore inference engines
Memory and hardware

Memory and hardware

Does local AI need RAM or VRAM?+
It always needs working memory. That may be system RAM, GPU VRAM, unified memory, or a mixture of them.

Storage holds the downloaded model. RAM and VRAM hold the model, context, and temporary data while it runs.

A supported GPU can improve speed, but local AI can run on a CPU without dedicated VRAM. Leave memory for Windows, macOS, Linux, and other applications.

Understand RAM, VRAM, and model size
How big are local AI models?+
Model files range from hundreds of megabytes to hundreds of gigabytes. The exact size depends on parameter count and quantization.

A small 1B to 3B quantized model may use about 1 to 3 GB of storage. Many 7B to 8B Q4 files use about 4 to 6 GB. A 32B Q4 file is often around 20 GB.

File size is not the full memory requirement. Context, cache, engine overhead, and other applications also need memory. Check the exact artifact, not only the family name.

What AI models can run with 8 GB of GPU memory?+
Start with 7B or 8B models in a Q4 quantization. Smaller 3B and 4B models leave more room for context and are safer on a busy computer.

Examples worth testing include Qwen3 4B or 8B, Llama 3.2 3B, and other current 7B to 8B GGUF models supported by your engine.

Eight GB VRAM does not mean every 8B model will fit at every context length. Driver support, cache size, engine, and display memory use matter.

Check your full system
Can I run a local LLM without a GPU?+
Yes. A CPU can run a quantized local model, but generation will usually be slower.

On an 8 GB computer, start around 1B to 3B. On a 16 GB computer, start around 3B to 8B. These are conservative starting ranges, not speed guarantees.

Use a short context, close heavy applications, and test a real task before downloading a larger model.

Follow the no-GPU guide
What LLM can my GPU run?+
The answer depends on dedicated VRAM, GPU support in the engine, system RAM, quantization, and context length.

Do not choose from the GPU name alone. Record the exact GPU, dedicated VRAM, operating system, RAM, and engine.

LocalLens gives a conservative shortlist and shows when the information is not enough for a safe recommendation.

Use the compatibility checker
What hardware do I need to run local AI?+
For a useful starting point, choose enough RAM for the model and operating system, fast SSD storage, and a supported GPU when speed matters.

Eight GB RAM is an entry point for very small models. Sixteen GB supports a wider small-model range. Thirty-two GB gives more room for 14B and some larger quantized models.

For a purchase, start with the task first. Coding agents, long documents, multiple users, and vision can require much more memory than simple chat.

Start from your task or hardware
Ollama

Ollama

How many GB is Ollama?+
The Ollama application is much smaller than the models you download. There is no single total size because every model is stored separately.

Use the exact installer page for the current application requirement. After installation, run ollama list to see the models and their stored sizes.

A 3B model may take a few gigabytes. DeepSeek R1 32B is about 20 GB in Ollama. Keep extra storage for updates and more than one model.

Open the official Ollama download
What are the minimum hardware requirements for Ollama?+
Ollama can run on a CPU, but the model you choose determines the practical RAM, VRAM, and storage requirement.

There is no useful one-number requirement for every Ollama model. A small model may work on modest hardware while a 32B or 70B model may need tens of gigabytes of memory.

For NVIDIA acceleration, confirm that the GPU and driver are supported by the current Ollama hardware documentation. If GPU support fails, Ollama may use the CPU.

Read Ollama hardware support
How do I find the system requirements for an Ollama model?+
Open the exact model tag, note its file size and quantization, then compare it with free RAM or VRAM and the context you plan to use.

Run ollama show MODEL_NAME to inspect the model and ollama list to see local file sizes.

Do not treat the advertised maximum context as a promise that it will fit on minimum hardware. Longer context uses more memory.

Use the LocalLens model catalog
How do I download DeepSeek R1 32B with Ollama?+
Run ollama pull deepseek-r1:32b, but check memory and storage first because the current Ollama artifact is about 20 GB.

To start it after the download, run ollama run deepseek-r1:32b.

LocalLens uses 32 GB RAM as a cautious minimum planning point and prefers more headroom. That is a planning estimate, not an official speed guarantee.

Open the DeepSeek R1 32B profile
Models

Models

What does DeepSeek R1 32B need to run locally?+
The Ollama Q4_K_M artifact is about 20 GB. Plan for at least 32 GB RAM, with more memory preferred for context and other applications.

A GPU is optional. To place most or all of the model on a GPU, you need roughly model-size VRAM plus working headroom. Otherwise the engine can use system RAM and CPU, or split work between CPU and GPU.

This 32B model is a distilled Qwen-based reasoning model. It is much heavier than the current default 8B DeepSeek R1 tag.

See the official Ollama record
How do I set up Qwen Coder?+
Choose the exact Qwen Coder version that fits your computer, install an engine, pull or download the model, and test it with a small real code task.

For Ollama, a model page provides the exact command. For a GGUF file in llama.cpp or LM Studio, match the model, instruction format, and quantization.

Qwen Coder, Qween Coder, Qwen QCoder, and Qwen coder are often search variations. Always confirm the official model name before downloading.

Read the coding-model guide
What are the Qwen3 Coder system requirements?+
The main local Ollama Qwen3 Coder 30B artifact is about 19 GB. Plan for at least 32 GB RAM and prefer 48 GB or more for comfortable headroom.

Qwen3 Coder 30B is a mixture-of-experts model with about 30.5B total parameters and about 3.3B active parameters. Low active parameters reduce compute, but the full model weights still need memory.

The 480B local version is a different class. Ollama states that it requires at least 250 GB of memory or unified memory.

See the official Qwen3 Coder record
What are the system requirements for Qwen models?+
There is no single Qwen requirement because the family ranges from tiny models to models requiring hundreds of gigabytes.

In Ollama, Qwen3 0.6B is about 523 MB, 4B is about 2.5 GB, 8B is about 5.2 GB, 14B is about 9.3 GB, and 32B is about 20 GB.

Start with the exact tag and quantization. A 16 GB computer can reasonably test Qwen3 4B or 8B, while larger models need more memory and may be slow without strong acceleration.

Open the official Qwen3 library
Are Qwen 3.5 and Qwen 3.6 official local models?+
LocalLens could not confirm official Qwen 3.5 or Qwen 3.6 model records in the Qwen and Ollama sources reviewed on August 22, 2026.

These searches may refer to a mistaken version number, a community model name, or a later release that needs a fresh source check.

Do not download a file only because its name resembles Qwen. Verify the publisher, model card, license, file hash, architecture, and official announcement.

Compare verified model profiles
What is a local reasoning model?+
A local reasoning model is designed to spend more computation working through multi-step problems before giving a final answer.

DeepSeek R1 distill models and thinking-capable Qwen models are examples. They can help with math, code, planning, and structured analysis.

Reasoning output can be long and still be wrong. Use a test set with known answers before trusting the model.

Learn how to test reliability
What is an Antigravity local model?+
Antigravity is not a standard model family name in the official Ollama and Qwen catalogs reviewed by LocalLens.

The term may refer to an application, project, or community package that can connect to a local engine.

Find the exact product page and identify the actual model and engine underneath it before deciding what hardware it needs.

Engines

Engines

What is a local AI engine?+
A local AI engine is the software that loads a model file, manages memory, and generates answers on your hardware.

Examples include Ollama, llama.cpp, LM Studio, LocalAI, and Foundry Local. The engine is not the model.

Choose by hardware support, model format, ease of use, API needs, tuning controls, and the applications you want to connect.

Compare local AI engines
LocalAI vs Ollama: which should I choose?+
Choose Ollama for a simple model manager and local API. Consider LocalAI when you need a broader self-hosted, OpenAI-compatible platform with more backends and services.

Ollama is usually easier for one computer and a small number of models.

LocalAI can suit a server deployment with broader configuration needs, but it requires more operational work. Compare the exact features and backends you will use.

Read the engine guide
Foundry Local vs Ollama: which should I choose?+
Choose Foundry Local when building supported client applications around Microsoft's SDK and optimized model catalog. Choose Ollama for broad community model use and a simple local service.

Foundry Local supports Windows, Apple Silicon macOS, and Linux, selects an execution provider for the device, and provides OpenAI-compatible requests. It does not require an Azure subscription for local use.

The best choice depends on model availability, target devices, programming language, deployment control, and support needs.

Read Microsoft Foundry Local
Privacy and security

Privacy and security

Is local AI safe?+
Local AI can reduce data exposure, but it is not automatically safe.

Prompts can stay on the device while model downloads, web search, plugins, analytics, cloud storage, or remote APIs still use the internet.

Use trusted model sources, update the engine, encrypt the computer, restrict network access, scan uploaded files, and keep important human review.

Read the security guide
How do I prevent sensitive data from being sent outside a local AI system?+
Keep the full data path local, not only the model.

Use a local engine, local model, local document search, and local storage. Disable cloud models, web search, remote plugins, telemetry you do not need, and public network exposure.

Use a firewall, user permissions, encryption, retention rules, and network monitoring. Test the system without sensitive information before approving real data.

Build a private document workflow
What is secure local LLM hosting?+
Secure hosting limits who can reach the model, what data it can access, and what is stored after each request.

Do not expose an unauthenticated Ollama, llama.cpp, or other model endpoint directly to the public internet.

Place authentication and authorization in front of the service, encrypt traffic, separate user permissions, patch the host, record important actions, and back up safely.

Keep company knowledge local
Does LM Studio send my data?+
When you use downloaded local models, LM Studio says prompts, chat history, and documents stay on your device by default.

Internet access is still used for model search, downloads, and software updates. Cloud models, web search, and other cloud features can process data outside the device.

Check the current privacy policy and the features you enable before using confidential information.

Read the LM Studio privacy policy
Documents and RAG

Documents and RAG

What are the best local text embedding models?+
For a simple current starting point in Ollama, test EmbeddingGemma, Qwen3 Embedding, or all-minilm, then measure retrieval quality on your own documents.

EmbeddingGemma is a small multilingual model designed for on-device search and retrieval. Nomic Embed Text is another established option, while Nomic Embed Text v2 MoE targets multilingual retrieval.

An embedding model does not chat. It converts text into vectors for semantic search, clustering, and retrieval-augmented generation. The best choice depends on language, document length, storage, speed, and your test questions.

Build a local RAG search system
YOUR COMPUTER IS SPECIFIC

Turn a general answer into a hardware-fit recommendation.

Enter your RAM, GPU, operating system, and task. LocalLens will show a careful starting point and its limits.

Check my computer →