z-ai
Z.ai GLM 4.5V
z-ai/glm-4.5v
Input$0.600 /1M tokens
·Output$1.80 /1M tokens
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,...
Code Examples
import requests
response = requests.post(
"https://neurongate.net/v1/chat/completions",
headers={
"Authorization": "Bearer ng-your-api-key",
"Content-Type": "application/json"
},
json={
"model": "z-ai/glm-4.5v",
"messages": [
{"role": "user", "content": "Hello!"}
]
}
)
print(response.json()["choices"][0]["message"]["content"])Pricing Details
| Example | Cost |
|---|---|
| 1K input tokens (short prompt) | $0.00060 |
| 1K in + 500 out (typical response) | $0.00150 |
| 10K in + 2K out (document analysis) | $0.00960 |
| 100K in + 10K out (large context) | $0.0780 |
Prices in USD. Billed per actual token usage. Prepay with USDT, USDC, ETH, or BTC.
Frequently Asked Questions
Capabilities
Streaming
YesFunction Calling / Tools
YesVision (Image Input)
YesAudio Processing
NoContext Window
66K tokens
~49K words of text
Max output
16K tokens
Modalities
Input
textimage
Output
text