Hi - I answer from the OpenSmartRoute documentation: routing, the API, plans and quotas, self-hosting. Ask away, or open a support ticket if you need a person.
Grounded in the docs - follow a source before acting on it.
GLM 4.5V - Model - OpenSmartRoute
Modelv1.0.0
GLM 4.5V
GLM-4.5V is a vision-language foundation model for multimodal agent applications. Built on a Mixture-of-Experts (MoE) architecture with 106B parameters and 12B activated parameters, it achieves state-
Reference model card from the OpenRouter listing - model z-ai/glm-4.5v. Prices are per million tokens as listed; ratings and installs below are from this marketplace.
GLM 4.5V
GLM-4.5V is a vision-language foundation model for multimodal agent applications. Built on a Mixture-of-Experts (MoE) architecture with 106B parameters and 12B activated parameters, it achieves state-of-the-art results in video understanding,...
Facts
Vendor
Z.ai
Context window
65,536 tokens
Max output
16,384 tokens
Input price
$0.60 / 1M tokens
Output price
$1.80 / 1M tokens
Input
text, image
Output
text
Tool calling
yes
Structured outputs
yes
Reasoning
yes
Open weights
zai-org/GLM-4.5V
Endpoint: https://openrouter.ai/api/v1 (OpenAI-compatible), model z-ai/glm-4.5v
Use it
Copy one of these into your project. Installing also returns the manifest and these snippets.
# after Install: the listing is in your workspace's routing pool - nothing else to configure
curl -s -X POST https://api.opensmartroute.ai/api/v1/route -H 'Authorization: Bearer $OSR_API_KEY' -H 'Content-Type: application/json' -d '{"text": "...", "plan": true}'
# or pin it on the OpenAI-compatible endpoint: {"model": "model-z-ai-glm-4-5v", ...}
Manifest
An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.
model-z-ai-glm-4-5v.ocm.jsonjson
{
"ocm": "1",
"id": "model-z-ai-glm-4-5v",
"kind": "llm",
"name": "GLM 4.5V",
"description": "GLM-4.5V is a vision-language foundation model for multimodal agent applications. Built on a Mixture-of-Experts (MoE) architecture with 106B parameters and 12B activated parameters, it achieves state-of-the-art results in video understanding,...",
"publisher": "Z.ai",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"llm",
"z-ai",
"openrouter",
"open-weights",
"reasoning",
"tool-calling",
"image",
"models"
],
"languages": [
"en"
],
"modalities": [
"text",
"image"
],
"supports_tools": true,
"supports_streaming": true,
"context_window": 65536
},
"quality_prior": 0.6,
"examples": [
"GLM-4.5V is a vision-language foundation model for multimodal agent applications. Built on a Mixture-of-Experts (MoE) architecture with 106B parameters and 12B activated parameters, it achieves state-of-the-art results in video understanding,..."
],
"primary": false,
"metadata": {
"source": {
"provider": "models",
"ref": "1754922288",
"url": "https://openrouter.ai/z-ai/glm-4.5v",
"key": "z-ai/glm-4.5v",
"catalogue": "https://openrouter.ai/api/v1"
},
"model": "z-ai/glm-4.5v",
"pricing": {
"input_usd_per_1m": 0.6,
"output_usd_per_1m": 1.8,
"cache_read_usd_per_1m": 0.11
},
"max_output_tokens": 16384,
"output_modalities": [
"text"
],
"hugging_face_id": "zai-org/GLM-4.5V",
"reasoning": true,
"created": 1754922288,
"benchmarks": {
"hub_downloads": 46218,
"hub_trending": 0,
"hub_likes": 722,
"hub_downloads_total": 1040140
}
},
"cost": {
"usd_per_1k_tokens": 0.0012
},
"endpoints": [
{
"protocol": "openai",
"url": "https://openrouter.ai/api/v1"
}
]
}
Fetch it by URL: GET /api/v1/registry/model-z-ai-glm-4-5v/manifest?version=1.0.0
Reviews
Star ratings from people who tried it. One review per account; edit yours any time.
No reviews yet. Install it, try it, and be the first to rate it.