Compare the best 7 open vocabulary object detection models and try 3 of them on your own image, free in the Roboflow Playground. 7 are open-weight, so you can self-host them for free under their licenses.
7 models · 7 open-weight · 3 free to try · prices synced Jul 29, 2026
We haven't benchmarked open vocabulary object detection yet; scores and rankings appear on this site only where we've measured them. Until then, compare the models below, and for fixed categories in production expect a model fine-tuned on your own data to win.
7 models with downloadable weights you can self-host under their licenses (Custom, MIT, and AGPL 3.0). 3 run live in the Playground through hosted APIs, so self-hosting is optional.
SAM 3Meta | — | Custom | Nov 2025 | |
Florence-2Microsoft | 230M | MIT | Jun 2025 | |
YOLOETHU-MIG | 10M-50M | AGPL 3.0 | Mar 2025 | |
YOLO WorldTencent AI Lab | 13M | GPL v3 | Feb 2024 | |
Grounded SAMIDEA Research | — | Apache 2.0 | Jan 2024 | |
Grounding DINOIDEA Research | 172M-341M | Apache 2.0 | Mar 2023 | |
OWL-ViTGoogle | — | Apache 2.0 | May 2022 |
Open-vocabulary detectors find objects described in free text without retraining. The choice inside the family is accuracy versus speed, and the choice around it is when to graduate to a trained detector.
Grounding DINO-class models give the strongest text-conditioned detection for offline analysis and label generation; YOLO-World-class models trade some of that accuracy to run prompt-driven detection at practical video speeds. Both accept phrases like "forklift carrying a pallet"; both trail a fine-tuned closed-set detector on any fixed class list.
The most productive use is bootstrapping: prompt an open-vocabulary model to pre-label your images, correct its mistakes, and train a compact specialized detector on the result. You keep the flexibility during exploration and get closed-set accuracy and speed in production.
The bottom line: Prototype and label with open-vocabulary detection, choose the accuracy or the real-time variant to fit the job, and train a specialized detector once the classes stop changing.
Open-vocabulary object detection is the task of detecting objects described by free text at inference time instead of a fixed training taxonomy. Models like the OWL-ViT and Grounding DINO families align region features with text embeddings from a CLIP-style encoder, so "forklift carrying a pallet" becomes a detectable class on the spot, no retraining required. Accuracy on novel classes trails a detector fine-tuned for a fixed list, which is the usual trade for flexibility. It is used for rare or fast-changing categories, natural-language visual search, robotics instructions, and bootstrapping labels for training conventional detectors. This page lists 7 open vocabulary object detection models, including 7 open-weight options you can self-host; 3 of them run live in the Playground so you can test them on your own images.
It depends on your task and constraints. For fixed categories in production, a model fine-tuned on your own data typically beats any general-purpose model. Compare the open vocabulary object detection models on this page and try them on your own image to see which fits.
Yes. 7 of the 7 open vocabulary object detection models here are open-weight (for example SAM 3, Florence-2, and YOLOE), free to self-host under their licenses (Custom, MIT, and AGPL 3.0).
Yes. You can run 3 of them in the Roboflow Playground for free. Upload an image and compare the models' output side by side, no setup required.
This page lists all 7 open vocabulary object detection models in the Roboflow Playground catalog, all of them open-weight and free to self-host; 3 of them run live in the Roboflow Playground on your own images. Compare licenses, parameters, and release dates side by side, or open any model page for full details.