Model reference · open weights
GLM-4.6V-Flash is an open-weight language model from zai-org, listed in the AxForge catalogue. AxForge can bring it up on EU-owned hardware for you on request — with the licence handled where one is required.
About
GLM-4.6V This model is part of the GLM-V family of models, introduced in the paper GLM-4.1V-Thinking and GLM-4.5V: Towards Versatile Multimodal Reasoning with Scalable Reinforcement Learning. - GLM-4.6V Blog: https://z.ai/blog/glm-4.6v - Paper: https://huggingface.co/papers/2507.01006 - GitHub Repository: https://github.com/zai-org/GLM-V - Online Demo: https://chat.z.ai/ - API Access: Z.ai Open Platform - Desktop Assistant App: https://huggingface.co/spaces/zai-org/GLM-4.5V-Demo-App Introduction GLM-4.6V series model includes two versions: GLM-4.6V (106B), a foundation model designed for cloud and high-performance cluster scenarios, and GLM-4.6V-Flash (9B), a lightweight model optimized for local deployment and low-latency applications. GLM-4.6V scales its context window to 128k tokens in training, and achieves SoTA performance in visual understanding among models of similar parameter scales. Crucially, we integrate native Function Calling capabilities for the first time. This effectively bridges the gap between "visual perception" and "executable action" providing a unified technical foundation for multimodal agents in real-world business scenarios. Beyond achieves SoTA performance across major multimodal benchmarks at comparable model scales. GLM-4.6V introduces several key features: - Native Multimodal Function Calling Enables native vision-driven tool use. Images, screenshots, and document pages can be passed directly as tool inputs without text conversion, while visual outputs (charts, search images, rendered pages) are interpreted and integrated into the reasoning chain. This closes the loop from perception to understanding to execution. - Interleaved Image-Text Content Generation Supports high-quality mixed media creation from complex multimodal inputs. GLM-4.6V takes a multimodal context—spanning documents, user inputs, and tool-retrieved images—and synthesizes coherent, interleaved image-text content tailored to the task. During generation it can actively call search and retrieval tools to gather and curate additional text and visuals, producing rich, visually grounded content. - Multimodal Document Understanding GLM-4.6V can process up to 128K tokens o
Summarised from the published model card. Read the full card on the HuggingFace links below.
Specifications
| Maker | zai-org |
|---|---|
| Type | Language models |
| Parameters (lead) | 10.3B |
| Variants | 1 |
| Runs with | transformers |
| Released | 2025-12-07 |
| Popularity | 103k downloads / month |
| Likes | 626 |
| Licence | Open weights |
How it works
Variants
Open weights ship in several sizes and precisions. One page, all the variants — pick the one that fits your GPU. VRAM figures are estimates from model size.
| Variant | Params | Precision | VRAM | Fits 16 GB | Weights |
|---|---|---|---|---|---|
| GLM-4.6V-Flash | 10.3B | BF16 | ~23.7 GB | ✓ | Weights ↗ |
Using it via the API
Once AxForge deploys glm-4-6v-flash for you, it answers on the OpenAI-compatible API — the same base URL and keys as every other model. (glm-4-6v-flash below is illustrative; you get the exact model name on deployment.)
$ curl -sS https://api.axforge.ai/v1/chat/completions \
-H "Authorization: Bearer $AXFORGE_API_KEY" \
-H "Content-Type: application/json" \
-d '{"model":"glm-4-6v-flash","messages":[{"role":"user","content":"Hello"}]}'
Licence
Open weights under mit — commercial use is permitted. Deploy it on AxForge EU hardware on request. Read the licence ↗