YOLO World vs YOLOE
Compare YOLO World and YOLOE side-by-side.
Compare YOLO World 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
YOLO World vs YOLOE Comparison Table
Evals updated July 10, 2026Pricing updated July 21, 2026
| Property | YOLO World | YOLOE |
|---|---|---|
| Organization | Tencent AI Lab | THU-MIG |
| Category | open | open |
| Modality | multimodal | vision |
| Release Date | Feb 2024 | Mar 2025 |
| Context Window | 13.0M | — |
| Parameters | 10M-50M | |
| License | GPL v3 | AGPL 3.0 |
| Vision Tasks | ||
| Object Detection | Demo | |
| Instance Segmentation | ||
| Open Vocabulary Object Detection | ||
| Phrase Grounding | ||
| Model Features | ||
| Real-Time Vision | ||
| Zero-shot Detection | ||
| Multimodal Vision | ||
YOLO World vs YOLOE: Overview
YOLO-World v2 Small (YOLO-World-S-v2) is the smallest variant of Tencent AI Lab’s YOLO-World v2 family, released around February 2024 under GPL-v3. With ~13 million parameters, it adopts a prompt-then-detect paradigm using offline vocabularies and is pretrained on large-scale datasets such as Objects365 and GoldG. The model processes image inputs at 640×640 or 1280×1280 resolutions and supports zero-shot open-vocabulary object detection, enabling recognition of novel categories from text prompts without retraining.
Evaluations show competitive results across benchmarks like LVIS and COCO, while maintaining real-time efficiency. On an NVIDIA V100, the small variant reaches ~74 FPS at standard resolutions. Together with larger YOLO-World v2 models, it provides a scalable framework for efficient, open-vocabulary detection across diverse deployment settings.
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.