Florence-2 vs YOLOE
Compare Florence-2 and YOLOE side-by-side.
Compare Florence-2 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
Florence-2 vs YOLOE Comparison Table
Evals updated July 10, 2026Pricing updated July 21, 2026
| Property | Florence-2 | YOLOE |
|---|---|---|
| Organization | Microsoft | THU-MIG |
| Category | open | open |
| Modality | multimodal | vision |
| Release Date | Jun 2025 | Mar 2025 |
| Context Window | — | — |
| Parameters | 230M | 10M-50M |
| License | MIT | AGPL 3.0 |
| Vision Tasks | ||
| Instance Segmentation | ||
| Object Detection | Demo | |
| Captioning | Demo | |
| OCR | Demo | |
| Open Vocabulary Object Detection | ||
| Phrase Grounding | ||
| Region Proposal | ||
| Model Features | ||
| Zero-shot Detection | ||
| Foundation Vision | ||
| Real-Time Vision | ||
Florence-2 vs YOLOE: Overview
Florence-2, introduced by Microsoft Research at CVPR 2024, is an open-source vision-language foundation model designed to unify diverse computer vision tasks within a single sequence-to-sequence framework. Unlike traditional models that specialize in specific tasks, Florence-2 accepts both images and text prompts and outputs text for tasks such as captioning, object detection, segmentation, OCR, and region-based grounding. It comes in two sizes—Florence-2-base (~230M parameters) and Florence-2-large (~770M parameters)—and is trained on FLD-5B, a large dataset of ~126M images with ~5.4B annotations.
The model demonstrates strong zero-shot and fine-tuned performance, often rivaling larger vision-language systems while remaining lightweight and efficient. Released under the MIT license, all weights are publicly available, making it accessible for fine-tuning and deployment in applications like VQA, content tagging, accessibility, and research. Florence-2’s compact design, versatility, and openness position it as a practical alternative to larger proprietary multimodal models.
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.