zai-org / glm-edge-v-5b

huggingface.co
Total runs: 303
24-hour runs: 0
7-day runs: -37
30-day runs: 31
Model's Last Updated: January 02 2025
image-text-to-text

Introduction of glm-edge-v-5b

Model Details of glm-edge-v-5b

GLM-Edge-V-5B

中文阅读, 点击 这里

Inference with Transformers
Installation

Install the transformers library from the source code:

pip install git+https://github.com/huggingface/transformers.git
Inference
import torch
from PIL import Image
from transformers import (
    AutoTokenizer,
    AutoImageProcessor,
    AutoModelForCausalLM,
)

url = "img.png"
messages = [{"role": "user", "content": [{"type": "image"}, {"type": "text", "text": "describe this image"}]}]
image = Image.open(url)

model_dir = "THUDM/glm-edge-v-5b"

processor = AutoImageProcessor.from_pretrained(model_dir, trust_remote_code=True)
tokenizer = AutoTokenizer.from_pretrained(model_dir, trust_remote_code=True)
model = AutoModelForCausalLM.from_pretrained(
    model_dir,
    torch_dtype=torch.bfloat16,
    device_map="auto",
    trust_remote_code=True,
)

inputs = tokenizer.apply_chat_template(
    messages, add_generation_prompt=True, return_dict=True, tokenize=True, return_tensors="pt"
).to(next(model.parameters()).device)

generate_kwargs = {
    **inputs,
    "pixel_values": torch.tensor(processor(image).pixel_values).to(next(model.parameters()).device),
}
output = model.generate(**generate_kwargs, max_new_tokens=100)
print(tokenizer.decode(output[0][len(inputs["input_ids"][0]):], skip_special_tokens=True))
License

The usage of this model’s weights is subject to the terms outlined in the LICENSE .

Runs of zai-org glm-edge-v-5b on huggingface.co

303
Total runs
0
24-hour runs
1
3-day runs
-37
7-day runs
31
30-day runs

More Information About glm-edge-v-5b huggingface.co Model

More glm-edge-v-5b license Visit here:

https://choosealicense.com/licenses/glm-4

glm-edge-v-5b huggingface.co

glm-edge-v-5b huggingface.co is an AI model on huggingface.co that provides glm-edge-v-5b's model effect (), which can be used instantly with this zai-org glm-edge-v-5b model. huggingface.co supports a free trial of the glm-edge-v-5b model, and also provides paid use of the glm-edge-v-5b. Support call glm-edge-v-5b model through api, including Node.js, Python, http.

glm-edge-v-5b huggingface.co Url

https://huggingface.co/zai-org/glm-edge-v-5b

zai-org glm-edge-v-5b online free

glm-edge-v-5b huggingface.co is an online trial and call api platform, which integrates glm-edge-v-5b's modeling effects, including api services, and provides a free online trial of glm-edge-v-5b, you can try glm-edge-v-5b online for free by clicking the link below.

zai-org glm-edge-v-5b online free url in huggingface.co:

https://huggingface.co/zai-org/glm-edge-v-5b

glm-edge-v-5b install

glm-edge-v-5b is an open source model from GitHub that offers a free installation service, and any user can find glm-edge-v-5b on GitHub to install. At the same time, huggingface.co provides the effect of glm-edge-v-5b install, users can directly use glm-edge-v-5b installed effect in huggingface.co for debugging and trial. It also supports api for free installation.

glm-edge-v-5b install url in huggingface.co:

https://huggingface.co/zai-org/glm-edge-v-5b

Url of glm-edge-v-5b

glm-edge-v-5b huggingface.co Url

Provider of glm-edge-v-5b huggingface.co

zai-org
ORGANIZATIONS

Other API from zai-org

huggingface.co

Total runs: 1.9M
Run Growth: -1.3M
Growth Rate: -66.15%
Updated:September 11 2026
huggingface.co

Total runs: 1.9M
Run Growth: -153.1K
Growth Rate: -8.19%
Updated:January 29 2026
huggingface.co

Total runs: 1.8M
Run Growth: 1.6M
Growth Rate: 100.00%
Updated:September 07 2026
huggingface.co

Total runs: 1.3M
Run Growth: -706.1K
Growth Rate: -53.41%
Updated:September 01 2026
huggingface.co

Total runs: 947.1K
Run Growth: -1.8M
Growth Rate: -187.25%
Updated:September 01 2026
huggingface.co

Total runs: 712.6K
Run Growth: 660.2K
Growth Rate: 98.68%
Updated:September 04 2026
huggingface.co

Total runs: 445.4K
Run Growth: -19.8K
Growth Rate: -4.45%
Updated:August 04 2024
huggingface.co

Total runs: 238.4K
Run Growth: -226.6K
Growth Rate: -90.56%
Updated:April 16 2026
huggingface.co

Total runs: 175.4K
Run Growth: -833.5K
Growth Rate: -410.62%
Updated:April 05 2026
huggingface.co

Total runs: 98.4K
Run Growth: -151.6K
Growth Rate: -156.36%
Updated:August 11 2025
huggingface.co

Total runs: 91.7K
Run Growth: 97
Growth Rate: 0.12%
Updated:May 13 2026
huggingface.co

Total runs: 90.6K
Run Growth: 12.7K
Growth Rate: 15.16%
Updated:January 29 2026
huggingface.co

Total runs: 87.3K
Run Growth: -1.9K
Growth Rate: -2.15%
Updated:March 13 2025
huggingface.co

Total runs: 82.5K
Run Growth: -41.2K
Growth Rate: -50.94%
Updated:August 11 2025
huggingface.co

Total runs: 77.0K
Run Growth: -74.8K
Growth Rate: -96.73%
Updated:December 10 2025
huggingface.co

Total runs: 63.6K
Run Growth: -8.1K
Growth Rate: -10.65%
Updated:December 05 2024
huggingface.co

Total runs: 56.8K
Run Growth: -65.8K
Growth Rate: -111.71%
Updated:August 11 2026
huggingface.co

Total runs: 44.8K
Run Growth: -76.8K
Growth Rate: -170.84%
Updated:October 25 2025
huggingface.co

Total runs: 22.2K
Run Growth: 4.4K
Growth Rate: 20.03%
Updated:November 23 2024
huggingface.co

Total runs: 20.4K
Run Growth: -57.9K
Growth Rate: -282.96%
Updated:March 03 2025
huggingface.co

Total runs: 20.1K
Run Growth: -20.2K
Growth Rate: -100.35%
Updated:April 14 2025
huggingface.co

Total runs: 18.2K
Run Growth: -9.7K
Growth Rate: -53.16%
Updated:September 30 2025
huggingface.co

Total runs: 15.9K
Run Growth: -2.3K
Growth Rate: -14.12%
Updated:November 23 2024
huggingface.co

Total runs: 14.2K
Run Growth: 13.5K
Growth Rate: 96.55%
Updated:September 04 2026
huggingface.co

Total runs: 13.7K
Run Growth: -14.0K
Growth Rate: -99.89%
Updated:December 23 2025
huggingface.co

Total runs: 13.1K
Run Growth: 2.4K
Growth Rate: 18.60%
Updated:December 09 2025
huggingface.co

Total runs: 9.4K
Run Growth: 207
Growth Rate: 2.11%
Updated:January 15 2026
huggingface.co

Total runs: 7.9K
Run Growth: -1.7K
Growth Rate: -21.73%
Updated:October 16 2025
huggingface.co

Total runs: 7.0K
Run Growth: -6.8K
Growth Rate: -96.42%
Updated:April 22 2025
huggingface.co

Total runs: 7.0K
Run Growth: -1.9K
Growth Rate: -27.58%
Updated:March 11 2025
huggingface.co

Total runs: 5.3K
Run Growth: -2.1K
Growth Rate: -40.20%
Updated:January 27 2025
huggingface.co

Total runs: 4.3K
Run Growth: -4.9K
Growth Rate: -126.66%
Updated:December 09 2025
huggingface.co

Total runs: 3.1K
Run Growth: -1.6K
Growth Rate: -56.33%
Updated:October 25 2025
huggingface.co

Total runs: 3.0K
Run Growth: 1.0K
Growth Rate: 33.16%
Updated:August 04 2024
huggingface.co

Total runs: 1.8K
Run Growth: 930
Growth Rate: 50.82%
Updated:August 12 2025
huggingface.co

Total runs: 678
Run Growth: 282
Growth Rate: 41.53%
Updated:March 02 2023
huggingface.co

Total runs: 576
Run Growth: -56
Growth Rate: -9.54%
Updated:August 11 2025
huggingface.co

Total runs: 439
Run Growth: -1.2K
Growth Rate: -266.28%
Updated:January 02 2025
huggingface.co

Total runs: 427
Run Growth: 242
Growth Rate: 57.76%
Updated:October 20 2023
huggingface.co

Total runs: 383
Run Growth: 86
Growth Rate: 24.86%
Updated:December 10 2024
huggingface.co

Total runs: 326
Run Growth: -403
Growth Rate: -125.55%
Updated:October 25 2025
huggingface.co

Total runs: 297
Run Growth: 130
Growth Rate: 43.33%
Updated:March 02 2023
huggingface.co

Total runs: 279
Run Growth: 68
Growth Rate: 24.46%
Updated:November 20 2023
huggingface.co

Total runs: 263
Run Growth: 111
Growth Rate: 43.02%
Updated:October 20 2023
huggingface.co

Total runs: 249
Run Growth: 105
Growth Rate: 42.17%
Updated:October 20 2023