RF-DETR is a real-time transformer-based object detection model developed by Roboflow, with code and weights first released in March 2025 under the Apache 2.0 license. It is the first real-time model to exceed 60 AP on the Microsoft COCO benchmark, built on a DINOv2 vision transformer backbone with weight-sharing neural architecture search used to identify accuracy-latency trade-offs. The full family spans six sizes from Nano (30.5M parameters, 384×384 input) to 2XL (126.9M parameters, 880×880 input), with the accompanying research paper accepted to ICLR 2026.
RF-DETR is designed for strong domain adaptability, achieving state-of-the-art performance on RF100-VL, a benchmark measuring generalization to real-world object detection tasks across diverse domains. It is deployable through Roboflow Inference and supports fine-tuning on custom datasets, making it well suited for domain-specific applications with limited training data.
Drag and drop an image here, or click to browse
Other models worth comparing for similar use cases.
License terms and commercial-use guidance for RF-DETR.
This model is released under the Apache License 2.0, a permissive open-source license that allows commercial use, modification, distribution, and patent use.
Yes. Under the terms of the Apache 2.0 license, you can freely use this model for commercial purposes, including in proprietary products. You must retain the copyright notice and disclaimers when redistributing.
RF-DETR Nano, Small, Medium, and Large are released under the Apache 2.0 license. RF-DETR XL and 2XL are released under Roboflow's PML 1.0 license. See the Roboflow Licensing guide for commercial-use terms across variants.
License information is provided as a guide and is not legal advice.
RF-DETR is a pretrained computer vision model for object detection. Unlike a general vision language model, it returns structured predictions for its task rather than free text.
RF-DETR comes in 6 sizes: Nano (384×384), Small (512×512), Medium (576×576), Large (704×704), XL (700×700), 2XL (880×880). Smaller variants run faster on constrained hardware; larger ones trade speed for accuracy. You can switch sizes in the demo to compare them on the same image.
Yes. The demo on this page runs RF-DETR in the free Roboflow Playground: upload an image and see results in seconds. A free account unlocks unlimited runs.