Image-Text-to-Text
Keras
PyTorch
JAX
TensorFlow
English
Chinese
zeromodels
glm
glm4v
multimodal
vision
Instructions to use zeromodels/glm-4.1v-9b-thinking with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Keras
How to use zeromodels/glm-4.1v-9b-thinking with Keras:
# Available backend options are: "jax", "torch", "tensorflow". import os os.environ["KERAS_BACKEND"] = "jax" import keras model = keras.saving.load_model("hf://zeromodels/glm-4.1v-9b-thinking") - Notebooks
- Google Colab
- Kaggle