Pre-Trained Models
This page lists the built-in pre-trained models that ship with Roboflow Inference - popular open architectures trained on the COCO dataset and exposed under short aliases like rfdetr-small or yolov8n-640.
These aliases are convenience shortcuts: no API key is required to use them, and you don't have to know the underlying Roboflow project/version. Pick a model from the tables below and pass its alias as model_id.
Run a pre-trained model alias with either the HTTP client or the native package. See Run a Model for package installation.
Supported Pre-Trained Models
You can click the link associated with a model below to test the model in your browser, and use the ID with Inference to deploy the model to the edge.
RF-DETR
Model
Size
Task
Model ID
Test Model in Browser
RF-DETR (nano)
384
Object Detection
rfdetr-nano
Test in Browser
RF-DETR (small)
512
Object Detection
rfdetr-small
Test in Browser
RF-DETR (medium)
576
Object Detection
rfdetr-medium
Test in Browser
RF-DETR (large)
704
Object Detection
rfdetr-large
Test in Browser
RF-DETR (xlarge)
700
Object Detection
rfdetr-xlarge
Test in Browser
RF-DETR (2xlarge)
880
Object Detection
rfdetr-2xlarge
Test in Browser
RF-DETR Segmentation (nano)
312
Instance Segmentation
rfdetr-seg-nano
Test in Browser
RF-DETR Segmentation (small)
384
Instance Segmentation
rfdetr-seg-small
Test in Browser
RF-DETR Segmentation (medium)
432
Instance Segmentation
rfdetr-seg-medium
Test in Browser
RF-DETR Segmentation (large)
504
Instance Segmentation
rfdetr-seg-large
Test in Browser
RF-DETR Segmentation (xlarge)
624
Instance Segmentation
rfdetr-seg-xlarge
Test in Browser
RF-DETR Segmentation (2xlarge)
768
Instance Segmentation
rfdetr-seg-2xlarge
Test in Browser
YOLO26
YOLOv11
YOLOv10
YOLOv8
Model
Size
Task
Model ID
Test Model in Browser
YOLOv8n
640
Object Detection
yolov8n-640
Test in Browser
YOLOv8n
1280
Object Detection
yolov8n-1280
Test in Browser
YOLOv8s
640
Object Detection
yolov8s-640
Test in Browser
YOLOv8s
1280
Object Detection
yolov8s-1280
Test in Browser
YOLOv8m
640
Object Detection
yolov8m-640
Test in Browser
YOLOv8m
1280
Object Detection
yolov8m-1280
Test in Browser
YOLOv8l
640
Object Detection
yolov8l-640
Test in Browser
YOLOv8l
1280
Object Detection
yolov8l-1280
Test in Browser
YOLOv8x
640
Object Detection
yolov8x-640
Test in Browser
YOLOv8x
1280
Object Detection
yolov8x-1280
Test in Browser
YOLOv8n Instance Segmentation
640
Instance Segmentation
yolov8n-seg-640
Test in Browser
YOLOv8n Instance Segmentation
1280
Instance Segmentation
yolov8n-seg-1280
Test in Browser
YOLOv8s Instance Segmentation
640
Instance Segmentation
yolov8s-seg-640
Test in Browser
YOLOv8m Instance Segmentation
1280
Instance Segmentation
yolov8s-seg-1280
Test in Browser
YOLOv8m Instance Segmentation
640
Instance Segmentation
yolov8m-seg-640
Test in Browser
YOLOv8m Instance Segmentation
1280
Instance Segmentation
yolov8m-seg-1280
Test in Browser
YOLOv8l Instance Segmentation
640
Instance Segmentation
yolov8l-seg-640
Test in Browser
YOLOv8l Instance Segmentation
1280
Instance Segmentation
yolov8l-seg-1280
Test in Browser
YOLOv8x Instance Segmentation
640
Instance Segmentation
yolov8x-seg-640
Test in Browser
YOLOv8x Instance Segmentation
1280
Instance Segmentation
yolov8x-seg-1280
Test in Browser
YOLOv8x Keypoint Detection
1280
Keypoint Detection
yolov8x-pose-1280
Test in Browser
YOLOv8x Keypoint Detection
640
Keypoint Detection
yolov8x-pose-640
Test in Browser
YOLOv8l Keypoint Detection
640
Keypoint Detection
yolov8l-pose-640
Test in Browser
YOLOv8m Keypoint Detection
640
Keypoint Detection
yolov8m-pose-640
Test in Browser
YOLOv8s Keypoint Detection
640
Keypoint Detection
yolov8s-pose-640
Test in Browser
YOLOv8n Keypoint Detection
640
Keypoint Detection
yolov8n-pose-640
Test in Browser
YOLO-NAS
Model
Size
Task
Model ID
Test Model in Browser
YOLO-NAS (small)
640
Object Detection
yolo-nas-s-640
Test in Browser
YOLO-NAS (medium)
640
Object Detection
yolo-nas-m-640
Test in Browser
YOLO-NAS (large)
640
Object Detection
yolo-nas-l-640
Test in Browser