AIAny
AI Model2026
Icon for item

GLM-5.2-Vision (NVFP4)

Adds vision to GLM-5.2 by attaching a MoonViT encoder and a trained 49.5M-parameter PatchMerger projector to enable image→text multimodal reasoning; text and vision backbones are frozen, uses NVFP4 quantized weights and targets Blackwell B200 GPUs.

Introduction

Why this matters now Multimodal reasoning at very large context lengths is still uncommon outside tightly integrated research stacks. This checkpoint grafts a high-capacity vision tower onto an existing reasoning-focused GLM text backbone with minimal retraining, offering a practical route to scale image-aware reasoning to 256k–1M token contexts and very large image token budgets without retraining the full model.

Key Capabilities
  • Multimodal fusion via a lightweight trained projector: only a 49.5M-parameter PatchMerger is trained to map MoonViT patch embeddings into GLM token space, so upstream GLM and MoonViT weights remain byte-identical and frozen — lower integration cost and predictable behavior. This means you get GLM-5.2’s reasoning dynamics with added visual input without altering base model priors.
  • Large context and image capacity: supports up to 1,048,576 tokens of context (full configuration) and up to 4096 image tokens per image (16,384 MoonViT patches with 2×2 merge), enabling long multimodal documents and high-resolution visual inputs in a single session.
  • Practical deployment constraints: weights are NVFP4-quantized (~466 GB total checkpoint) and the reference setup targets Blackwell B200 hardware (8×B200 for full 1M context or 4×B200 for 256k). The model ships with SGLang integration code (external plugin) to expose the Glm5v generation architecture.
Who it's for and trade-offs

Great fit if you need a reasoning-first multimodal model that preserves a known text backbone and can handle extremely long contexts or dense visual inputs — research labs and companies with Blackwell-class GPU capacity who want to add vision to GLM-5.2 without full fine-tuning. Look elsewhere if you need small-footprint or edge deployment (checkpoint is very large and GPU-hungry), guaranteed upstream support from base-model authors (this graft is third-party), or an architecture with end-to-end trainable vision–language fusion (both backbones are frozen here).

Information

  • Websitehuggingface.co
  • OrganizationsBaseten, zai-org (GLM-5.2), Moonshot AI (Kimi-K2.6), NVIDIA
  • Published date2026/07/20

Categories

More Items

Hugging Face
AI Model2026

Provides a cybersecurity-focused CRACK variant of GLM-5.3 FP8 that reduces refusals for offensive-security, red-team, exploit-development and malware-analysis queries while retaining native FP8 speed on Hopper GPUs; MIT-licensed for authorized security work.

Hugging Face
AI Model2026

NVFP4-quantized checkpoint of Qwen3.8-Flash-Next for GPU-optimized multimodal autoregressive inference — routed MoE experts in W4A4 NVFP4 while attention/ancillary layers remain BF16; ~2.7× smaller than the BF16 source and supports very long contexts.

Hugging Face
AI Model2026

Fine-tuned variant of Qwen3.8-27B optimized to reduce reasoning cost and wall-clock latency for long-running agent workloads. Delivers ~12.8% faster decoding and higher MTP draft acceptance while cutting runaway reasoning, at a small MMLU-Pro accuracy trade-off (−1.45 pp).