Roboflow

YOLO26 vs YOLOE

Compare YOLO26 and YOLOE side-by-side.

Compare YOLO26 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

YOLO26 vs YOLOE Comparison Table

Evals updated July 24, 2026Pricing updated July 27, 2026

PropertyYOLO26YOLOE
OrganizationUltralyticsTHU-MIG
Categoryopenopen
Modalityvisionvision
Release DateOct 2025Mar 2025
Context Window
Parameters2.4M-55.7M10M-50M
LicenseAGPL 3.0AGPL 3.0
Model Sizes input resolution per size variant
Nano640×640
Small640×640
Medium640×640
Large640×640
XL640×640
Extra Large640×640
Vision Tasks
Instance SegmentationDemo (COCO)
Object DetectionDemo (COCO)
Open Vocabulary Object Detection
Model Features
Real-Time Vision
Zero-shot Detection

YOLO26 vs YOLOE: Overview

YOLO26

YOLO26 is a real-time object detection model developed by Ultralytics, released in October 2025. It introduces a native end-to-end, NMS-free architecture that eliminates the Non-Maximum Suppression post-processing step, reducing CPU latency by up to 43% for the Nano variant compared to NMS-dependent versions. The model incorporates the MuSGD optimizer and ProgLoss with STAL for improved training stability and small-object detection, and removes Distribution Focal Loss to ensure maximum compatibility with ONNX and TensorRT export targets.

YOLO26 supports object detection, instance segmentation, pose estimation, and oriented bounding box detection within a unified framework, with model sizes available from Nano to Extra Large. Its NMS-free design makes it particularly well suited for deployment scenarios where post-processing overhead is a bottleneck, such as embedded systems and real-time edge inference pipelines.

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.