YOLO26 is a real-time object detection model developed by Ultralytics, released in October 2025. It introduces a native end-to-end, NMS-free architecture that eliminates the Non-Maximum Suppression post-processing step, reducing CPU latency by up to 43% for the Nano variant compared to NMS-dependent versions. The model incorporates the MuSGD optimizer and ProgLoss with STAL for improved training stability and small-object detection, and removes Distribution Focal Loss to ensure maximum compatibility with ONNX and TensorRT export targets.
YOLO26 supports object detection, instance segmentation, pose estimation, and oriented bounding box detection within a unified framework, with model sizes available from Nano to Extra Large. Its NMS-free design makes it particularly well suited for deployment scenarios where post-processing overhead is a bottleneck, such as embedded systems and real-time edge inference pipelines.
Drag and drop an image here, or click to browse
—
Usage
Past 30 DaysNot yet ranked in arena
Other models worth comparing for similar use cases.
License terms and commercial-use guidance for YOLO26.
This model is released under the GNU Affero General Public License v3.0 (AGPL-3.0), a strong copyleft license. Like GPL-3.0, derivative works must be released under the same license, and AGPL-3.0 extends this requirement to network deployment.
Commercial use is permitted under AGPL-3.0, but if you offer this model as part of a network service (such as a public API or web app), you must make the complete source code of your modified version available to all users of that service. Many commercial users prefer to acquire a separate license from the model authors to avoid this requirement.
AGPL-3.0 closes the "SaaS loophole" in GPL-3.0: even hosting the model behind an API counts as distribution and triggers the source-disclosure requirement.
To use YOLO26 in a commercial project without the AGPL-3.0 conditions, you need a commercial license. As a paid Roboflow customer, you're automatically granted commercial-use rights for YOLO26 models trained on or uploaded to our platform. See the Roboflow Licensing guide for the deployment-method by plan matrix.
If you're a free Roboflow customer, you can use YOLO26 through our serverless hosted API at no cost. Self-hosted commercial use requires a paid plan.
License information is provided as a guide and is not legal advice.
YOLO26 is a pretrained computer vision model for object detection and instance segmentation. Unlike a general vision language model, it returns structured predictions for its task rather than free text.
YOLO26 comes in 6 sizes: Nano (640×640), Small (640×640), Medium (640×640), Large (640×640), XL (640×640), Extra Large (640×640). 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 YOLO26 in the free Roboflow Playground: upload an image and see results in seconds. A free account unlocks unlimited runs.