What is a Model Quantization?
Model quantization is the technique of reducing the numerical precision of a neural network's weights and activations, for example from 16-bit or 32-bit floating point down to 8-bit or 4-bit integers, to shrink memory footprint and speed up inference.
Full-precision models store each weight as a 16- or 32-bit float, which for a large model can mean tens of gigabytes of memory just to hold the weights. Quantization maps those values onto a smaller set of discrete levels, cutting memory and often compute requirements roughly in proportion to the bit-width reduction, at some cost to output quality. Common schemes include post-training quantization (applied to an already-trained model, fast but slightly lossy) and quantization-aware training (the model learns to compensate for reduced precision during training itself, better quality but more expensive to produce).
The practical payoff is running larger models on smaller hardware: a 4-bit quantized 70B model can fit on a single consumer GPU where the full-precision version would need multiple data-center cards. This matters most for on-device and edge deployment, and for cost-sensitive inference at scale where every percentage of memory and latency reduction compounds across millions of requests.
In practice with Neotask
Neotask evaluates quantized variants of open-weight models for lower-cost, latency-sensitive workflow steps, like routing or intent classification, where a small quality tradeoff is acceptable in exchange for materially cheaper inference, reserving full-precision frontier models for steps that need maximum reasoning quality.
Related terms
- model-weights
- model-parameters
- on-device-ai
- open-weights-model
- model-evaluation
Plans
Free
$0/mo
Download without a card and start for free.
Individual
$50/mo
The full personal agent platform for one person.
Business
$100/mo
One company workspace with room to add your team.
Enterprise
$200/mo
Multiple workspaces and capacity for larger teams.
Continue