docs/source/en/model_doc/glmga.md
This model was contributed to Hugging Face Transformers on 2026-05-26.
The Glmga model was proposed in <INSERT PAPER NAME HERE> by <INSERT AUTHORS HERE>. <INSERT SHORT SUMMARY HERE>
The abstract from the paper is the following:
<INSERT PAPER ABSTRACT HERE>Tips:
<INSERT TIPS ABOUT MODEL HERE>This model was contributed by [INSERT YOUR HF USERNAME HERE](https://huggingface.co/<INSERT YOUR HF USERNAME HERE>). The original code can be found here.
Glmga reuses the GLM-4.6V modeling and processor; only its configuration and image/video
processors are model-specific. Load it with the Auto* classes (e.g. AutoModelForImageTextToText,
AutoProcessor), which resolve to the GLM-4.6V implementation.
[[autodoc]] GlmgaConfig
[[autodoc]] GlmgaImageProcessor
[[autodoc]] GlmgaVideoProcessor
[[autodoc]] GlmgaImageProcessorPil