How to use from
llama.cppInstall from WinGet (Windows)
winget install llama.cpp
# Start a local OpenAI-compatible server with a web UI:
llama-server -hf aimi-models/llm:Q4_K_M# Run inference directly in the terminal:
llama-cli -hf aimi-models/llm:Q4_K_MUse pre-built binary
# Download pre-built binary from:
# https://github.com/ggerganov/llama.cpp/releases# Start a local OpenAI-compatible server with a web UI:
./llama-server -hf aimi-models/llm:Q4_K_M# Run inference directly in the terminal:
./llama-cli -hf aimi-models/llm:Q4_K_MBuild from source code
git clone https://github.com/ggerganov/llama.cpp.git
cd llama.cpp
cmake -B build
cmake --build build -j --target llama-server llama-cli# Start a local OpenAI-compatible server with a web UI:
./build/bin/llama-server -hf aimi-models/llm:Q4_K_M# Run inference directly in the terminal:
./build/bin/llama-cli -hf aimi-models/llm:Q4_K_MUse Docker
docker model run hf.co/aimi-models/llm:Q4_K_MQuick Links
LLM Mirror (A.I.M.I)
Mirror of A.I.M.I's default text-LLM GGUFs, re-hosted for stable URLs. Contents unmodified from upstream unsloth/Qwen quantizations.
Used by A.I.M.I's chat engine via llama.cpp. Qwen3-8B is the 16 GB tier default; Mistral Small 3.2 24B is the 24 GB+ tier upgrade.
Files
| File | Upstream | Size | Tier |
|---|---|---|---|
Qwen3-8B-Q4_K_M.gguf |
Qwen/Qwen3-8B-GGUF | ~5.0 GB | 16 GB default |
Mistral-Small-3.2-24B-Instruct-2506-Q4_K_M.gguf |
unsloth/Mistral-Small-3.2-24B-Instruct-2506-GGUF | ~14.3 GB | 24 GB+ default |
Total: ~19 GB.
License
Both models Apache 2.0:
- Mistral Small 3.2 24B Instruct: Apache 2.0 from Mistral AI. Unsloth's GGUF re-quantization inherits Apache 2.0.
- Qwen3-8B: Apache 2.0 from Alibaba Cloud / Qwen team. GGUF by Qwen team directly.
Redistributed unchanged.
Attribution
- Mistral Small 3.2: Mistral AI (2025). Base Apache 2.0 release.
- Qwen3-8B: Alibaba Cloud / Qwen team (2025). Base Apache 2.0 release.
- GGUF conversions: unsloth (Mistral), Qwen team (Qwen3).
- Downloads last month
- 32
Hardware compatibility
Log In to add your hardware
4-bit
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support
Install from brew
# Start a local OpenAI-compatible server with a web UI: llama-server -hf aimi-models/llm:Q4_K_M# Run inference directly in the terminal: llama-cli -hf aimi-models/llm:Q4_K_M