glm-4.6v API — compare providers
The same model (glm-4.6v) is served by 2 providers at the same blended price — $1.2/1M whichever endpoint you pick. On quality, glm-4.6v scores 1378 on the LMArena (Chatbot Arena) — identical whichever provider serves it, so decide on latency, terms and region.
Quality and intelligence scores are attached to the model itself — identical whichever provider serves it. Verified 2026-09-04.
| Rank | Provider | Input /1M | Output /1M | Blended /1M | Value (Elo/$) |
|---|---|---|---|---|---|
| 1 | Novita AI | $0.3 | $0.9 | $1.2 | 1,148 |
| 2 | Z.AI | $0.3 | $0.9 | $1.2 | 1,148 |
Value = model Elo ÷ blended price per 1M tokens. All providers charge the same here, so value per dollar is identical — pick on latency, terms and region.
Prices are per 1M tokens (USD). "Blended" = input + output, for coarse ranking. Same underlying model, 2 serving providers, identically priced across all of them. Context window: 131,072 tokens (32,768 max output) — see how it ranks in biggest context windows. See how this compares across the catalogue in same model, different price, or find the best quality per dollar in the value ranking.
Cost per 1,000 requests by workload
What each provider actually bills for a representative job, not just the sticker price.
| Provider | Chatbot 1000 in / 500 out | RAG / long context 8000 in / 500 out | Batch summarize 4000 in / 1000 out |
|---|---|---|---|
| Novita AI | $0.75 | $2.85 | $2.10 |
| Z.AI | $0.75 | $2.85 | $2.10 |
Estimate your own workload
Input tokens/request: Output tokens/request: Requests:
| Provider | Estimated cost (USD) |
|---|
Self-host / quantized builds
Open weights under MIT — you can run glm-4.6v on your own hardware instead of paying per token. Quantized builds lower the memory footprint; whether it fits your GPU or Mac depends on the model's size. Formats: GGUF for llama.cpp / Ollama / LM Studio, AWQ and GPTQ for GPU serving, MLX for Apple silicon.
- GGUF builds llama.cpp · Ollama · LM Studio
- AWQ builds GPU serving (vLLM)
- GPTQ builds GPU serving
- MLX builds Apple silicon
- Ollama library one-command local run
Links search the live model hubs (Hugging Face, Ollama) so they track new builds as they appear — we don't host weights. Which formats exist depends on what the model owner and community have published.