RUNLOCALAIv38
->Will it run?Best GPUCompareTroubleshootStartLearnPulseModelsHardwareToolsBench
Run check
RUNLOCALAI

Independently operated catalog for local-AI hardware and software. Hand-written verdicts. Source-cited claims. Reproducible commands when we have them.

OP·Fredoline Eruo
DIR
  • Models
  • Hardware
  • Tools
  • Benchmarks
TOOLS
  • Will it run?
  • Compare hardware
  • Cost vs cloud
  • Choose my GPU
  • Prompting kits
  • Quick answers
REF
  • All buyer guides
  • Learn local AI
  • Methodology
  • Glossary
  • Errors KB
  • Trust
EDITOR
  • About
  • Author
  • How we make money
  • Editorial policy
  • Contact
LEGAL
  • Privacy
  • Terms
  • Sitemap
MAIL · MONTHLY DIGEST
Get monthly local AI changes
Monthly recap. No spam.
DISCLOSURE

Some links on this site are affiliate links (Amazon Associates and other first-class retailers). When you buy through them, we earn a small commission at no extra cost to you. Affiliate links do not influence our verdicts — there are cards we rate highly that we don't have affiliate relationships with, and cards that sell well that we refuse to recommend. Read more →

© 2026 runlocalai.coIndependently operated
RUNLOCALAI · v38
Glossary / Large language models / Large Language Model (LLM)
Large language models

Large Language Model (LLM)

A Large Language Model is a neural network with billions of parameters trained on massive text corpora to predict the next token. The "large" generally means at least 1B parameters; modern LLMs range from 1B (edge models) to 1.8T (proprietary frontier models).

Modern LLMs are decoder-only transformers, autoregressive (generating one token at a time), and trained in two stages: pre-training (trillions of tokens, unsupervised next-token prediction) and post-training (RLHF, DPO, or similar — teaching the model to follow instructions and avoid harmful outputs).

For local AI: open-weight LLMs you can run yourself include Llama, Qwen, Mistral, Phi, Gemma, and DeepSeek families. The 7B-32B range fits on consumer hardware; 70B-class needs 24GB+ VRAM or unified-memory Apple Silicon; 100B+ MoE models need workstation-tier setups. See the directory for what runs where.

Related terms

Foundation ModelPre-trainingTransformer
Buyer guides
  • Best GPU for local AI →
  • Best laptop for local AI →
  • Best Mac for local AI →
When it doesn't work
  • CUDA out of memory →
  • Ollama running slowly →
  • ROCm not detected →