AI SeedbankHelp preserve open and free AI for humanity's future

← All models

zai-org_GLM-4.1V-9B-Thinking

zai-org · View on Hugging Face ↗

Get this model

Download TorrentMagnet Link

Seeders: · Leechers:

Model card

The complete upstream card, rendered from this payload's README.md — the same hash-verified bytes the torrent distributes. Images and off-site links are removed; the original card on Hugging Face carries them.


license: mit language:

  • en
  • zh base_model:
  • zai-org/GLM-4-9B-0414 pipeline_tag: image-text-to-text library_name: transformers tags:
  • reasoning

GLM-4.1V-9B-Thinking

📖 View the GLM-4.1V-9B-Thinking paper.
📍 Using GLM-4.1V-9B-Thinking API at Zhipu Foundation Model Open Platform

Model Introduction

Vision-Language Models (VLMs) have become foundational components of intelligent systems. As real-world AI tasks grow increasingly complex, VLMs must evolve beyond basic multimodal perception to enhance their reasoning capabilities in complex tasks. This involves improving accuracy, comprehensiveness, and intelligence, enabling applications such as complex problem solving, long-context understanding, and multimodal agents.

Based on the GLM-4-9B-0414 foundation model, we present the new open-source VLM model GLM-4.1V-9B-Thinking, designed to explore the upper limits of reasoning in vision-language models. By introducing a "thinking paradigm" and leveraging reinforcement learning, the model significantly enhances its capabilities. It achieves state-of-the-art performance among 10B-parameter VLMs, matching or even surpassing the 72B-parameter Qwen-2.5-VL-72B on 18 benchmark tasks. We are also open-sourcing the base model GLM-4.1V-9B-Base to support further research into the boundaries of VLM capabilities.

Compared to the previous generation models CogVLM2 and the GLM-4V series, GLM-4.1V-Thinking offers the following improvements:

  1. The first reasoning-focused model in the series, achieving world-leading performance not only in mathematics but also across various sub-domains.
  2. Supports 64k context length.
  3. Handles arbitrary aspect ratios and up to 4K image resolution.
  4. Provides an open-source version supporting both Chinese and English bilingual usage.

Benchmark Performance

By incorporating the Chain-of-Thought reasoning paradigm, GLM-4.1V-9B-Thinking significantly improves answer accuracy, richness, and interpretability. It comprehensively surpasses traditional non-reasoning visual models. Out of 28 benchmark tasks, it achieved the best performance among 10B-level models on 23 tasks, and even outperformed the 72B-parameter Qwen-2.5-VL-72B on 18 tasks.

Quick Inference

This is a simple example of running single-image inference using the transformers library.
First, install the transformers library from source:

pip install transformers>=4.57.1

Then, run the following code:

from transformers import AutoProcessor, Glm4vForConditionalGeneration
import torch

MODEL_PATH = "zai-org/GLM-4.1V-9B-Thinking"
messages = [
    {
        "role": "user",
        "content": [
            {
                "type": "image",
                "url": "https://upload.wikimedia.org/wikipedia/commons/f/fa/Grayscale_8bits_palette_sample_image.png"
            },
            {
                "type": "text",
                "text": "describe this image"
            }
        ],
    }
]
processor = AutoProcessor.from_pretrained(MODEL_PATH, use_fast=True)
model = Glm4vForConditionalGeneration.from_pretrained(
    pretrained_model_name_or_path=MODEL_PATH,
    torch_dtype=torch.bfloat16,
    device_map="auto",
)
inputs = processor.apply_chat_template(
    messages,
    tokenize=True,
    add_generation_prompt=True,
    return_dict=True,
    return_tensors="pt"
).to(model.device)
generated_ids = model.generate(**inputs, max_new_tokens=8192)
output_text = processor.decode(generated_ids[0][inputs["input_ids"].shape[1]:], skip_special_tokens=False)
print(output_text)

For video reasoning, web demo deployment, and more code, please check our GitHub.

Magnet link

Opens the swarm directly in your torrent client — no file download needed. Copy-paste works too:

magnet:?xt=urn:btih:8b43924c2bb036a8bb6e93a02f95fe96c46d43bc&dn=zai-org_GLM-4.1V-9B-Thinking

Open magnet in torrent client · infohash 8b43924c2bb036a8bb6e93a02f95fe96c46d43bc

Files & hashes

PathSizesha1sha256
README.md4.3 KB (4,422 B)c6d1aa1c8af0584a2de4a712c47621db96f324f37ac0ed3602f183bcf9e0487adb128658d861957c8021443dcea918f8d4460566
chat_template.jinja922 B (922 B)11c8fe58c6d2aa21ca10f5777a94af489af8d1b1847603d3ed14387a2b45c197f8d07ddee0f9938051549c727cbc894facfea78b
config.json1.5 KB (1,530 B)df1e864f37c70c927988b29012e367e184df3929141e15cb74afaca3d870970ed405c4bab0f93a3fa46cfab70782b91f5dd526f4
generation_config.json239 B (239 B)51d9c1b834b0e321854231ad3618c0e4db30ece6e9527bdf03e7d4971f9cacdbcf81a5fe04b10b64fc478bba6bf389cc0e597b72
model-00001-of-00004.safetensors4.94 GB (5,303,216,560 B)f34f2a9ee8201d89839f855e73f69d43987068af56708b3541e1f69c9843ae19eaa23720c5cee9f3d0c9ed101c3b9b43b40974a1
model-00002-of-00004.safetensors4.94 GB (5,303,216,696 B)3e51616b19fc183064ba2451b3c8a346e3ce6d7f7c353db4141fdd9a0c6b990d50040a28812bb56dc91c42154abc5a4ee81fe698
model-00003-of-00004.safetensors4.94 GB (5,303,216,696 B)d19a95a04feaecbbb6fc866af77ec1127a5fb1bcf3fab833fe4cad6cbce924908e1a58320217295417bbf87aa810fff6e4b634a4
model-00004-of-00004.safetensors4.35 GB (4,675,994,152 B)2196fdda2ef0e6a92c9c7cfaa0a2c4c1354041abb3c7723fac7de60f2b67e4f84f2d8648d7431ff32c95c630dcc17790091005eb
model.safetensors.index.json64.8 KB (66,392 B)0199a15abc40cf141aafabe981a73245edff5b7ed1a77d5ca0b8fa2cb57e097e1d4087bbfcb86e85778ce59e17e5e2610bc6dd86
notebook.ipynb2.4 MB (2,537,101 B)98019564abbb1e2e933f0ad1953f9f9e8695428a4e773310cc43f99e534f54b458655bc6f70c439304ac11b6624edec476b64df1
preprocessor_config.json364 B (364 B)f049d095ff007ac36d302b9be0822ad12e17a631d71bebc1307f2d1e38e87563b50faa78c72fd2e4093b5c69c756f12c444fec6a
tokenizer.json19.0 MB (19,966,496 B)c3f6911dae39c8141da50e1ad2965374561c461876ebeac0d8bd7879ead7b43c16b44981f277e47225de2bd7de9ae1a6cc664a8c
tokenizer_config.json4.7 KB (4,795 B)f4fdf718d3e3771d495685e57d3cd18ae67d0423468e400c12d54be1b1b0e008fa5ee9382c8c9ef29a5dd0b5093421ef261935ed
video_preprocessor_config.json365 B (365 B)7e93de5ff416f265523357ee68fff6530399d22885d5ca37836f20a5edd11800e4380e731612946f8c7b70fba4d8f532fe752932

Cite this release

Canonical URL
https://aiseedbank.org/models/zai-org_GLM-4.1V-9B-Thinking/
Slug
zai-org_GLM-4.1V-9B-Thinking
Infohash
8b43924c2bb036a8bb6e93a02f95fe96c46d43bc
License
mit
Signing key fingerprint
85a3b32c3712427b

Every file carries a locally computed sha256 — verify a download against the signed sums: zai-org_GLM-4.1V-9B-Thinking.SHA256SUMS (+ minisign signature).

Provenance

Upstream repositoryzai-org/GLM-4.1V-9B-Thinking
Revision (pinned)3c1471e51dc811b589d4d12b1c1c7c1c941267c2
Fetched at2026-09-04T06:40:22Z
License at fetchmit
Snapshot toolhuggingface · seedbank 0.1.0

Trackers

✓ verified · rehash-vs-hf-metadata at 2026-09-04T06:43:58Z

mit19.19 GB (20,608,226,730 bytes)transformerssafetensorsglm4vimage-text-to-textreasoningconversationalendpoints_compatible2 languages (en, zh)paper: 2507.01006