How to use from
Pi
Start the llama.cpp server
# Install llama.cpp:
brew install llama.cpp
# Start a local OpenAI-compatible server:
llama serve -hf zTrojan/Qwen3.5-122B-A10B-REAP20-APEX-GGUF
Configure the model in Pi
# Install Pi:
npm install -g @mariozechner/pi-coding-agent
# Add to ~/.pi/agent/models.json:
{
  "providers": {
    "llama-cpp": {
      "baseUrl": "http://localhost:8080/v1",
      "api": "openai-completions",
      "apiKey": "none",
      "models": [
        {
          "id": "zTrojan/Qwen3.5-122B-A10B-REAP20-APEX-GGUF"
        }
      ]
    }
  }
}
Run Pi
# Start Pi in your project directory:
pi
Quick Links

Qwen3.5-122B-A10B REAP20 APEX GGUF

Physical REAP20-pruned APEX GGUF builds of Qwen/Qwen3.5-122B-A10B.

This repository is focused on APEX quantizations of a physically expert-pruned REAP20 version of Qwen3.5-122B-A10B.

Available quants

File Description
Qwen3.5-122B-A10B-REAP20-APEX-Mini.gguf Production APEX Mini quant with imatrix

Source model

Base model:

Qwen/Qwen3.5-122B-A10B
REAP pruning
Method: physical REAP expert pruning
Compression ratio: 20%
Original experts per MoE layer: 256
Retained experts per MoE layer: 205
Layers: 48
Experts per token: 8
Observation: 32 batches
Distance: cosine
Seed: 42
Calibration source: custom calibration-v2
APEX Mini quantization

APEX Mini was generated with llama.cpp llama-quantize using a tensor-type map and imatrix.

Tensor config: configs/qwen35_122b_mini.txt
Base fallback type: Q3_K_M
Imatrix: production REAP20 imatrix
Imatrix context: -c 4096
Imatrix chunks: --chunks 128
Imatrix calibration: 64MB shuffled calibration-v2
Imatrix model source: REAP20 BF16 GGUF

The Mini profile uses Q3_K edge experts and IQ2_S middle routed experts, so imatrix is required.

Example: llama.cpp
llama-cli \
  -m Qwen3.5-122B-A10B-REAP20-APEX-Mini.gguf \
  -p "<|im_start|>user
Привіт. Напиши один короткий параграф українською. /no_think
<|im_end|>
<|im_start|>assistant
" \
  -n 128 \
  -c 4096 \
  -ngl 40 \
  --temp 0.6 \
  --top-p 0.95
Notes

This is an experimental physical expert-pruned build. It is intended for testing, iteration, and comparison with other REAP/APEX variants.

Future files may include:

APEX I-Compact
APEX I-Balanced
APEX I-Quality
other GGUF quantizations
Downloads last month
282
GGUF
Model size
99B params
Architecture
qwen35moe
Hardware compatibility
Log In to add your hardware

We're not able to determine the quantization variants.

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

Model tree for zTrojan/Qwen3.5-122B-A10B-REAP20-APEX-GGUF

Quantized
(127)
this model