Roboflow

Best Object Detection Models

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

87 models · 49 open-weight · 62 free to try · prices synced Aug 11, 2026

Best Object Detection Models 2026

The best object detection model on our object detection benchmark right now is Qwen3.8-Max by Qwen, scoring 77.1% across 25 models tested, followed by Gemini 3.5 Flash at 68.7%. Updated Aug 6, 2026. See the full ranking.

Benchmark scores

Ranked on our object detection benchmark, 25 models tested, updated Aug 6, 2026

#1QwenQwen3.8-MaxAPI77.1%
#2GoogleGemini 3.5 FlashAPI68.7%
#3OpenAIGPT-5.6 SolAPI68.2%
#4GoogleGemini 3.1 ProAPI67.4%
#5OpenAIGPT-5.6 TerraAPI60.7%

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
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

38 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.

MetaNEW
$1.25$4.251.0MAug 2026
Try
QwenNEW
$2.00$6.00984KAug 2026
Try
$0.030$0.131MJul 2026
Try
Anthropic
Claude Opus 5Anthropic
$5.00$25.001MJul 2026
Try
$0.30$2.501.0MJul 2026
Try
Google
$1.50$7.501MJul 2026
Try
OpenAI
$0.10$0.601.5MJul 2026
Try
OpenAI
$5.00$30.001.5MJul 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: transformer set-prediction models like RF-DETR and DETR that learn to output a clean set of boxes without hand-tuned anchors or NMS, single-stage models like the YOLO line that predict boxes in one pass for speed, and two-stage models like Faster R-CNN that refine proposed regions for accuracy. 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 87 object detection models, including 49 open-weight options you can self-host; 62 of them run live in the Playground so you can test them on your own images.

On our object detection benchmark (25 models tested, updated Aug 6, 2026), Qwen3.8-Max by Qwen currently scores highest at 77.1%. 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 87 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 62 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 87 object detection models in the Roboflow Playground catalog: 49 open-weight models you can self-host and 38 proprietary models accessed through provider APIs; 62 of them run live in the Roboflow Playground on your own images. On our object detection benchmark (25 models tested), Qwen3.8-Max by Qwen currently scores highest. Compare licenses, parameters, API prices, and release dates side by side, or open any model page for full details.