Roboflow

Best Object Detection Models

Compare the best 85 object detection models and try 60 of them on your own image, free in the Roboflow Playground. 49 are open-weight, so you can self-host them for free under their licenses.

85 models · 49 open-weight · 60 free to try · prices synced Jul 25, 2026

Best Object Detection Models 2026

The best object detection model on our object detection benchmark right now is Gemini 3.5 Flash by Google, scoring 68.7% across 21 models tested, followed by GPT-5.6 Sol at 68.2%. Updated Jul 24, 2026. See the full ranking.

Benchmark scores

Ranked on our object detection benchmark, 21 models tested, updated Jul 24, 2026

#1GoogleGemini 3.5 FlashAPI68.7%
#2OpenAIGPT-5.6 SolAPI68.2%
#3GoogleGemini 3.1 ProAPI67.4%
#4OpenAIGPT-5.6 TerraAPI60.7%
#5QwenQwen 3.7 PlusAPI60.1%

See the full benchmark

Open-Source Object Detection Models

49 models with downloadable weights you can self-host under their licenses (Modified MIT, Apache 2.0, and Custom). 24 run live in the Playground through hosted APIs, so self-hosting is optional.

MoonshotAI
Kimi K3Moonshot AI
NEW
2.8TModified MITJul 2026
Try
35B total, 3B activeApache 2.0Apr 2026
Try
Google
25.2BApache 2.0Apr 2026
Try
Google
31BApache 2.0Apr 2026
Try
Qwen
9BApache 2.0Mar 2026
122BApache 2.0Feb 2026
Qwen
27BApache 2.0Feb 2026
Try
35BApache 2.0Feb 2026

Object Detection Models via API

36 proprietary models where the weights aren't downloadable: access is through each provider's API and billed by them. Try all of them free in the Playground.

Anthropic
Claude Opus 5Anthropic
NEW
$5.00$25.001MJul 2026
Try
GoogleNEW
$0.30$2.501.0MJul 2026
Try
GoogleNEW
$1.50$7.501MJul 2026
Try
OpenAINEW
$1.00$6.001.5MJul 2026
Try
OpenAINEW
$5.00$30.001.5MJul 2026
Try
OpenAINEW
$2.50$15.001.1MJul 2026
Try
MetaNEW
$1.25$4.251.0MJul 2026
Try
AnthropicNEW
$2.00$10.001MJun 2026
Try

How to Choose an Object Detection Model

The right object detection model depends less on which one tops a benchmark and more on three things about your problem: whether your classes are fixed or open-ended, how much labeled data you have, and where the model has to run. The models on this page fall into three families that answer those questions differently.

Architectures like RF-DETR, the YOLO line, and RT-DETR are built to do one thing well: detect a fixed set of classes fast and accurately. Fine-tuned on a few hundred to a few thousand labeled images of your own objects, a specialized detector is almost always the most accurate, cheapest, and lowest-latency option for a production task with stable classes. It runs in milliseconds on a GPU and can be deployed to the edge.

The cost is up front: you need labeled data and a training step. Choose this family when the classes are known and fixed (a fixed set of products, defects, or vehicle types), accuracy on your specific domain matters, or you are detecting thousands of images and per-call API cost or latency would add up.

Models like Grounding DINO and YOLO-World detect objects from a text prompt at inference time, with no training. Ask for "forklift" or "person wearing a hard hat" and they will try to find it. This is the right family when your categories change often, you have no labeled data yet, or you are validating an idea before investing in a dataset. The tradeoff is accuracy on fine-grained or unusual classes and higher latency than a fine-tuned detector.

General-purpose VLMs (GPT, Claude, Gemini, Qwen VL) can localize objects from a prompt and, unlike a detector, also reason about the scene, read text, and answer questions about what they find. They are the most flexible option and need no training, but they are the slowest and most expensive per image and are generally less precise at tight bounding boxes than a purpose-built detector. Reach for a VLM when detection is one step in a broader understanding task, or when you need a description alongside the boxes.

These families are not mutually exclusive. A frequent setup prototypes with a VLM or a zero-shot detector to validate the task and generate initial labels, then trains a specialized detector once the classes settle and volume grows. In a Roboflow Workflow you can also chain them: a fast detector localizes the objects, and a VLM interprets only the crops that matter, which keeps cost down while adding reasoning where it counts.

The bottom line: Fixed classes and production volume point to a fine-tuned specialized detector; changing or unknown classes point to a zero-shot detector or a VLM. Prototype with the flexible option, then move to a trained model when accuracy and cost start to matter.

Frequently Asked Questions About Object Detection Models

Object detection is the computer vision task of finding every object of interest in an image and returning a class label, a confidence score, and a bounding box for each one. Unlike classification, which produces one label for the whole image, detection answers what is present, how many, and where. Modern detectors fall into three families: single-stage models like the YOLO line that predict boxes in one pass for speed, two-stage models like Faster R-CNN that refine proposed regions for accuracy, and transformer set-prediction models like DETR and RF-DETR that learn to output a clean set of boxes without hand-tuned anchors or NMS. Vision language models can also detect zero-shot from a text prompt, trading precision for flexibility. Accuracy is measured by mean average precision (mAP) at IoU thresholds, and the task underpins counting, safety monitoring, shelf audits, and autonomous systems. This page lists 85 object detection models, including 49 open-weight options you can self-host; 60 of them run live in the Playground so you can test them on your own images.

On our object detection benchmark (21 models tested, updated Jul 24, 2026), Gemini 3.5 Flash by Google currently scores highest at 68.7%. The full ranking is on our evals page. For fixed categories in production, a model fine-tuned on your own data still often wins.

Yes. 49 of the 85 object detection models here are open-weight (for example Kimi K3, Qwen3.6 35B A3B, and Gemma 4 26B A4B), free to self-host under their licenses (Modified MIT, Apache 2.0, and Custom).

Yes. You can run 60 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 85 object detection models in the Roboflow Playground catalog: 49 open-weight models you can self-host and 36 proprietary models accessed through provider APIs; 60 of them run live in the Roboflow Playground on your own images. On our object detection benchmark (21 models tested), Gemini 3.5 Flash by Google currently scores highest. Compare licenses, parameters, API prices, and release dates side by side, or open any model page for full details.