nvidia/GLM-5.2-NVFP4
Summary
NVIDIA released GLM-5.2-NVFP4, a quantized version of ZAI's GLM-5.2 MoE language model optimized for inference on NVIDIA Blackwell GPUs using Model Optimizer.
View Cached Full Text
Cached at: 06/26/26, 11:15 PM
nvidia/GLM-5.2-NVFP4 · Hugging Face
Source: https://huggingface.co/nvidia/GLM-5.2-NVFP4
https://huggingface.co/nvidia/GLM-5.2-NVFP4#model-overviewModel Overview
https://huggingface.co/nvidia/GLM-5.2-NVFP4#descriptionDescription:
The NVIDIA GLM-5.2 NVFP4 model is the quantized version of ZAI’s GLM-5.2 model, which is an auto-regressive language model that uses an optimized transformer architecture. GLM-5.2 is a Mixture-of-Experts (MoE) model for reasoning and coding that uses sparse attention (with an IndexShare indexer) to support a long context. For more information, please checkhere. The NVIDIA GLM-5.2 NVFP4 model is quantized withModel Optimizer.
This model is ready for commercial or non-commercial use.
https://huggingface.co/nvidia/GLM-5.2-NVFP4#licenseterms-of-useLicense/Terms of Use:
**GOVERNING TERMS:**Use of the model is governed by theMIT License, same as the base model.
https://huggingface.co/nvidia/GLM-5.2-NVFP4#deployment-geographyDeployment Geography:
Global
https://huggingface.co/nvidia/GLM-5.2-NVFP4#use-case-Use Case:
Developers looking to take off-the-shelf, pre-quantized models for deployment in AI Agent systems, chatbots, RAG systems, and other AI-powered applications.
https://huggingface.co/nvidia/GLM-5.2-NVFP4#release-date–Release Date:
Hugging Face 06/25/2026 viahttps://huggingface.co/nvidia/GLM-5.2-NVFP4
https://huggingface.co/nvidia/GLM-5.2-NVFP4#referencesReferences
Nvidia Model Optimizer:https://github.com/NVIDIA/Model-Optimizer
https://huggingface.co/nvidia/GLM-5.2-NVFP4#model-architectureModel Architecture:
**Architecture Type:**Transformers **Network Architecture:**GLM-5.2 (GlmMoeDsaForCausalLM) **Number of Model Parameters:**753B in total and 40B activated
https://huggingface.co/nvidia/GLM-5.2-NVFP4#inputInput:
**Input Type(s):**Text **Input Format(s):**String **Input Parameters:**One-Dimensional (1D) **Other Properties Related to Input:**Context length up to 1M
https://huggingface.co/nvidia/GLM-5.2-NVFP4#outputOutput:
**Output Type(s):**Text **Output Format:**String **Output Parameters:**1D (One-Dimensional): Sequences **Other Properties Related to Output:**None
Our AI models are designed and/or optimized to run on NVIDIA GPU-accelerated systems. By leveraging NVIDIA’s hardware (e.g. GPU cores) and software frameworks (e.g., CUDA libraries), the model achieves faster training and inference times compared to CPU-only solutions.
https://huggingface.co/nvidia/GLM-5.2-NVFP4#software-integrationSoftware Integration:
Supported Runtime Engine(s):
- SGLang
- vLLM
Supported Hardware Microarchitecture Compatibility:
- NVIDIA Blackwell
Preferred Operating System(s):
- Linux
The integration of foundation and fine-tuned models into AI systems requires additional testing using use-case-specific data to ensure safe and effective deployment. Following the V-model methodology, iterative testing and validation at both unit and system levels are essential to mitigate risks, meet technical and functional requirements, and ensure compliance with safety and ethical standards before deployment.
https://huggingface.co/nvidia/GLM-5.2-NVFP4#model-versionsModel Version(s):
The model version is NVFP4 1.0 version and is quantized with nvidia-modeloptv0.46.0
https://huggingface.co/nvidia/GLM-5.2-NVFP4#training-testing-and-evaluation-datasetsTraining, Testing, and Evaluation Datasets:
We calibrated the model using the dataset noted below, and performed evaluation using the benchmarks noted under Evaluation Datasets. We did not perform training or testing for this Model Optimizer release. The methods noted under Training and Testing Datasets below represent the data collection and labeling methods used by the third-party to train and test the underlying model.
https://huggingface.co/nvidia/GLM-5.2-NVFP4#training-datasetTraining Dataset:
**Data Modality:**Undisclosed **Data Collection Method by dataset:**Undisclosed **Labeling Method by dataset:**Undisclosed **Properties:**Undisclosed
https://huggingface.co/nvidia/GLM-5.2-NVFP4#testing-datasetTesting Dataset:
**Data Collection Method by dataset:**Undisclosed **Labeling Method by dataset:**Undisclosed **Properties:**Undisclosed
https://huggingface.co/nvidia/GLM-5.2-NVFP4#evaluation-datasetEvaluation Dataset:
**Datasets:**GPQA Diamond, SciCode, IFBench, AA-LCR, τ²-Bench Telecom **Data Collection Method by dataset:**Hybrid: Automated, Human **Labeling Method by dataset:**Hybrid: Human, Automated **Properties:**We evaluated the model on text-based reasoning, coding, long-context recall, and agentic tool-use benchmarks: GPQA Diamond contains 448 graduate-level multiple-choice questions written by domain experts in biology, physics, and chemistry; SciCode evaluates scientific coding capabilities; IFBench is a benchmark for evaluating instruction-following capabilities across diverse and structured task constraints; AA-LCR (Artificial Analysis Long Context Recall) evaluates a model’s ability to accurately retrieve and recall information from long input contexts; τ²-Bench Telecom evaluates agentic tool-use and policy-adherence capabilities in dual-control telecom customer-service scenarios where the model interacts with a simulated user and external tools to resolve account issues.
https://huggingface.co/nvidia/GLM-5.2-NVFP4#inferenceInference:
**Acceleration Engine:**SGLang, vLLM **Test Hardware:**NVIDIA B200 NVIDIA B300
https://huggingface.co/nvidia/GLM-5.2-NVFP4#post-training-quantizationPost Training Quantization
This model was obtained by quantizing the weights and activations of GLM-5.2 to NVFP4 data type, ready for inference with SGLang and vLLM. Only the weights and activations of the linear operators within transformer blocks in MoE experts are quantized. The shared expert is not quantized.
https://huggingface.co/nvidia/GLM-5.2-NVFP4#usageUsage
https://huggingface.co/nvidia/GLM-5.2-NVFP4#sglangSGLang
This checkpoint was served with the latest SGLang image (lmsysorg/sglang:latest). GLM-5.2’sglm\_moe\_dsaarchitecture requirestransformers\>=5\.3\.0, which we installed in the container before launching the server:
pip install -U "transformers>=5.3.0" && \
python3 -m sglang.launch_server \
--model nvidia/GLM-5.2-NVFP4 \
--tensor-parallel-size 8 \
--quantization modelopt_fp4 \
--tool-call-parser glm47 \
--reasoning-parser glm45 \
--trust-remote-code \
--chunked-prefill-size 131072 \
--mem-fraction-static 0.80
https://huggingface.co/nvidia/GLM-5.2-NVFP4#vllmvLLM
To serve this checkpoint withvLLM, use thevllm/vllm\-openai:v0\.23\.0image and run:
vllm serve nvidia/GLM-5.2-NVFP4 \
--tensor-parallel-size 8 \
--enable-expert-parallel \
--trust-remote-code \
--reasoning-parser glm45 \
--tool-call-parser glm47 \
--enable-auto-tool-choice \
--kv-cache-dtype fp8_e4m3 \
--host 0.0.0.0 --port 8000
https://huggingface.co/nvidia/GLM-5.2-NVFP4#evaluationEvaluation
The accuracy benchmark results are presented in the table below. AA-LCR was measured with SGLang; all other benchmarks were measured with vLLM.
PrecisionGPQA DiamondSciCodeIFBenchAA-LCR****τ²-Bench Telecombaseline (FP8)89.5249.8574.9569.3897.9NVFP489.3949.0475.8170.1398.25> Baseline:GLM-5.2-FP8. Benchmarked with temperature=1.0, top_p=0.95. GPQA Diamond used max_new_tokens=100000; all other benchmarks used max_new_tokens=64000.
https://huggingface.co/nvidia/GLM-5.2-NVFP4#model-limitationsModel Limitations:
The base model was trained on data that contains toxic language and societal biases originally crawled from the internet. Therefore, the model may amplify those biases and return toxic responses especially when prompted with toxic prompts. The model may generate answers that may be inaccurate, omit key information, or include irrelevant or redundant text producing socially unacceptable or undesirable text, even if the prompt itself does not include anything explicitly offensive.
https://huggingface.co/nvidia/GLM-5.2-NVFP4#ethical-considerationsEthical Considerations
NVIDIA believes Trustworthy AI is a shared responsibility and we have established policies and practices to enable development for a wide array of AI applications. Developers should work with their internal model team to ensure this model meets requirements for the relevant industry and use case and addresses unforeseen product misuse.
Please make sure you have proper rights and permissions for all input image and video content; if image or video includes people, personal health information, or intellectual property, the image or video generated will not blur or maintain proportions of image subjects included.
For more detailed information on ethical considerations for this model, please see theModel Card++ Bias, Explainability, Safety & Security, and Privacy Subcards.
Please report model quality, risk, security vulnerabilities or NVIDIA AI Concernshere.
SUBCARDS:
https://huggingface.co/nvidia/GLM-5.2-NVFP4#explainabilityExplainability
Field:Response:Intended Task/Domain:Text generation, reasoning, summarization, and question answering.Model Type:Text and Image-to-text transformerIntended Users:This model is intended for developers, researchers, and customers building/utilizing LLMs, while balancing accuracy and efficiency.Output:Text String(s)Describe how the model works:Generates text by predicting the next word or token based on the context provided in the input sequence using multiple self-attention layersName the adversely impacted groups this has been tested to deliver comparable outcomes regardless of:Not ApplicableTechnical Limitations & Mitigation:The model was trained on data that contains toxic language and societal biases originally crawled from the internet. Therefore, the model may amplify those biases and return toxic responses especially when prompted with toxic prompts. Therefore, before deploying any applications of this model, developers should perform safety testing and tuning tailored to their specific applications of the model.Verified to have met prescribed quality standards?YesPerformance Metrics:Accuracy, Throughput, and user-side throughputPotential Known RiskThe model may generate answers that may be inaccurate, omit key information, or include irrelevant or redundant text producing socially unacceptable or undesirable text, even if the prompt itself does not include anything explicitly offensive.Licensing:Your usage is governed by the following**GOVERNING TERMS:**Use of the model is governed by theMIT License, same as the base model.
https://huggingface.co/nvidia/GLM-5.2-NVFP4#biasBias
Field:Response:Participation considerations from adversely impacted groupsprotected classesin model design and testing:NoneMeasures taken to mitigate against unwanted bias:None
https://huggingface.co/nvidia/GLM-5.2-NVFP4#safety–securitySafety & Security
Field:Response:Model Application(s):Chat, Instruction Following, Chatbot Development, Code Generation, ReasoningDescribe life critical application (if present):Not ApplicableUse Case Restrictions:Abide by the**GOVERNING TERMS:**Use of the model is governed by theMIT License, same as the base model.Model and Dataset Restrictions:The Principle of least privilege (PoLP) is applied limiting access for dataset generation. Restrictions enforce dataset access during training, and dataset license constraints adhered to. Model checkpoints are made available on Hugging Face, and may become available on cloud providers’ model catalog.
https://huggingface.co/nvidia/GLM-5.2-NVFP4#privacyPrivacy
Field:Response:Generatable or Reverse engineerable personal data?NoPersonal data used to create this model?NoWas consent obtained for any personal data used?Not ApplicableHow often is dataset reviewed?Before ReleaseWas data from user interactions with the AI model (e.g. user input and prompts) used to train the model?NoIs there provenance for all datasets used in training?YesDoes data labeling (annotation, metadata) comply with privacy laws?YesIs data compliant with data subject requests for data correction or removal, if such a request was made?Not ApplicableApplicable NVIDIA Privacy Policyhttps://www.nvidia.com/en-us/about-nvidia/privacy-policy/
Similar Articles
@mr_r0b0t: Official @NVIDIAAI GLM5.1-NVFP4 spotted on @huggingface
NVIDIA releases GLM-5.1-NVFP4, a quantized version of ZAI's GLM-5.1 model with 754B total parameters (40B activated), available on Hugging Face under MIT license.
@HuggingPapers: NVIDIA just released an optimized GLM-5.2 on Hugging Face A 753B parameter MoE with 1M context, quantized to NVFP4 for …
NVIDIA released an optimized GLM-5.2 MoE model on Hugging Face with 753B parameters and 1M context, quantized to NVFP4 for Blackwell GPUs while nearly matching FP8 accuracy.
@lmsysorg: NVIDIA just released an NVFP4 checkpoint of GLM-5.2 from @Zai_org, a 744B MoE (40B active) for reasoning & coding. Day-…
NVIDIA released an NVFP4 quantized checkpoint of GLM-5.2, a 744B MoE model (40B active) optimized for reasoning and coding, with day-0 support in SGLang.
nvidia/Qwen3.6-35B-A3B-NVFP4 · Hugging Face
NVIDIA releases Qwen3.6-35B-A3B-NVFP4, a quantized version of Alibaba's mixture-of-experts multimodal language model, optimized for deployment on NVIDIA GPUs using Model Optimizer.
zai-org/GLM-5.2-FP8
Z.AI releases GLM-5.2, a flagship open-source model with a solid 1M-token context, improved coding capabilities, and a new IndexShare sparse attention architecture that reduces FLOPs by 2.9x at 1M context.