Model reference · open weights
OmniNeural is an open-weight language model from NexaAI. AxForge deploys and operates it for you on dedicated EU-owned hardware — with the licence handled where one is required.
Available as managed deployment — configured and operated for you on dedicated EU hardware, quoted per deployment.
What it is
| Maker | NexaAI |
|---|---|
| Type | Language models |
| Task | Omni (any→any) |
| Released | 2025-08-15 |
| Popularity | 594 downloads / month |
| Licence | Open weights |
About
OmniNeural is the first fully multimodal model designed specifically for Neural Processing Units (NPUs). It natively understands text, images, and audio, and runs across PCs, mobile devices, automobile, IoT, and robotics.
The first-ever fully local, multimodal, and conversational AI assistant that hears you and sees what you see, running natively on Snapdragon NPU for long battery life and low latency.
src="https://huggingface.co/NexaAI/OmniNeural-4B/resolve/main/assets/MOBILE_50MB.mp4" type="video/mp4">
src="https://huggingface.co/NexaAI/OmniNeural-4B/resolve/main/assets/PC_demo_2_image.mov">
src="https://huggingface.co/NexaAI/OmniNeural-4B/resolve/main/assets/PC_Demo_Agent.mov">
src="https://huggingface.co/NexaAI/OmniNeural-4B/resolve/main/assets/PC_Demo_Audio.mov">
OmniNeural’s design is tightly coupled with NPU hardware:
PC & Mobile – On-device AI agents combine voice, vision, and text for natural, accurate responses.
Automotive – In-car assistants handle voice control, cabin safety, and environment awareness.
IoT & Robotics – Multimodal sensing for factories, AR/VR, drones, and robots.
⚠️ Hardware requirement: OmniNeural-4B currently runs only on Qualcomm NPUs (e.g., Snapdragon-powered AIPC). Apple NPU support is planned next.
Create a token in the Model Hub, then log in:
nexa config set license ''
Running:
nexa infer NexaAI/OmniNeural-4B
/mic mode. Once the model is running, you can type below to record your voice directly in terminal
> /mic
For images and audio, simply drag your files into the command line. Remember to leave space between file paths.
If you want to see more NPU-first, multimodal releases on HF, please give our model a like ❤️.
The current model is mainly optimized for English. We will optimize other language as the next step.
@misc{
title={OmniNeural: World’s First NPU-aware Multimodal Model},
author={Nexa AI},
year={2025},
url={https://huggingface.co/NexaAI/OmniNeural-4B},
}
This model is released under the Creative Commons Attribution–NonCommercial 4.0 (CC BY-NC 4.0) license. Non-commercial use, modification, and redistribution are permitted with attribution. For commercial licensing, please contact dev@nexa.ai.
From the published model card. Full card on the HuggingFace links in the sidebar.
How it works
Using it via the API
Once AxForge deploys omnineural for you, it answers on the OpenAI-compatible API — the same base URL and keys as every other model. (omnineural below is illustrative; you get the exact model name on deployment.)
$ curl -sS https://api.axforge.ai/v1/chat/completions \
-H "Authorization: Bearer $AXFORGE_API_KEY" \
-H "Content-Type: application/json" \
-d '{"model":"omnineural","messages":[{"role":"user","content":"Hello"}]}'
Create an account — your API key is available in the console. 5M tokens/month currently included with every new account at launch.