Yolo Vision Shenzhen
Shenzhen
Join now

High-performance edge AI optimized for efficiency with Axelera AI

Ultralytics partners with Axelera AI to deliver smart inference at the edge with Axelera's Voyager® SDK running on Metis® AI Processing Units.

High-performance edge AI optimized for efficiency with Axelera AI

About Axelera AI

Axelera AI is delivering the world’s most powerful and advanced solutions for AI at the Edge. Its industry-defining Metis® AI platform – a complete hardware and software solution for AI inference at the edge – makes computer vision applications more accessible, powerful and user friendly than ever before.

Based in the AI Innovation Center of the High Tech Campus in Eindhoven, The Netherlands, Axelera AI has R&D offices in Belgium, Switzerland, Italy and the UK, present in 20 countries with customers on every continent. Its team of experts in AI software and hardware come from top AI firms and Fortune 500 companies.

Why choose Axelera for Ultralytics YOLO?

Deploy Ultralytics YOLO models with unmatched performance and efficiency

Optimized for Ultralytics YOLO

Full YOLO support out of the box, from YOLOv8 to YOLO26 without manual configuration needed.

Edge-native performance

Metis AIPUs and D-IMC technology: Exceptional edge throughput, minimal power consumption.

Real-time inference

On-device inference across all five YOLO tasks, with real-world speed and reliability.

Lower cost of ownership

A fraction of the power cost of GPUs, with none of the performance trade-offs.

Easy integration

Single-step export via the Ultralytics Python package. Voyager SDK does the rest.

Future-proof

Full Ultralytics YOLO family support, with new architectures integrated as they release.

Technical integration

Seamless integration between Ultralytics models and Axelera AI hardware

Real performance on Metis AIPUs

Learn more about Ultralytics YOLO’s performance on Axelera hardware across FPS, latency, accuracy, tasks and model sizes.

Deploy on Metis AIUPs

Export to Axelera Format

from ultralytics import YOLO
# Load a YOLO26 model
model = YOLO("[yolo26n.pt](http://yolo26n.pt)")
# Export to Axelera format
model.export(format="axelera")  # creates 'yolo26n_axelera_model' directory
yolo export model=yolo26n.pt format=axelera

Inference with Axelera Model

from ultralytics import YOLO
# Load the exported Axelera model
model = YOLO("yolo26n_axelera_model")
# Run inference
results = model("https://ultralytics.com/images/bus.jpg")
# Process results
for r in results:
    print(f"Detected {len(r.boxes)} objects")
    [r.show](http://r.show)()  # Display results
yolo predict model='yolo26n_axelera_model' source='https://ultralytics.com/images/bus.jpg'

Become an Ultralytics partner

Join our partner ecosystem and unlock new opportunities to deliver cutting-edge AI solutions