Skip to main content

Hailo-8 / Hailo-15

Vendor: Hailo

Architecture: Dataflow

Category: NPU Neural Processor

Introduction

Global leader in edge AI computing. Delivers up to 26 TOPS at extremely low power (just a few watts), widely used in autonomous driving, robotics, and smart camera applications.

Specifications

ModelComputeMemoryInterfaceTDPProcess
Hailo-826 TOPS (INT8)External DDRPCIe 2.1 / M.22.5W16nm
Hailo-1542 TOPS (INT8)Internal SRAMPCIe 3.011W10nm
Hailo-8L13 TOPS (INT8)External DDRM.21.5W22nm FDX

Official Website

Visit Official Website

Driver Downloads

Linux

OS Support

WindowsLinuxmacOSAndroid

Version History

VersionRelease DateDescription
HailoRT 4.x2024Hailo-15 support + multi-model orchestration
Dataflow Compiler 3.152024YOLOv8 optimization

Performance Benchmarks

ModelTaskPerformance Metric
Hailo-8YOLOv8 Inference~26 TOPS, low latency
Hailo-8ResNet-50~700 fps
Hailo-8LEdge Detection13 TOPS, ultra-low power
Hailo-15Multi-channel Video Analytics20 TOPS, with ISP

Pricing

ModelReference PriceNotes
Hailo-8~$99-149Modular accelerator
Hailo-8L~$49-79Entry-level
Hailo-15Contact vendorChip-level (ODM-oriented)

Quick Installation

Linux / Raspberry Pi

# 1. Install Hailo SDK
pip install hailo-sdk

# 2. Compile model to Hailo format (HEF)
hailo compiler model.onnx --output model.hef

# 3. Inference
hailo run model.hef --input image.jpg

Hailo-8 can be connected to x86 or ARM devices via M.2 / PCIe accelerator stick.

Code Examples

Python (Hailo Runtime)

from hailo_platform import HailoPlatform

# Initialize Hailo device
platform = HailoPlatform()
platform.init()

# Load compiled HEF model
platform.load_hef("yolov8.hef")

# Inference
output = platform.run(np_input)

Architecture Highlights

  • Dataflow Architecture: Hailo proprietary dataflow processing architecture, optimized for CNN inference, no external DRAM required
  • Ultra-Low Power: Hailo-8 only 2.5W, Hailo-8L only 1W, suitable for battery-powered devices
  • Edge Positioning: Specializing in edge AI scenarios such as cameras, robots, and drones

Model Compatibility

Model/FrameworkSupportNotes
ONNX✅ CompileMainstream model format
TensorFlow✅ CompileCompile after ONNX conversion
YOLO Series✅ Official OptimizedMost mature use case
Image ClassificationResNet/MobileNet
LLMNot suitable for large model inference

If you're evaluating alternatives, the following products may also fit your scenario: