Roboflow

SAM 3 vs YOLOE

Compare SAM 3 and YOLOE side-by-side.

Compare SAM 3 vs YOLOE 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

Meta

SAM 3 vs YOLOE Comparison Table

Evals updated August 6, 2026Pricing updated August 7, 2026

PropertySAM 3YOLOE
OrganizationMetaTHU-MIG
Categoryopenopen
Modalitymultimodalvision
Release DateNov 2025Mar 2025
Context Window
Parameters10M-50M
LicenseCustomAGPL 3.0
Vision Tasks
Instance Segmentation
Object DetectionDemo
Open Vocabulary Object Detection
Promptable Concept SegmentationDemo
Video Object Tracking
Zero Shot Segmentation
Model Features
Zero-shot Detection
Foundation Vision
Multimodal Vision
Real-Time Vision

SAM 3 vs YOLOE: Overview

SAM 3

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.

YOLOE

YOLOE (YOLO with Everything) is an open-vocabulary object detection and segmentation model developed by THU-MIG at Tsinghua University, released in March 2025 under the AGPL-3.0 license. It extends the YOLO architecture to support open-vocabulary detection through text and visual prompts, enabling the model to detect arbitrary object categories beyond a fixed training set without retraining. The design integrates prompt encoding directly into the YOLO framework while preserving real-time inference speed.

YOLOE is evaluated on COCO and LVIS benchmarks and supports both closed-set and open-vocabulary detection modes. It is built on the Ultralytics codebase and maintains compatibility with standard YOLO training and export workflows. YOLOE is suited for applications requiring flexible, prompt-driven object detection where the target object vocabulary may change at inference time.