docs/en/run/cli/quickstart.mdx
import Feedback from "/snippets/page-feedback.mdx";
qairt (Qualcomm AI Engine Direct) for Qualcomm AI Hub Models, llama_cpp for any GGUF.Language model:
geniex infer ai-hub-models/Qwen3-4B
Multimodal model:
geniex infer ai-hub-models/Qwen2.5-VL-7B-Instruct
Pick Q4_0 when prompted — it has the best Hexagon NPU support.
Language model:
geniex infer unsloth/Qwen3.5-0.8B-GGUF
Multimodal model:
geniex infer Qwen/Qwen3-VL-2B-Instruct-GGUF
When prompted:
vlm for vision-language models, llm for text-only models. For Qwen3.5 and Gemma4, pick llm for now (multimodal support coming soon).Q4_0 for best Hexagon NPU performance.<Tip>To try other GGUF models, copy any compatible GGUF path from Hugging Face and substitute it into the command above. See Run a GGUF model from Hugging Face.</Tip>
Already have a model on disk, or want to self-convert a bundle from Hugging Face? Use geniex pull with --local-path to register it, then run it like any other model. See:
.zip..gguf file.