Con0 (GGUF)

GGUF quantizations of Con0 - a state-of-the-art vision-language model specialized for cyber security, developed by Arcanic AI in collaboration with NextZero.

Full model (BF16): arcanicai/Con0

Con0 is built to think like a security auditor. It reads code, logs, screenshots, and infrastructure diagrams, and surfaces vulnerabilities - from classic web-application flaws to the newest AI-agent attack surfaces - with actionable remediation guidance.

What Con0 audits

Web & application security

  • SQL injection (SQLi) - time-based, boolean-based, error-based, and blind variants across query builders and ORMs
  • Cross-site scripting (XSS) - reflected, stored, and DOM-based injection
  • Cross-site request forgery (CSRF), server-side request forgery (SSRF)
  • Command injection, path traversal, XXE, deserialization
  • Broken authentication, broken access control, and IDOR
  • OWASP Top 10 coverage, code review, and secure-configuration assessment

AI & agent security

  • Prompt injection and jailbreak surface analysis
  • Tool-calling and function-dispatch misuse
  • Least-privilege / permission-scope review
  • Multi-step agent threat modeling

General security

  • Vulnerability triage and CVE context mapping
  • Incident analysis from logs, traces, and screenshots
  • Secure-code guidance and remediation planning

Available quantizations

File Size Notes
Con0-Q3_K_M.gguf ~13 GB Smallest, lowest quality - best for low-VRAM setups
Con0-IQ4_XS.gguf ~15 GB 4-bit non-linear, very efficient
Con0-Q4_K_S.gguf ~16 GB 4-bit small
Con0-Q4_K_M.gguf ~16 GB 4-bit medium - recommended balance
Con0-Q5_K_M.gguf ~19 GB 5-bit, higher quality
Con0-Q8_0.gguf ~28 GB 8-bit, near-lossless
mmproj-Con0-F16.gguf 928 MB Vision projector (load alongside for image/video)

Quick start (llama.cpp)

Requires a recent llama.cpp build with qwen35 support (LM Studio ≥ 0.4.6 or llama.cpp runtime ≥ b10488).

# Text-only
./llama-cli -m Con0-Q4_K_M.gguf -p "Review this code for SQL injection vulnerabilities."

# With vision (load the projector for image inputs)
./llama-cli -m Con0-Q4_K_M.gguf   --mmproj mmproj-Con0-F16.gguf   --image path/to/screenshot.png   -p "Analyze this screenshot for security issues."

Memory requirements

Quantization Approx. RAM/VRAM
Q3_K_M ~16 GB
IQ4_XS / Q4_K_S / Q4_K_M ~19 GB
Q5_K_M ~22 GB
Q8_0 ~31 GB

Benchmarks

Benchmark evaluation is in progress and will be published here (see the main arcanicai/Con0 card).

About the developers

Con0 is developed by Arcanic AI, a research lab focused on reliable and secure AI systems, in partnership with NextZero.

License

Apache 2.0.

Downloads last month
1,445
GGUF
Model size
27B params
Architecture
qwen35
Hardware compatibility
Log In to add your hardware

3-bit

4-bit

5-bit

8-bit

16-bit

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

Model tree for arcanicai/Con0-GGUF

Base model

Qwen/Qwen3.8-27B
Finetuned
arcanicai/Con0
Quantized
(1)
this model