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 Audio2026

Generates controllable multilingual speech from text with nine predefined timbres and custom-voice control; supports voice design, quick voice cloning and low-latency streaming (first audio packet after a single character), suitable for real-time TTS and voice-design workflows.

Hugging Face
AI Model2026

1B-parameter text-generation model tuned for conversational and agentic workflows with a focus on security and vulnerability-detection; suited for low-cost or on-prem/edge deployments and terminal-agent integrations.