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
| Property | YOLO26 | YOLOE |
|---|---|---|
| Organization | Ultralytics | THU-MIG |
| Category | open | open |
| Modality | vision | vision |
| Release Date | Oct 2025 | Mar 2025 |
| Context Window | — | — |
| Parameters | 2.4M-55.7M | 10M-50M |
| License | AGPL 3.0 | AGPL 3.0 |
| Model Sizes input resolution per size variant | ||
| Nano | 640×640 | |
| Small | 640×640 | |
| Medium | 640×640 | |
| Large | 640×640 | |
| XL | 640×640 | |
| Extra Large | 640×640 | |
| Vision Tasks | ||
| Instance Segmentation | Demo (COCO) | |
| Object Detection | Demo (COCO) | |
| Open Vocabulary Object Detection | ||
| Model Features | ||
| Real-Time Vision | ||
| Zero-shot Detection | ||
YOLO26 vs YOLOE: Overview
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 (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.