Segment Anything Model (SAM) vs SAM-CLIP
Compare Segment Anything Model (SAM) and SAM-CLIP side-by-side.
Compare Segment Anything Model (SAM) vs SAM-CLIP 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-CLIP Comparison Table
Evals updated July 10, 2026Pricing updated July 21, 2026
| Property | Segment Anything Model (SAM) | SAM-CLIP |
|---|---|---|
| Organization | Meta | Apple |
| Category | open | open |
| Modality | vision | vision |
| Release Date | Apr 2023 | Oct 2023 |
| Context Window | — | — |
| Parameters | 91M-636M | |
| License | Apache 2.0 | Custom |
| Vision Tasks | ||
| Instance Segmentation | ||
| Classification | ||
| Zero Shot Segmentation | ||
| Model Features | ||
| Foundation Vision | ||
| Zero-shot Detection | ||
Segment Anything Model (SAM) vs SAM-CLIP: 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.
SAM-CLIP is a unified vision foundation model introduced by researchers at Apple and the University of Illinois Urbana-Champaign in October 2023. It merges two popular vision foundation models — Meta's Segment Anything Model (SAM) and OpenAI's CLIP — into a single shared Vision Transformer backbone through a combination of multi-task learning, continual learning, and teacher-student distillation. The method requires only a small fraction of the original pretraining datasets and demonstrates that complementary capabilities from distinct foundation models can be consolidated without retraining from scratch, reducing the storage and compute cost of running both models in inference.
The resulting model retains SAM's zero-shot segmentation ability and CLIP's zero-shot classification and image-text retrieval, while introducing new capabilities the individual models lacked. SAM-CLIP establishes state-of-the-art results on zero-shot semantic segmentation across five benchmarks, improving mean IoU by 6.8 points on Pascal VOC and 5.9 points on COCO-Stuff over prior specialized models. The paper was accepted at the UniReps Workshop at NeurIPS 2023 and the eLVM Workshop at CVPR 2024. Apple has published the research but has not released model weights or inference code publicly.