What is a Model Weights?
Model weights are the specific learned numerical values stored at each connection in a neural network, and together they encode everything the model has learned from its training data.
A weight is a single number that scales how much influence one neuron's output has on the next layer; a large language model has billions of these numbers arranged across its layers. Training is the process of adjusting weights via gradient descent so that the model's outputs increasingly match the desired training signal; inference is simply running a fixed, unchanging set of weights forward over new input.
Weights are typically distributed as checkpoint files (safetensors, GGUF, PyTorch .bin) that can be loaded into inference software to reproduce a model's exact behavior. Whether weights are published openly (open-weights models like Llama or Mistral) or kept private behind an API (closed models like GPT or Claude) is a major dividing line in the AI ecosystem, affecting who can self-host, fine-tune, or audit a given model.
In practice with Neotask
Neotask's model routing layer is weight-agnostic by design, it can point an agent at a hosted API model or a self-hosted open-weights model behind the same interface, which lets a tenant swap in a locally-hosted model for data-residency reasons without changing any workflow logic.
Related terms
- model-parameters
- open-weights-model
- model-quantization
- neural-network
- fine-tuning
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