Views
No views yet
| Architecture | Gemma 4 |
| Variant | BugtraceAI-Apex-G4-26B |
| Quantization | Adaptive Precision for EXpert Models |
| Parameters | 26B A4B (MoE) |
| Layers | 30 |
| Multi-modal | (Supported - see below) |
| Context window | 131072 |
| Name | Quants | Size |
|---|---|---|
| Balanced | Q6_K/Q5_K experts, Q8_0 shared, Q6_K attn | 19.2 GB |
| i-Balanced | Same + imatrix | 19.2 GB |
| Quality | Q6_K/Q5_K/IQ4_XS experts, Q8_0 shared, Q6_K attn | 18.4 GB |
| i-Quality | Same + imatrix | 18.4 GB |
| Compact | Q4_K/Q3_K experts, Q6_K shared, Q4_K attn | 13.6 GB |
| i-Compact | Same + imatrix | 13.6 GB |
| Mini | Q3_K/IQ2_S experts, Q5_0 shared, Q4_K/Q3_K attn | 11.4 GB |
The Apex Predator of Offensive Security Reasoning.BugTraceAI-CORE-G4-Apex is a high-performance, uncensored 26B Mixture-of-Experts (MoE) model based on Gemma 4 architecture. It has been meticulously fine-tuned via DPO (Direct Preference Optimization) on a curated "Super Dataset" comprising elite Bug Bounty reports, advanced malware methodologies, and multi-layer WAF evasion techniques.Unlike standard security models, the Apex variant features an injected Opus-style reasoning engine, forcing the model to perform a deep step-by-step analysis inside ablock before providing technical payloads or remediation strategies.
A novel MoE-aware mixed-precision quantization technique for llama.cppBeats Q8_0 perplexity at half the size -- and even beats F16. APEX outperforms Unsloth Dynamic 2.0 (UD) quantizations on perplexity, HellaSwag, and inference speed while being 2x smaller: APEX I-Quality (21.3 GB) achieves PPL 6.552 and 83.5% HellaSwag vs Unsloth UD-Q8_K_XL (45.3 GB) at PPL 6.536 and 82.5% HellaSwag. At the consumer tier, APEX Mini (12.2 GB) beats bartowski IQ2_M on every metric.APEX assigns quantization precision per tensor type and per layer, exploiting the structural sparsity of Mixture-of-Experts models to achieve lossless compression that uniform quantization cannot. Five tiers from 21.3 GB (I-Quality) to 12.2 GB (Mini) cover every deployment scenario from maximum accuracy to consumer GPU inference. I-variants use a diverse imatrix (chat, code, reasoning, tool-calling -- no Wikipedia) that trades tiny perplexity increases for significant accuracy gains and lower KL divergence.
llama-server \
-m BugTraceAI-Apex-G4-26B-APEX/BugTraceAI-Apex-G4-26B-APEX-I-Compact.gguf \
--mmproj mmproj.gguf \
--no-mmproj-offload \
--reasoning auto \
--jinja \
--fit on \
-c 131072 \
--no-mmap \
--flash-attn on \
-ctk q8_0 \
-ctv q8_0 \
--temp 0.1 \
--top-p 0.9 \
--top-k 20 \
--min-p 0.0 \
--repeat-penalty 1.1