AIAny
AI Model2026
Icon for item

NVIDIA-Nemotron-3.5-Lightning-30B-A3B-NVFP4

Open-weight 30B-parameter Mixture-of-Experts LLM with 3B active params, NVFP4-quantized checkpoint, and speculative-decoding support for long-context (up to 1M tokens) agentic, chat, reasoning and tool-calling workloads optimized for NVIDIA GPUs.

Introduction

Why this matters

Most production agent stacks need a model that balances long-context capabilities, throughput, and cost. This release targets that tradeoff: a Mixture-of-Experts hybrid that exposes a small active working set (≈3B active) inside a 30B-parameter topology, plus an NVFP4 quantized checkpoint and external speculative drafters so you can route inexpensive, high-volume work to Lightning while reserving heavier models for planning.

Key Capabilities
  • Hybrid MoE architecture (Mamba-2 + MoE + Attention) that yields a 30B total / ~3B active parameter profile — lower active compute for many agent sub-tasks.
  • Very long context support (up to 1,000,000 tokens) for retrieval- and document-heavy workflows.
  • Post-training NVFP4 quantized checkpoint with selective BF16 preservation for attention-related layers to retain accuracy while reducing memory and bandwidth.
  • Speculative decoding ecosystem: DSpark, DFlash and MTP options to improve throughput in low/high-concurrency serving setups.
  • Tool-calling and reasoning control baked into chat templates (reasoning ON/OFF flags) and parsers for agent integrations.
  • Ready examples and deployment recipes for vLLM, TensorRT-LLM, SGLang and API-serving; tuned patterns for H100/GB200/DGX Spark hardware.
Who it's for — and tradeoffs

Great fit if you need a cost-conscious, long-context workhorse for agent systems: use Lightning as a sub-agent drafter, a local inference option on high-end consumer/GPU boxes, or a mid-tier model in a multi-model routing stack.

Look elsewhere if you need the highest possible single-query accuracy from an ultra-frontier dense model for open-ended research tasks, or if you cannot provision NVIDIA GPUs and the specialized MoE runtimes described here. Running full 1M-token context or multi-GPU expert-parallel setups increases infra complexity and storage for checkpoints despite the reduced active compute.

Where it fits

Positioned as an efficiency-first Nemotron 3.5 variant: more suited than small Nano checkpoints for agentic reasoning and long-context workflows, but cheaper-to-run (in many agent use cases) than very large dense frontier models. Use it as the “workhorse” layer in a cascade: fast speculative drafts and retrieval fusion, with larger models reserved for complex planning or verification.

More Items

Hugging Face
AI Model2026

Generates complete UI, poster and infographic layouts from text prompts, rendering legible in-image text and producing native RGBA output with transparent backgrounds. Suited for text-rich visual design workflows and pairs with a companion model that decomposes designs into editable layers.

Hugging Face
AI Model2026

GGUF-format, quantized (Q4_K_M) and refusal-ablated (Heretic) text encoder build for Qwen-Image-2.1, supplied with a separate f16 vision mmproj so the full multimodal pipeline runs on llama.cpp/ComfyUI (Mac/non-CUDA friendly); multiple formats and quantizations included.

Hugging Face
AI Model2026

A non-autoregressive, multilingual System‑1 decision model that answers typed questions (choice/score/noul) over text or JSON in a single forward pass with probability distributions. Key differences: calibrated-probability design, sub-35ms GPU latency, and built-in multilingual routing; requires per-workflow recalibration and validation on long or low-resource languages.