skip to content
gigarouter gigarouter
models / object detection · coming soon

YOLOv8

Ultralytics/YOLOv8

published Jan 2024 · updated Jun 2026

YOLOv8 is a state-of-the-art object detection model that is fast, accurate, and easy to use for a variety of computer vision tasks.

status
coming soon
API providers
0
downloads / mo
10.4K
license
agpl-3.0

specs

TaskObject Detection
ArchitectureYOLOv8 (CSPDarknet backbone, PANet neck)
Parameters3.2M (nano) to 68.2M (extra-large)
LicenseAGPL-3.0

about this model

YOLOv8 is a real-time object detection model from Ultralytics, released on January 10, 2023, and pretrained on the COCO dataset for 80 object classes. It balances accuracy and inference speed across a family of model sizes (Nano to X-Large), making it suitable for a range of deployment from edge devices to cloud servers.

Benchmark Performance

The following performance metrics are measured on the COCO val2017 dataset at 640-pixel input size. Speed values are averaged over COCO val images using an Amazon EC2 P4d instance.

ModelmAPSpeed CPU ONNX (ms)Speed A100 TensorRT (ms)Params (M)FLOPs (B)
YOLOv8n37.380.40.993.28.7
YOLOv8s44.9128.41.2011.228.6
YOLOv8m50.2234.71.8325.978.9
YOLOv8l52.9375.22.3943.7165.2
YOLOv8x53.9479.13.5368.2257.8
Ultralytics YOLO banner Ultralytics platform link

best for

FAQ

What is YOLOv8 best used for?

YOLOv8 excels at real-time object detection, instance segmentation, pose estimation, and classification, with a focus on speed and accuracy.

How does YOLOv8 compare to earlier YOLO versions?

YOLOv8 introduces architectural improvements like a new backbone and neck, offering higher mAP and faster inference than YOLOv5 and YOLOv6, with multiple model sizes to balance speed and accuracy.

What input format does YOLOv8 expect?

YOLOv8 accepts images (e.g., JPEG, PNG) and returns bounding boxes with class labels and confidence scores. The model is trained on 640x640 pixel images.

How can I use YOLOv8 via the gigarouter API?

Send a POST request to the gigarouter OpenAI-compatible endpoint with an API key, providing the image as base64 or URL, and receive detection results in JSON format.

What is the license for YOLOv8?

YOLOv8 is released under the AGPL-3.0 license. Commercial use requires an enterprise license from Ultralytics.

not yet live

We're benchmarking and onboarding YOLOv8 as a hosted, OpenAI-compatible API. Sign in for free credit and be ready when it lands, or tell us you want it and we'll prioritize it.

related object detection models

compare all →