> For the complete documentation index, see [llms.txt](https://nx.docs.scailable.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://nx.docs.scailable.net/nx-ai-manager-v4.x/test.md).

# test

The Nx AI Manager integrates several runtimes that allow you to benefit from hardware acceleration when running deployed models.

## Fully supported

The following AI accelerators are available out of the box in the current release:

| AI Accelerator     | Support Level | CPU Architecture | Operating System    | API/driver version                   |
| ------------------ | ------------- | ---------------- | ------------------- | ------------------------------------ |
| CPU (OpenVINO)     | Supported     | x86\_64          | Windows, Linux      | OpenVINO runtime (see OpenVINO page) |
| CPU                | Supported     | aarch64          | Linux               | -                                    |
| Nvidia CUDA        | Supported     | x86\_64          | Windows             | CUDA 11, CUDA 12                     |
| Nvidia Jetson Orin | Supported     | aarch64          | Linux (Jetson Orin) | JetPack (Orin supported versions)    |

## Advanced configuration

These accelerators are supported through advanced configuration and additional validation. Contact Nx if you plan to use them in production.

| AI Accelerator            | Support Level          | CPU Architecture | Operating System | API/driver version               |
| ------------------------- | ---------------------- | ---------------- | ---------------- | -------------------------------- |
| Hailo (Hailo 8, Hailo 8L) | Advanced configuration | x86\_64, aarch64 | Linux            | HailoRT (see Hailo Support page) |
| DeepX                     | Advanced configuration | x86\_64, aarch64 | Linux            | DeepX SDK (vendor specific)      |

## Requested and planned integrations

The following vendors have requested and committed to an integration with Nx AI Manager. These accelerators are not yet available in the current release.

| AI Accelerator | Support Level       | CPU Architecture | Operating System | API/driver version |
| -------------- | ------------------- | ---------------- | ---------------- | ------------------ |
| EdgeCortix     | Planned integration | TBD              | TBD              | TBD                |
| Axelera        | Planned integration | TBD              | TBD              | TBD                |
| SiMa.ai        | Planned integration | TBD              | TBD              | TBD                |
| MemryX         | Planned integration | TBD              | TBD              | TBD                |


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://nx.docs.scailable.net/nx-ai-manager-v4.x/test.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.
