Overview
AI Model Deployment
Three Sixfab edge AI products, one shared stack. The Sixfab AI HAT+ for Raspberry Pi 5,
the Sixfab Edge AI Expansion Board, and the ALPON X5 AI all run the same DEEPX silicon
family, the same dxrt-runtime, and the same .dxnn model format.
Compile a model once. Deploy it on any of the three.
AI Model Deployment is the cross-product technical surface for every Sixfab edge AI
product. Sixfab AI HAT+, Edge AI Expansion Board, and ALPON X5 AI share one DEEPX
silicon family, one dxrt-runtime, one .dxnn model format, and one
DX-COM compiler. The same compiled model file deploys to all three without rebuild. This
sidebar is where the shared stack lives as a single source of truth, so each product's
sidebar can link in instead of duplicating Model Zoo, DXNN SDK, runtime, and monitoring
content three times over.
The three products
The three Sixfab edge AI products differ in form factor, host integration, and the DEEPX
silicon variant they carry. They do not differ in software. Anything written against
dxrt-runtime on one product runs on the other two.
Top-mount HAT+
Sixfab AI HAT+
- NPU variant DEEPX DX-M1M or DEEPX DX-M1ML
- TOPS at INT8 25 TOPS (DX-M1M) or 13 TOPS (DX-M1ML)
- Host platform Raspberry Pi 5 CM5 via Raspberry Pi CM5 IO Board
- Form factor HAT+ specification compliant top-mount board
- Best for Prototyping vision AI on Pi 5; makers, engineers, researchers
Bottom-mount expansion
Sixfab Edge AI Expansion Board
- NPU variant DEEPX DX-M1 M.2 module
- TOPS at INT8 25 TOPS
- Host platform Raspberry Pi 5
- Form factor Bottom-mount board with three M.2 slots AI, NVMe SSD, LTE/5G modem
- Best for Pi 5 production builds that need AI, storage, and cellular in one board
Industrial edge computer
ALPON X5 AI
- NPU variant DEEPX DX-M1 integrated
- TOPS at INT8 25 TOPS
- Host platform Raspberry Pi Compute Module 5 integrated; sealed system
- Form factor Fanless aluminum enclosure IP40, DIN-rail mount option
- Best for Industrial deployment, 24/7 operation, fleet-managed installations
Shared stack
Every Sixfab edge AI product runs the same five-layer stack. The NPU silicon is the same DEEPX family. The kernel driver, the user-space runtime, the model format, and the SDK are byte-identical across products. The application layer is where your code lives, and your code does not need to know which product it is running on.
.dxnn binary the runtime executes.dxrt-runtime).dxnn file format across variants. Firmware on onboard flash.
The practical consequence: one compiled .dxnn file deploys on AI HAT+,
Edge AI Expansion Board, and ALPON X5 AI without rebuilding. A model compiled for
DX-M1 runs on DX-M1; a model compiled for DX-M1M or DX-M1ML runs on AI HAT+. The SDK,
runtime, and application code stay the same; only the silicon variant in the compile target
differs.
Capability boundaries
These limits apply across the platform. They are not roadmap items framed as features. They define what the current DEEPX silicon does and does not do, and what the three products do and do not support today.
The DEEPX silicon in scope runs vision models: detection, classification, segmentation, pose, OCR. LLMs and generative models are on the DEEPX roadmap and Sixfab will support them as the silicon enables. No dates.
Train independently in PyTorch or another framework, export to ONNX, then deploy via the DX-COM compiler. The managed alternative is the Sixfab × Ultralytics acceleration path.
Power off the Raspberry Pi 5 before mounting or removing either board. ALPON X5 AI is a sealed industrial system; the NPU is integrated, not user-removable.
For AI HAT+ and Edge AI Expansion Board: Raspberry Pi 5 (primary), and Raspberry Pi Compute Module 5 via the official Raspberry Pi CM5 IO Board. Not supported: Pi 4, CM4, non-Raspberry Pi SBCs. ALPON X5 AI ships as a complete system built on Pi CM5 + DEEPX inside a fanless enclosure.
Which product is for me
Three short routes. Each one points to a product overview where the full spec lives. The AI Model Deployment sidebar covers everything you need after the product is in your hands; the product overview covers everything you need before.
Sixfab AI HAT+
Top-mount HAT+ for Raspberry Pi 5. Two NPU variants: DX-M1M at 25 TOPS or DX-M1ML at 13 TOPS. Start here when the goal is to evaluate vision AI on the Pi 5 you already own.
AI HAT+ Overview Pi 5 + storage + cellularSixfab Edge AI Expansion Board
Bottom-mount Pi 5 board with three M.2 slots: DEEPX DX-M1 AI accelerator, NVMe SSD, and LTE/5G modem. USB-C PD powers the whole stack. Choose this when the production build needs AI, storage, and connectivity in one board.
Expansion Board Overview Industrial deploymentALPON X5 AI
Fanless industrial edge computer built on Raspberry Pi CM5 + DEEPX DX-M1. Aluminum enclosure, IP40, DIN-rail mountable. Choose this for 24/7 field deployment with fleet management via ALPON Cloud.
ALPON X5 AI OverviewWhere to start
The AI Model Deployment sidebar has six content pages. Three of them are entry points; the other three are reference material you reach from them.
Start with the Sixfab Model Zoo
Pre-compiled .dxnn models you can run on any of the three products
without writing a compile pipeline. Per-product FPS, deploy commands, methodology.
Deploy your own model with the DXNN SDK
Two-machine workflow: compile on Ubuntu x86_64, run on the target device. ONNX →
DX-COM → .dxnn → dxrt-runtime. INT8 quantisation with
approximately 2 % accuracy loss versus the original FP32 model.
Check the Supported Models Catalog first
DEEPX-supported operators and architecture compatibility: YOLO, MobileNet, ResNet, EfficientNet, ViT status. Plan the model architecture before custom model work.
Updated 5 days ago
