ollama run qwen3:30b-a3bEjecuta el modelo correcto.
En el hardware que ya tienes.
Elige plataforma y memoria. Obtén una estimación prudente, el servidor adecuado y un comando que puedas ejecutar.
ollama run gemma3:27bollama run <model-tag>ollama run gpt-oss:20bollama run qwen3:14bollama run gemma3:12bUn mapa, no un ranking
Separamos parámetros totales, parámetros MoE activos, peso cuantizado, compatibilidad y rendimiento medido.
Del portátil silencioso al acelerador de 80 GB
Cada clase de equipo tiene su presupuesto, servidor y límite realista.
8 GB CPU laptop
Small text models with short context. Expect patient, private inference rather than speed.
Abrir guía16 GB CPU desktop
Comfortable with 3B–8B Q4 models; 12B is possible only with reduced context and patience.
Abrir guíaApple silicon · 16 GB
A polished 4B–8B local experience when the OS and apps have enough headroom.
Abrir guíaNVIDIA · 8 GB
The mainstream 4B–8B tier. Some 12B INT4 builds fit tightly with modest context.
Abrir guíaNVIDIA · 12 GB
Strong 8B–14B Q4 territory for a single user.
Abrir guíaNVIDIA · 16 GB
14B models are comfortable; 20B-class low-bit MoE models are a tight upper edge.
Abrir guíaModelos open-weight representativos
Gemma 3 1B
- Memoria estimada
- ~1.4 GB
- Contexto
- 32K
Qwen3 4B
- Memoria estimada
- ~3.6 GB
- Contexto
- 32K+
Qwen3 8B
- Memoria estimada
- ~6.8 GB
- Contexto
- 32K+
gpt-oss-20b
- Memoria estimada
- ~16 GB
- Contexto
- 128K
Qwen3 30B-A3B
- Memoria estimada
- ~22.5 GB
- Contexto
- 32K+
Elige la capa de inferencia
Ollama
One-command local chat and app integration
Abrir guíallama.cpp
GGUF models, CPU/GPU offload, embedded and unusual hardware
Abrir guíaLM Studio
Discovering, downloading and testing models without a terminal
Abrir guíaMLX LM
Native Apple silicon inference, experimentation and fine-tuning
Abrir guíavLLM
Linux GPU servers, concurrency and OpenAI-compatible production APIs
Abrir guíaTensorRT-LLM
Maximum NVIDIA throughput after engine tuning
Abrir guíaCómo estimamos
Partimos de tamaños y cuantización documentados, reservamos espacio para sistema y ejecución y tratamos la caché como extra. MoE usa parámetros totales.
Antes de descargar 40 GB
Does a 24 GB GPU run a 30B model?+
Often at Q4/INT4 with a conservative context. Qwen3 30B-A3B and Gemma 3 27B are representative fits, but cache and runtime overhead still matter.
Are active MoE parameters the memory requirement?+
No. Active parameters affect compute per token; total parameters still need to be stored in memory or offloaded.
Which runtime should a beginner choose?+
Ollama for a terminal-first setup or LM Studio for a visual desktop. llama.cpp is the portable fallback; vLLM is for higher-throughput GPU serving.
Do you benchmark speed?+
Not yet. Launch recommendations are transparent memory-fit estimates backed by primary documentation. We do not invent tokens-per-second numbers.