
HELIA AI runtime for Ambiq silicon
Proven LiteRT workflows. Turbocharged on Ambiq silicon.
heliaRT is Ambiq's optimized LiteRT runtime: the same .tflite models and MicroInterpreter API, backed by HELIA kernels tuned for Cortex-M and Apollo SPOT silicon.
What it is
A silicon-adjacent runtime layer in the HELIA AI stack
heliaRT sits between your LiteRT application and Ambiq silicon. It keeps the upstream programming model intact while routing supported operations through HELIA kernel paths that are tuned for Apollo-class MCUs and Ambiq's SPOT® (Subthreshold Power Optimized Technology) platform.
How it works
Keep your LiteRT surface. Swap the backend underneath.
Use the same LiteRT model workflow you already have. Int8 and int16 variants map to separate optimized kernel paths where supported.
Choose Zephyr Kconfig, neuralSPOT-X deployment, source / CMake, or prebuilt static libraries. The application-facing runtime stays familiar.
Reference and CMSIS-NN remain available as fallbacks, while HELIA-covered ops take the Ambiq-tuned path for better latency and coverage.
Integration paths
Start from the environment you already use
Toolchains
Three compiler paths, one tested release matrix
Every release is built across architecture, toolchain, and build-type combinations. ATfE is the recommended path for Cortex-M55 + MVE workloads, with GCC and Arm Compiler 6 available for teams that already standardize there.
Coverage
HELIA expands the optimized surface beyond CMSIS-NN
CMSIS-NN covers the common convolutional core. HELIA adds optimized paths for activation, reduce, data movement, comparison, arithmetic, and other categories that often fall back to Reference C upstream.
HELIA AI platform
Start with the runtime path. Grow into ahead-of-time deployment.
heliaRT is part of Ambiq's broader HELIA AI platform: silicon-adjacent tools for bringing trained models onto Apollo-class devices. Use heliaRT when your application already follows the LiteRT workflow and you want a familiar runtime path onto Ambiq silicon.
As models and products mature, heliaAOT opens a deeper deployment path: Ambiq's ahead-of-time compiler for teams that want to move beyond runtime integration and generate device-oriented inference code.
Quick start
Add heliaRT to Zephyr in three small steps
Next steps
Go deeper when you are ready to build
The landing page gives the product shape; these pages get you into implementation details, working examples, and measurement data.