CoolFace
Modelpublic

IsValorum/Ornith-1.5-35B-A3B-APEX-I-MiniPlus-V2.1-GGUF

sourceHugging Facemitupdated 2m agoView on Hugging Face
5likes2.5kdownloads
Model Card

<a id="quick-navigation"></a>Quick Navigation Index

  1. 1.Optimization History & Transparency Notice
  2. 2.Independent Benchmark of the APEX-I-MiniPlus Family (Occamy V2 Reference)
  3. 3.Empirical Benchmarks & Fidelity Verification
  4. 4.Quality Spectrum: APEX-I-MiniPlus V2.1 vs. Standard Flat Quantizations
  5. 5.Model Files & Technical Specifications
  6. 6.Surgical Tensor Quantization Map (Audited from GGUF)
  7. 7.Hardware Throughput & Offload Benchmarks (RTX 30 / 40 / 50 & RAM Streaming)
  8. 8.The 24GB Miracle: Full 256K Context Runs In VRAM!
  9. 9.Recommended Configuration & Setup
  10. 10.Recommended Generation Parameters (ornith-ai Official)
  11. 11.Optional Support

Ornith-1.5-35B-A3B APEX-I-MiniPlus-V2.1 GGUF

The Definitive Frontier MoE · Efficient System RAM Offload · Full 256K Context on 24GB Workstations

[!IMPORTANT] ### THE DEFINITIVE SPECIFICATION IN THE 14–15 GB CEILING This APEX-I-MiniPlus-V2.1 release represents the specialized tensor-by-tensor configuration for sparse Mixture-of-Experts quantization within a 14–15 GB envelope. Every tensor across its 40 layers, 256 micro-experts, and integrated MTP block has been mathematically allocated to maximize reasoning precision, preserve routing behavior, and prevent avoidable CPU dequantization stalls.
[!TIP] ### 🏆 EMPIRICAL BENCHMARK & QUALITY COMPARISON | Quantization Specification | File Size (Disk) | Memory Footprint (RAM/VRAM) | Average BPW | WikiText-2 Perplexity | Quality Tier Equivalent | | :--- | :---: | :---: | :---: | :---: | :---: | | Unquantized BF16 Base | 71.05 GB | 66.18 GiB | 16.00 BPW | ~7.58 (Reference) | Full precision baseline | | APEX-I-MiniPlus V2.1 (CURRENT) | 15.23 GB | 14.18 GiB | 3.43 BPW | 7.6370 ± 0.21010 (ΔPPL +0.0570 / +0.75%) | Q5KL tier (bordering Q6K) | | **[APEX-I-NanoPlus](https://huggingface.co/IsValorum/Ornith-1.5-35B-A3B-APEX-I-NanoPlus-GGUF)** | 12.55 GB | 11.69 GiB | ~2.93 BPW | 8.0913 ± 0.22535 (ΔPPL +0.5113 / +6.75%) | Solid Q4KM / Q4KL tier | **Prefer the ultra-compact Ornith edition?** [APEX-I-NanoPlus](https://huggingface.co/IsValorum/Ornith-1.5-35B-A3B-APEX-I-NanoPlus-GGUF) compresses the same Ornith family down to **12.55 GB (~2.93 BPW)** for extreme 16GB VRAM & RAM streaming at Solid Q4KM / Q4KL tier quality, while MiniPlus V2.1 retains the higher **15.23 GB (3.43 BPW)** Q5KL tier fidelity. **Routing:** all recipe-designated `gateinp and gateshexp` tensors remain in uncompressed `F32`, preserving zero routing drift. - **Q6K-Bordering Tier in Language Fidelity: WikiText-2 perplexity delta is exceptionally low (under +0.06 / < 0.75% vs. BF16), placing overall language representation at the boundary of a 28 GB `Q6_K` build within an agile ~15.23 GB footprint. - Q5KL Tier in MoE Foundation Knowledge: All 120 shared expert tensors (`shexp`) across all 40 layers run in uncompressed `Q5_K`, keeping software engineering domain knowledge intact across 100% of tokens. - Solid 4-to-5-bit Routing & Attention Armor:** Full quadratic attention in Q4_K and output head in Q6_K prevent token drift and formatting collapse.
[!WARNING] ### DO NOT CONFUSE APEX-I-MINIPLUS WITH GENERIC COMMUNITY APEX-I-MINI! Regardless of release version, NEVER confuse handcrafted APEX-I-MiniPlus builds with generic community APEX-I-Mini releases: - Generic Community APEX-I-Mini: Uniformly compresses all core MoE experts down to aggressive 2-bit IQ2_S, leaves the sensitive token output head unarmored at 3-bit Q3_K_M, and compresses attention projections down to Q3_K. In deep reasoning models, this triggers severe perplexity spikes, syntax errors, and broken code brackets. - Handcrafted APEX-I-MiniPlus V2.1: Applies a custom tensor-by-tensor architecture that preserves specified router gates in uncompressed F32, armors the token output head in high-precision Q6_K, safeguards attention gates in Q8_0, and keeps core reasoning experts at calibrated 3-bit treatment.
[!TIP] ### SYSTEM RAM INFERENCE: FULL OR PARTIAL This APEX-I-MiniPlus release is designed for full or partial system-RAM inference. Depending on the processor, memory bandwidth, and DDR4/DDR5 configuration, generation can range from 20 to 45 tok/s. With partial GPU offload, systems that cannot fit 128K or more context entirely in VRAM can place the remaining model and context load in system RAM, maintaining stable, responsive generation at longer context lengths.

<a id="toc-01"></a>

Optimization History & Transparency Notice

We maintain our previous releases publicly as a transparent engineering record of continuous optimization. Below is the exact evolutionary roadmap of our MiniPlus architectures:

SpecificationCore Experts (10–29)Edge Experts (0–9, 30–39)Shared Expert (`shexp`)Full Attention (L3, 7, 11, ...)Attention Gates (30 Layers)Output Head (`output.weight`)Routers (`gate_inp`)Size / OverheadReal-World Impact
Generic APEX MiniIQ2_S (2.50 bpw)Q3_K (only 5 layers)Q4_K / Q3_KQ3_KCompressedQ3_K_MCompressedBaseline (approx. 12.5 GB)Severe syntax errors, broken code indentation, high perplexity in <think>.
MiniPlus V2.1 (CURRENT)`IQ3_XXS``Q3_K` (10 layers)`Q5_K` (All 40 layers)`Q4_K` (`q/k/v`) + `Q6_K` (`output`)`Q8_0``Q6_K``F32`Definitive Build (approx. 14.18 GiB)Zero AVX2 CPU stalls and efficient streaming when offloading bulk of the model to system RAM (DDR4/DDR5). Integrated MTP tensors are retained in the main GGUF.
[!TIP] ### Deployment & System Architecture Guide - Full GPU VRAM Offload (24GB+ VRAM, `-ngl 99`): Effortless full offload with native 256K context support. Blistering throughput on RTX 3090 / 4090 / 5090 GPUs. - System RAM Streaming Specialist (DDR4/DDR5 & Massive Context): Specially engineered to run either partially or entirely out of system RAM across large or full (+160k to 256k) context windows. By replacing non-linear codebooks with linear SIMD-optimized Q3_K edge experts and upgrading shared foundation experts to Q5_K across all 40 layers, AVX2 CPU dequantization stalls are completely eliminated. Depending on your processor architecture and memory bandwidth (dual-channel DDR4 or high-speed DDR5 6000+ MT/s), streaming generation in system RAM can approach speeds remarkably close to full VRAM execution, allowing both the dedicated Q8_0 multimodal vision projector (mmproj) and the integrated Multi-Token Prediction tensors to be used by compatible runtimes for speculative decoding and the Q8_0 multimodal projector (mmproj) to be loaded in GPU VRAM for OCR while the main model weights stream effortlessly from system RAM. Explore the complete family of APEX-I-MiniPlus models in our official collection: [APEX-I-MiniPlus V2.1 Hub Collection](https://huggingface.co/collections/IsValorum/apex-i-miniplus-v21-current-6aac8d4766a28a024e8bb104).

[!IMPORTANT] ### EXPLORE THE ESTABLISHED 35B MoE MINIPLUS LINEUP These are complementary APEX-I-MiniPlus V2.1 releases, not alternate downloads of the same model. Each receives the same tensor-by-tensor approach, integrated MTP where supported, and a design suitable for full or partial system-RAM inference. Choose the model whose native strengths best fit the work you want to do: - [Qwen3.6-35B-A3B MTP APEX-I-MiniPlus-V2.1](https://huggingface.co/IsValorum/Qwen3.6-35B-A3B-MTP-APEX-I-MiniPlus-V2.1-GGUF) — a versatile frontier MoE for broad reasoning, multilingual work, agents, tool use, and multimodal tasks. - Best for: General reasoning, agent workflows, tool calling, and flexible multimodal use. - [Qwen3.6-35B-A3B MTP APEX-I-MiniPlus-V2.1 Abliterated](https://huggingface.co/IsValorum/Qwen3.6-35B-A3B-MTP-APEX-I-MiniPlus-V2.1-Abliterated-GGUF) — the V2.1 refusal-ablated Qwen3.6 edition for users who deliberately prefer reduced refusal behavior. - Best for: Workflows where an abliterated Qwen3.6 variant is explicitly desired. - [Tiel Coder APEX-I-MiniPlus-V2.1](https://huggingface.co/IsValorum/Tiel-Coder-35B-A3B-APEX-I-MiniPlus-V2.1-GGUF) — a specialist coding MoE tuned for agentic programming, iterative tool use, and implementation-heavy work. - Best for: Focused coding sessions, iterative debugging, and tool-driven implementation. These remain distinct model families and editions with their own behavior and empirical results. Pick by workload and intended alignment behavior rather than treating them as interchangeable quantization variants.

<a id="independent-benchmark"></a> <a id="toc-02"></a>

🏅 Independent Benchmark of the APEX-I-MiniPlus Family (Occamy V2 Reference)

[!NOTE] External report: zephel01 independently benchmarked Occamy V2. The benchmark below was performed on Occamy-1.0 APEX-I-MiniPlus V2, not on this specific V2.1 model. It is included as independent evidence of the broader MiniPlus quantization approach.

The APEX-I-MiniPlus quantization architecture powering this model was subjected to an extensive independent evaluation by Japanese AI researcher and evaluator zephel01 (CoolZero) on an NVIDIA RTX 5090 (32GB) workstation running llama.cpp CUDA b11027 with FlashAttention (-fa on -ctk q8_0 -ctv q8_0 -ngl 99).

The evaluation tested the APEX-I hybrid MoE engine across 348 unseeded trials on SWE-bench style multi-file Python bug-fixing tasks with hidden pytest suites (llmbench):

  • —L6 Multi-File Code Generation (60 tasks):
  • —Context 32,768 (32K): 93.3% Resolved (46/60 tasks passed 5/5 consecutive trials; 20/20 on Easy–Hard).
  • —Context 65,536 (65K): 90.0% Resolved (45/60 tasks passed 5/5 consecutive trials).
  • —Match with 25–28 GB Models: Matches or exceeds the resolution rate of full 25–28 GB models (such as Ornith-1.5 and Tiel-Coder 35B-A3B) while consuming over 10 GB less VRAM (14.6 GB vs approx. 26 GB).
  • —Extreme Context VRAM Scaling (The Hybrid DeltaNet SSM Advantage):
  • —32K Context: 14.6 GB total VRAM allocation.
  • —65K Context: 15.1 GB total VRAM allocation (only +0.5 GB VRAM added when doubling context!).
  • —Architectural Explanation: Because 30 of the 40 layers utilize Linear Attention / DeltaNet SSM (O(1) constant recurrence memory), only the 10 full-attention anchor layers expand the KV cache. This proves empirically that 65,536 context runs 100% in VRAM on consumer 16GB GPUs (RTX 4080 / RTX 5080) without offloading to system RAM.
  • —Measured Real-World Throughput: Sustained single-stream generation of approx. 247 – 251 tok/s on NVIDIA RTX 5090.

<a id="model-specifications"></a> <a id="empirical-benchmarks"></a> <a id="toc-03"></a>

Empirical Benchmarks & Fidelity Verification

The comparison table near the top consolidates the model-specific BF16 baseline, final GGUF PPL, delta, published main-file size, BPW, and fidelity tier. The routing treatment is preserved in the note directly beneath it.

<a id="quality-spectrum"></a> <a id="toc-04"></a>

Quality Spectrum: APEX-I-MiniPlus V2.1 vs. Standard Flat Quantizations

How the handcrafted APEX-I-MiniPlus V2.1 architecture compares against standard flat quantizations in llama.cpp on 35B Mixture-of-Experts architectures:

Quantization FormatBits Per Weight (BPW)Model Footprint (Disk / VRAM)Perplexity Delta (vs. FP16 Baseline)Token Fidelity & Syntactic Stability Tier
FP16 / BF16 (Uncompressed)16.0 bpw71.05 GB0.00 (Reference)100% full uncompressed reference fidelity.
Standard Q8_08.50 bpwapprox. 38 GBapprox. +0.01Virtually lossless; excessive memory overhead for consumer hardware.
Standard Q6_K6.56 bpwapprox. 30 GBapprox. +0.02 to +0.05Near-lossless FP16 fidelity; requires multi-GPU or 32GB+ VRAM setups.
🏆 APEX-I-MiniPlus V2.1 (IsValorum)3.43 bpw15.23 GB (14.18 GiB)ΔPPL +0.0570 (+0.75%)Measured GGUF result: 7.6370 ± 0.21010 versus the approx. 7.58 BF16 baseline, supporting a Q5_K_L-class fidelity tier (bordering Q6_K) at less-than-Q3_K_M weight, at a 78.6% weight-size reduction. Full native 256K context on standard 24GB workstations.
Standard Q5_K_M5.50 bpwapprox. 25 GBapprox. +0.05 to +0.10Commercial transparent threshold; exceeds standard single 24GB GPU limits.
Standard Q4_K_M4.50 bpwapprox. 20 GBapprox. +0.15 to +0.25Standard industry trade-off; requires context offload compromises.
Standard Q3_K_M / Q3_K_S3.44 bpw16.7 GBapprox. +0.40 to +0.85Noticeable syntax drop, bracket corruption, and tokenizer classification noise.
Standard IQ2_S / Generic APEX Mini2.50 bpwapprox. 12.5 GBapprox. +1.50 to +3.00+Severe reasoning breakdown, high perplexity spikes in <think> chains.

<a id="toc-05"></a>

Model Files & Technical Specifications

File NameFile SizeMemory FootprintBPWDescription
`Ornith-1.5-35B-A3B.APEX-I-MiniPlus-V2.1.gguf``15.23 GB` (`14.18 GiB`)14.18 GiB3.43 BPWRepository-scale agentic coding, tool use, reasoning & multimodal MoE
`mmproj-Q8_0.gguf``610.66 MB (582.37 MiB)`582.37 MiB8.50 BPWDedicated Q8_0 multimodal vision projector for document & image reasoning
Complete download`15.84 GB (14.75 GiB)`14.75 GiB—Main GGUF with integrated MTP plus bundled Q8_0 vision projector
  • —Base Model: ornith-ai/Ornith-1.5-35B-A3B
  • —Parameters: 35.2B total (approx. 2.6B to 3.2B active per token)
  • —Architecture: 40 layers, 256 micro-experts (8 active per token) + hybrid linear attention / DeltaNet recurrent layers
  • —Context Length: 262,144 tokens (native 256K)

<a id="tensor-map"></a> <a id="toc-06"></a>

Surgical Tensor Quantization Map (Audited from GGUF)

The exact tensor breakdown below has been verified directly from the compiled binary weights:

Layer GroupSub-Component / TensorQtyPrecisionEngineering Rationale
Global Output Headoutput.weight1`Q6_K`Preserves near-FP16 token classification; eliminates syntax errors, bracket drops, and hallucinations.
Global Embeddingstoken_embd.weight1`Q4_K`High-fidelity vocabulary embedding representation.
All Normalizationsoutput_norm, attn_*_norm, ssm_norm171`F32`100% uncompressed numerical stability across all 40 layers.
Expert Routersblk.*.ffn_gate_inp, ffn_gate_inp_shexp80`F32`100% uncompressed routing fidelity across 256 micro-experts; zero router drift.
Attention Gatesblk.*.attn_gate.weight (30 Hybrid Layers)30`Q8_0`High-precision attention gating across hybrid DeltaNet recurrence layers; eliminates crosstalk.
Shared Foundation Expertsblk.*.ffn_{gate,down,up}_shexp (All 40 Layers)120`Q5_K`Foundation knowledge backbone active on 100% of tokens; protected in high-precision linear Q5_K.
Periodic Full Attentionblk.{3,7,11,...}.attn_q/k/v (10 Anchor Layers)30`Q4_K`Full quadratic attention anchor checkpoints for deep needle-in-a-haystack retrieval.
Periodic Full Attentionblk.{3,7,11,...}.attn_output (10 Anchor Layers)10`Q6_K`Armored attention output projection over deep context.
Recurrent SSM Scalesblk.*.ssm_alpha, ssm_a, ssm_conv1d, ssm_dt120`F32`Guarded in uncompressed FP32 to prevent DeltaNet recurrent state drift.
Linear Attention & SSMblk.*.attn_qkv, ssm_beta, ssm_out90`Q3_K`Linear AVX2 execution; zero SIMD CPU stalls during system RAM streaming.
Edge MoE ExpertsLayers 0–9 & 30–39 (ffn_*_exps)60`Q3_K`Linear SIMD execution optimized for system RAM offload.
Core MoE ExpertsLayers 10–29 (ffn_*_exps)60`IQ3_XXS`Calibrated with importance matrix (imatrix) for maximum compactness in deep layers.

<a id="throughput-projections"></a> <a id="toc-07"></a>

Hardware Throughput & Offload Benchmarks (RTX 30 / 40 / 50 & RAM Streaming)

Empirically verified in Unsloth Studio & llama.cpp:

Hardware TargetOffload ModeGeneration Speed (Est.)Prompt Prefill Speed (Est.)Highlights
NVIDIA RTX 5080 / 5090 (Blackwell)Full GPU (-ngl 99)approx. 247 – 251 tok/s2,800 – 3,900+ tok/sEmpirically verified on RTX 5090 by zephel01 (Occamy V2 Reference)
NVIDIA RTX 4090 (24GB GDDR6X)Full GPU (-ngl 99)90 – 115+ tok/s2,000 – 2,800+ tok/sLinear attention layers slash prefill latency
NVIDIA RTX 3090 (24GB GDDR6)Full GPU (-ngl 99)72 – 88+ tok/s1,500 – 2,200+ tok/sFull 256k native window in VRAM
Workstation / Laptop (DDR4 / DDR5 RAM)Hybrid Offload (Few layers in VRAM)Hardware-dependentHardware-dependentZero AVX2 CPU stalls; efficient streaming from system RAM
  • —Aggressive Hybrid Offload Profile: Hybrid offload supports reasoning-enabled generation with limited VRAM while the remaining model weights stream from system RAM.
[!NOTE] ### Empirical Testbed Architecture & Desktop/Server Scaling - Empirical Benchmark Hardware: The hybrid offload and system RAM streaming behavior documented above was measured on a consumer laptop powered by an Intel 12th Gen Alder Lake architecture featuring a hybrid design of Performance Cores (P-Cores) and Efficient Cores (E-Cores) paired with dual-channel system RAM and constrained laptop power/thermal envelopes. - Thread Scheduling & E-Core Contention: In hybrid architectures like Alder Lake, OS thread scheduling across background E-Cores and lower single-core mobile power limits introduce memory bandwidth and thread synchronization overhead during CPU dequantization. - Dramatic Scaling on Higher-End Processors: When running on desktop or server processors (such as modern AMD Ryzen 7000 / 9000 Zen 4/5 series or high-TDP Intel desktop platforms with dedicated performance cores, large L3 caches, and high-bandwidth dual- or quad-channel DDR5 running at 6000+ MT/s), streaming generation speeds and prefill throughput will scale dramatically higher, substantially exceeding these measured mobile numbers.

<a id="context-scaling"></a> <a id="toc-08"></a>

The 24GB Miracle: Full 256K Context Runs In VRAM!

Ornith-1.5-35B-A3B APEX-I-MiniPlus-V2.1 fits the entire 256K context window within 24GB VRAM:

Context LengthModel Weights (Est.)KV Cache (q8_0, 4 slots)Compute Buffers**Total GPU VRAM (Est.)**Feasibility
32,768 (32k)14.18 GiB0.58 GiB1.80 GiB`16.56 GiB`Full offload on 24GB; partial on 16GB
65,536 (64k)14.18 GiB0.92 GiB1.95 GiB`17.05 GiB`Effortless fit on 24GB GPUs
131,072 (128k)14.18 GiB1.58 GiB2.22 GiB`17.98 GiB`Effortless fit on 24GB GPUs
262,144 (256k)14.18 GiB2.92 GiB2.80 GiB`19.90 GiB`FULL 256K NATIVE IN VRAM!

Note: Leaves comfortable headroom for display drivers and compute buffers on standard 24GB GPUs (RTX 3090, RTX 4090, RTX 5090).

[!TIP] ### 💡 Empirical 16GB GPU Verification (Single Stream / Desktop) While theoretical multi-slot server buffers estimate approx. 16.5 GiB, independent hardware testing by zephel01 on an RTX 5090 (Occamy V2 Reference) confirmed that single-stream desktop inference consumes only 14.6 GB at 32,768 ctx and only 15.1 GB at 65,536 ctx (-ctk q8_0 -ctv q8_0 -fa on). This empirically proves that full 65K context runs completely in VRAM on 16GB cards (RTX 4080 / RTX 5080) without system RAM offload!

<a id="recommended-setup"></a> <a id="toc-09"></a>

Recommended Configuration & Setup

bash
llama-server.exe \
 -m Ornith-1.5-35B-A3B.APEX-I-MiniPlus-V2.1.gguf \
 --port 8080 \
 --parallel 4 \
 --flash-attn on \
 --fit on \
 -c 104960 \
 --cache-type-k q8_0 \
 --cache-type-v q8_0

<a id="generation-parameters"></a> <a id="toc-10"></a>

⚙️ Recommended Generation Parameters (ornith-ai Official)

Sampling metadata recorded from ornith-ai/Ornith-1.5-35B-A3B in the completed build:

HyperparameterValueDescription / Creator Notice
Temperature1.00Source GGUF sampling metadata.
Top-P0.95Source GGUF sampling metadata.
Top-K20Source GGUF sampling metadata.
Max New TokensRuntime-dependentSelect for the target workload.
[!IMPORTANT] <a id="quantization-fidelity"></a> ### 🔍 Model Inherent Behavior vs. Quantization Fidelity Notice Any behavioral nuances, stylistic tendencies, domain-specific habits, or zero-shot edge-case oversights stem entirely from the original unquantized checkpoint weights and fine-tuning distribution, NOT from the APEX-I quantization process. Handcrafted APEX-I-MiniPlus strictly preserves mathematical tensor fidelity—keeping 100% of expert routing matrices (gate_inp) in uncompressed F32 (zero router drift), armoring the token output head in Q6_K, and safeguarding attention gates in Q8_0. Empirical verification records the final GGUF perplexity at 7.6370 ± 0.21010, a ΔPPL +0.0570 (+0.75%) versus the approx. 7.58 BF16 baseline.

<a id="toc-11"></a>

Optional Support

<a href="https://ko-fi.com/isvalorum"><img src="https://huggingface.co/spaces/IsValorum/MiniPlus-NanoPlus-Requests/resolve/main/assets/dance-gold-ship.gif" alt="Gold Ship dancing" width="128" align="right"></a>

If these MiniPlus or NanoPlus releases have been useful to you and you would like to support the work, you can do so voluntarily through https://ko-fi.com/isvalorum. Your contribution helps with evaluation, hosting, and future handcrafted quantizations. Every release will always remain free to download and use; there are no paywalled files, updates, or features.