HailoRT

HailoRT is Hailo's production runtime library for the Hailo-8, Hailo-10 and Hailo-15 device families. It is a host-side, user-space C/C++ library with a Python binding (pyHailoRT), a hailortcli command line tool, a GStreamer element (hailonet) and a PCIe kernel driver. It is a local device API rather than a network API — there is no hosted HTTP base URL. The machine-readable contracts it publishes are Protocol Buffers definitions in the hailo-ai/hailort repository: the hRPC client/server request and reply scheme, the GenAI (LLM / VLM / speech / embeddings) request scheme, the HEF compiled-model file format, and the scheduler-monitor and tracer-profiler telemetry schemes.

Work with this as data

Every API here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for apis

7 MCP tools reach this
  • find_apisBrowse and filter every API in the catalog.
  • get_api_artifactsOne API's artifacts, grouped by type.
  • get_openapiThe primary OpenAPI for this API.
  • find_similar_apisAPIs that look like this one.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
This API
curl "https://apis.io/api/v1/apis/hailo-hailort"
All apis
curl "https://apis.io/api/v1/apis?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.

API entry from apis.yml

apis.yml Raw ↑
aid: hailo-hailort
name: HailoRT
description: 'HailoRT is Hailo''s production runtime library for the Hailo-8, Hailo-10 and Hailo-15 device
  families. It is a host-side, user-space C/C++ library with a Python binding (pyHailoRT), a hailortcli
  command line tool, a GStreamer element (hailonet) and a PCIe kernel driver. It is a local device API
  rather than a network API — there is no hosted HTTP base URL. The machine-readable contracts it publishes
  are Protocol Buffers definitions in the hailo-ai/hailort repository: the hRPC client/server request
  and reply scheme, the GenAI (LLM / VLM / speech / embeddings) request scheme, the HEF compiled-model
  file format, and the scheduler-monitor and tracer-profiler telemetry schemes.'
humanURL: https://hailo.ai/developer-zone/documentation/hailort/latest/
x-base-url: none
x-base-url-note: Deliberately no baseURL. HailoRT is a host-side library that talks to the accelerator
  over PCIe or USB through a kernel driver. There is no HTTP host to record, and repair-api-bases.py confirmed
  on 2026-08-22 that no source names one. Recorded as absent rather than guessed from the domain.
tags:
- Inference
- Runtime
- Edge Computing
- Protocol Buffers
properties:
- type: Protobuf
  url: grpc/hailo-hailort-hrpc.proto
- type: Protobuf
  url: grpc/hailo-hailort-genai.proto
- type: Protobuf
  url: grpc/hailo-hef.proto
- type: Protobuf
  url: grpc/hailo-scheduler-monitor.proto
- type: Protobuf
  url: grpc/hailo-tracer-profiler.proto
- type: SourceCode
  url: https://github.com/hailo-ai/hailort
- type: Documentation
  url: https://hailo.ai/developer-zone/documentation/hailort/latest/
- type: CLI
  url: cli/hailo-cli.yml