Llama 3.2
By Meta
2 is an open-weight model family from Meta that introduced multimodal, image-understanding variants alongside lightweight text-only models designed to run efficiently on mobile and edge devices, extending the Llama 3 lineage beyond…
Definition
Llama 3.2 is an open-weight model family from Meta that introduced multimodal, image-understanding variants alongside lightweight text-only models designed to run efficiently on mobile and edge devices, extending the Llama 3 lineage beyond text-only processing for the first time. It introduced vision-capable variants that can process images alongside text, as well as separate lightweight text-only models optimized specifically for on-device and edge deployment where cloud connectivity or larger hardware is not available.
Overview
Llama 3.2 marked Meta's first extension of the Llama 3 family into multimodal territory, adding vision-capable model variants that can accept both images and text as input and reason about visual content such as charts, photos, and documents alongside accompanying text prompts. This brought Llama's open-weight lineup closer in capability to closed multimodal models like GPT-4's vision features. The vision-capable variants combine a separate image encoder with the existing Llama 3 language model backbone, so an image is first converted into a representation the language model can attend to alongside text tokens, letting the same model reason jointly about a picture and a written question about it in one pass. Alongside the vision-capable models, Llama 3.2 also introduced smaller, lightweight text-only models specifically optimized for on-device and edge deployment, targeting scenarios with limited memory and compute such as mobile applications, where sending every request to a cloud API is impractical or undesirable for latency or privacy reasons. The lightweight text-only models in the same release were trained with techniques aimed at preserving as much capability as possible after aggressive size reduction, since a model meant to run on a phone or similarly constrained device cannot rely on the memory and compute budget available to a data-center deployment. The multimodal variants in Llama 3.2 use a vision encoder combined with the underlying language model to process image inputs, enabling tasks like image captioning, visual question answering, and document understanding, while preserving the same general text capabilities of the Llama 3 lineage for non-visual prompts. Compared to Llama 3.1, which focused on scaling up context length and general capability, Llama 3.2 diversified the family along two different axes at once, modality and deployment footprint, meaning a developer's choice among Llama 3.x releases now depends on whether the priority is long-context reasoning, vision input, or running entirely on-device. As with other Llama releases, Llama 3.2 models are open-weight and available under Meta's community license, allowing fine-tuning and self-hosted deployment, and the smaller edge-oriented variants in particular are intended to be quantized and run directly on consumer hardware such as smartphones without a network connection. Mobile app developers have used the small text-only variants to add offline language features without a network round trip, while the vision-capable variants have been applied to tasks like describing photos for accessibility tools or extracting information from scanned receipts and forms without sending images to an external service. Llama 3.2 sits between Llama 3.1's focus on scale and long context and Llama 4's later move to a mixture-of-experts architecture, representing the point at which the Llama family diversified into both multimodal and edge-optimized branches rather than pursuing a single monolithic model line. The vision variants require noticeably more memory and compute than the text-only ones in the same release, and neither variant matches the context length of the largest Llama 3.1 models, so applications needing both very long context and image understanding in one model have to wait for or choose a different, later release.
Key Features
- First Llama 3 generation with multimodal, image-input variants
- Lightweight text-only models optimized for on-device deployment
- Vision encoder integration for image captioning and visual Q&A
- Open weights under Meta's community license
- Support for document and chart understanding tasks
- Designed with quantization-friendly small variants for mobile hardware