Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Setup NexaAI Python SDK on Windows ARM64 with Snapdragon X Elite NPU acceleration.
python -m venv .venv .\.venv\Scripts\Activate.ps1 pip install nexaai
from nexaai import VLM, ModelConfig vlm = VLM.from_(model="NexaAI/OmniNeural-4B", config=ModelConfig(), plugin_id="npu") print("OK")