Segment Anything Model (SAM) vs SAM 3
Compare Segment Anything Model (SAM) and SAM 3 side-by-side.
Compare Segment Anything Model (SAM) vs SAM 3 live
Run the same image across every model that supports a task and compare their outputs side-by-side.
These models don't share enough common tasks for a side-by-side demo. See the comparison table below for their capabilities.
Models in this comparison
Segment Anything Model (SAM) vs SAM 3 Comparison Table
Evals updated July 10, 2026Pricing updated July 21, 2026
| Property | Segment Anything Model (SAM) | SAM 3 |
|---|---|---|
| Organization | Meta | Meta |
| Category | open | closed |
| Modality | vision | multimodal |
| Release Date | Apr 2023 | Nov 2025 |
| Context Window | — | — |
| Parameters | 91M-636M | |
| License | Apache 2.0 | Proprietary |
| Vision Tasks | ||
| Instance Segmentation | ||
| Object Detection | Demo | |
| Promptable Concept Segmentation | Demo | |
| Video Object Tracking | ||
| Zero Shot Segmentation | ||
| Model Features | ||
| Foundation Vision | ||
| Zero-shot Detection | ||
Segment Anything Model (SAM) vs SAM 3: Overview
The Segment Anything Model is a promptable image segmentation foundation model developed by Meta AI, released in April 2023 under the Apache 2.0 license. It introduces a general-purpose segmentation architecture trained on SA-1B, a dataset of over 1 billion masks across 11 million images collected using a data engine that leveraged the model itself. SAM accepts point, bounding box, and mask prompts and generates high-quality segmentation masks for any object in an image, including objects not seen during training.
SAM achieves strong zero-shot performance across a wide range of segmentation tasks and domains. Its promptable interface makes it suitable as a building block for automated annotation, interactive segmentation tools, and integration with detection models such as Grounding DINO. SAM has been extended by subsequent works including SAM 2, SAM 3, and Grounded-SAM.
Released on November 19th, 2025, Segment Anything 3 (SAM 3) is a zero-shot image segmentation model that “detects, segments, and tracks objects in images and videos based on concept prompts.” This model was developed by Meta as the third model in the Segment Anything series.
Unlike its previous SAM models (Segment Anything and Segment Anything 2), you can provide SAM 3 with the prompt “shipping container” and it will generate precise segmentation masks for all shipping containers in an image. SAM 3 generates segmentation masks that correspond to the location of the objects found with a text prompt.