*This model was contributed to Hugging Face Transformers on 2026-05-26.* # Glmga ## Overview The Glmga model was proposed in []() by . The abstract from the paper is the following: Tips: This model was contributed by [INSERT YOUR HF USERNAME HERE](https://huggingface.co/). The original code can be found [here](). ## Usage examples Glmga reuses the [GLM-4.6V](./glm46v) 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. ## GlmgaConfig [[autodoc]] GlmgaConfig ## GlmgaImageProcessor [[autodoc]] GlmgaImageProcessor ## GlmgaVideoProcessor [[autodoc]] GlmgaVideoProcessor ## GlmgaImageProcessorPil [[autodoc]] GlmgaImageProcessorPil