# Runtimes and Drivers

PySDK comes with support for N2X and TFLite runtimes.

In addition to N2X and TFLite runtimes, we support Hailo, DEEPX, Intel (OpenVINO), Axelera AI, EdgeCortix, MemryX, BrainChip, and Rockchip. Refer to these pages for more details, including runtime and driver setup instructions.

## Supported Runtime Versions

{% hint style="info" %}
This table is based on PySDK 0.20.0.
{% endhint %}

| Vendor     | Runtime  | Versions                                  |
| ---------- | -------- | ----------------------------------------- |
| Hailo      | HAILORT  | 4.23.0/4.22.0/4.21.0/4.20.1/4.20.0/4.19.0 |
| DEEPX      | DEEPX    | 2.9.5                                     |
| Intel      | OPENVINO | 2025.3.0, 2024.6.0, 2023.3.0              |
| Axelera AI | AXELERA  | 1.4.1                                     |
| MemryX     | MEMRYX   | 2.0                                       |
| BrainChip  | AKIDA    | 2.11.0                                    |
| Rockchip   | RKNN     | 2.3.0                                     |

You may access runtime and driver installation instructions per-vendor here:

<table data-view="cards"><thead><tr><th></th><th data-hidden data-card-target data-type="content-ref"></th><th data-hidden data-card-cover data-type="image">Cover image</th></tr></thead><tbody><tr><td><strong>Hailo</strong></td><td><a href="/pages/oTyQtkahsQaPPwrEllgc">/pages/oTyQtkahsQaPPwrEllgc</a></td><td><a href="/files/4eTj8lA3CqYGfi7t0Hbx">/files/4eTj8lA3CqYGfi7t0Hbx</a></td></tr><tr><td><strong>OpenVINO</strong></td><td><a href="/pages/kuDDo3COSW6R25RwiSgJ">/pages/kuDDo3COSW6R25RwiSgJ</a></td><td data-object-fit="cover"><a href="/files/Xqpm2A26QFLjeHZV3WBN">/files/Xqpm2A26QFLjeHZV3WBN</a></td></tr><tr><td>Axelera AI</td><td><a href="/pages/hybbYg1LRhjwDfLzfAAL">/pages/hybbYg1LRhjwDfLzfAAL</a></td><td><a href="/files/XpvmxS2N8BU1s0Fii4Gi">/files/XpvmxS2N8BU1s0Fii4Gi</a></td></tr><tr><td><strong>MemryX</strong></td><td><a href="/pages/Bl9Pvpw6A5kdeBZW0Bvx">/pages/Bl9Pvpw6A5kdeBZW0Bvx</a></td><td><a href="/files/9j7HqQY8fIBHpDHszKuC">/files/9j7HqQY8fIBHpDHszKuC</a></td></tr><tr><td><strong>BrainChip</strong></td><td><a href="/pages/QuLQX01xS80jTqAa4TfW">/pages/QuLQX01xS80jTqAa4TfW</a></td><td><a href="/files/ZnWDq1eR1eAeoKplh0GK">/files/ZnWDq1eR1eAeoKplh0GK</a></td></tr><tr><td><strong>Rockchip</strong></td><td><a href="/pages/2LOkuh82qpHgicklaE8c">/pages/2LOkuh82qpHgicklaE8c</a></td><td><a href="/files/J42XApslhKBNfPXnoL8r">/files/J42XApslhKBNfPXnoL8r</a></td></tr><tr><td><strong>ONNX</strong></td><td><a href="/pages/3noQOPEXEPBhwjCx1v3r">/pages/3noQOPEXEPBhwjCx1v3r</a></td><td data-object-fit="cover"><a href="/files/LuNfHd8N9McBzI4aYSjz">/files/LuNfHd8N9McBzI4aYSjz</a></td></tr><tr><td><strong>TensorRT</strong></td><td><a href="/pages/QKd22Xcj3QLuPgWCzSyM">/pages/QKd22Xcj3QLuPgWCzSyM</a></td><td><a href="/files/OtWP9s80Jrqtv8E4XXRj">/files/OtWP9s80Jrqtv8E4XXRj</a></td></tr></tbody></table>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.degirum.com/pysdk/runtimes-and-drivers.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
