You need to agree to share your contact information to access this model

This repository is publicly accessible, but you have to accept the conditions to access its files and content.

Log in or Sign Up to review the conditions and access this model content.

Sentinel-R2 (GGUF)

Proprietary & Confidential. Sentinel-R2 is the exclusive property of Glyph Software LLP. It is not open source and is distributed under a proprietary, all-rights-reserved license.

GGUF builds of Sentinel-R2, an offensive-security agent for authorized penetration testing, for use with llama.cpp and compatible runtimes (Ollama, LM Studio, etc.). These are the full merged weights converted from the fine-tuned model — not the LoRA adapter.

Base model: empero-ai/Qwythos-9B-Claude-Mythos-5-1M (architecture qwen3_5, a vision-capable multimodal model).

Files

File Quant Size Notes
sentinel-r2-bf16.gguf BF16 ~17.9 GB Full-precision source; use to derive further quants
sentinel-r2-Q8_0.gguf Q8_0 ~9.5 GB Near-lossless
sentinel-r2-Q4_K_M.gguf Q4_K_M ~5.6 GB Recommended balance of size/quality
sentinel-r2-mmproj-f16.gguf F16 ~0.9 GB Vision projector (multimodal input)

The multi-token-prediction (MTP) head from the base model is not included (converted with --no-mtp); it is only used for speculative drafting and is not required for normal inference.

Usage

Text generation:

llama-completion -m sentinel-r2-Q4_K_M.gguf -p "..." --temp 0.6

With vision (pass the projector):

llama-mtmd-cli -m sentinel-r2-Q4_K_M.gguf \
  --mmproj sentinel-r2-mmproj-f16.gguf \
  --image target.png -p "Describe this screenshot."

Sentinel-R2 is a reasoning + tool-use model: it emits <think> reasoning before its response. Provide it a target scope and a shell-execute tool for agentic use.

License

Proprietary. All rights reserved by Glyph Software LLP. Use only against systems you are explicitly authorized to test.

Downloads last month
-
GGUF
Model size
9B params
Architecture
qwen35
Hardware compatibility
Log In to add your hardware

4-bit

8-bit

16-bit

Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for glyphsoftware/sentinel-r2-gguf

Finetuned
Qwen/Qwen3.5-9B
Quantized
(87)
this model