Small and useful
3B–14B quantized text models, transcription, embeddings, and lighter image workflows.
Local AI lab
A practical guide to model memory, DGX Spark, RTX workstations, Apple Silicon, software stacks, and the first setup worth trying.
Start with memory
A 4-bit quantized model often needs roughly 0.6–0.8 bytes per parameter after runtime overhead, plus memory for context and caches. Treat the estimates below as planning ranges, not guarantees.
3B–14B quantized text models, transcription, embeddings, and lighter image workflows.
7B–32B text models, stronger image generation, and optimized local video workflows.
70B-class quantized models, long context, larger image/video models, and heavier agents.
Very large mixture-of-experts models, multi-model pipelines, fine-tuning, and multi-user work.
A model may load successfully and still fail or slow dramatically when you raise context length. Leave headroom for the KV cache, the operating system, and any vision or audio encoders in the workflow.
Hardware paths
The best hardware is the least expensive system that fits your real model and finishes your workflow fast enough.
Small quantized text models, transcription, light image generation
Free to start; limited model size and slower media workflows
Fast 7B–32B text models, FLUX.2 variants, optimized ComfyUI video
Excellent speed; high power draw and model size stops at VRAM
Quiet large-model inference, MLX tools, big context, daily workstation use
Great capacity; many CUDA-first creative tools need workarounds
Large-model prototyping, fine-tuning up to 70B, inference up to 200B
$4,699 MSRP; ARM64 Linux and capacity-first performance profile
Heavy ComfyUI, larger LLMs, professional CUDA, rendering, and video
Fast and flexible; workstation-class cost and power
DGX Spark, honestly
DGX Spark pairs a Grace Blackwell GB10 system with 128GB of unified memory. NVIDIA rates it for inference up to 200B parameters and fine-tuning up to 70B. Its superpower is fitting models that a consumer GPU cannot—not necessarily generating every token or video frame faster.
NVIDIA Spark playbooksSoftware stack
Do not install every local AI tool on day one. Start with the smallest stack that can run a model and expose a local API.
The easiest command-line model runner and a common local API target.
Official projectA polished desktop app for discovering models, chatting, and serving an OpenAI-compatible local API.
Official projectA self-hosted browser interface that can sit in front of Ollama and other inference servers.
Official projectThe portable foundation for GGUF quantized inference across CPUs, NVIDIA, Apple Silicon, and more.
Official projectA high-throughput Linux server for production-style inference when you have supported GPUs.
Official projectA node-based system for repeatable image, video, and audio workflows.
Official projectInstall Ollama, pull one 7B–14B instruct model, add Open WebUI, and keep the service limited to your local network.
Browse compatible model files, see memory estimates before loading, compare prompts, and turn on the local API only when you need it.
Use Linux, pin a model and runtime version, expose an authenticated internal endpoint, and load-test before multiple users depend on it.
Open-weight shortlist
Model families move quickly. Prefer the provider’s official model card, then choose the smallest checkpoint that passes your own tests.
Choose a size that fits your memory; Google positions the family for strong intelligence per parameter.
Browse official releasesA broad family with small and mixture-of-experts variants; check the exact license and model card.
Browse official releasesNano through Super variants, including sparse models designed for efficient local inference.
Browse official releasesA large-model option for memory-rich systems; verify the release, format, and terms before committing.
Browse official releases