LLM Reference

GLM-5V-Turbo on Vercel AI Gateway

GLM-5 · Zhipu AI

Serverless

Last refreshed 2026-05-22. Next refresh: weekly.

Why use GLM-5V-Turbo on Vercel AI Gateway?

Vercel AI Gateway offers GLM-5V-Turbo with pay-as-you-go pricing at $1.20/1M input tokens. Vercel AI Gateway is a unified AI proxy providing a single OpenAI-compatible API endpoint to 275+ models from 25+ providers including Anthropic, OpenAI, Google, Meta, Mistral, DeepSeek, xAI, Alibaba, Amazon, ByteDance, Cohere, MiniMax, MoonshotAI, KwaiPilot, Black Forest Labs, Recraft, Voyage AI, NVIDIA, and more.

Compare GLM-5V-Turbo across 2 providers to find the best fit for your use case
Input / 1M
$1.20
Output / 1M
$4.00
Cache
read $0.24
Batch
Not sourced

Setup recipe

Python + curl
Install
pip install openai
Auth
export AI_GATEWAY_API_KEY=...
Call
import os
from openai import OpenAI
client = OpenAI(
    api_key=os.environ["AI_GATEWAY_API_KEY"],
Model ID
zai/glm-5v-turbo

Request example

import os
from openai import OpenAI

client = OpenAI(
    api_key=os.environ["AI_GATEWAY_API_KEY"],
    base_url="https://ai-gateway.vercel.sh/v1"
)
response = client.chat.completions.create(
    model="zai/glm-5v-turbo",
    messages=[{"role": "user", "content": "Hello"}]
)
print(response.choices[0].message.content)

Gotchas

  • Use provider model ID "zai/glm-5v-turbo", not the LLMReference slug "glm-5v-turbo".
  • creator/model-name e.g. kwaipilot/kat-coder-pro-v2
  • The examples expect AI_GATEWAY_API_KEY; rename it only if your application config maps the new variable.

Compare GLM-5V-Turbo Across Providers

ProviderInput (per 1M)Output (per 1M)
OpenRouter$1.20$4.00
Vercel AI Gateway$1.20$4.00

Pricing

TypePrice (per 1M)
Input tokens$1.20
Output tokens$4.00

Capabilities

VisionMultimodalReasoningFunction CallingTool UseStructured Outputs

About GLM-5V-Turbo

First native multimodal variant of GLM-5 with CogViT visual encoder. Specialized for design-to-code tasks—converts mockups, screenshots, Figma exports, and hand-drawn sketches into HTML, CSS, and JavaScript. Trained with reinforcement learning across 30+ task types with INT8 quantization. Achieved 94.8 on Design2Code benchmark (vs Claude Opus 4.6: 77.3). Supports image, video, and text inputs natively.

FAQ

What does GLM-5V-Turbo cost on Vercel AI Gateway?

On Vercel AI Gateway, GLM-5V-Turbo costs $1.2 per 1M input tokens and $4 per 1M output tokens.

What is the context window for GLM-5V-Turbo on Vercel AI Gateway?

GLM-5V-Turbo supports a 200,000 token context window on Vercel AI Gateway.

How does Vercel AI Gateway compare to other GLM-5V-Turbo providers?

GLM-5V-Turbo is available from 2 providers. The cheapest input pricing is $1.2/1M tokens from OpenRouter.

What API model ID do I use for GLM-5V-Turbo on Vercel AI Gateway?

Use the model ID zai/glm-5v-turbo when calling Vercel AI Gateway's API.

Who created GLM-5V-Turbo?

GLM-5V-Turbo was created by Zhipu AI as part of the GLM-5 model family.

Is GLM-5V-Turbo open source?

GLM-5V-Turbo is not open source; the seed data lists it as proprietary.

Get Started

Model Specs

Released2026-04-01
Parameters744B total, 40B active
Context200k
ArchitectureMixture of Experts
Knowledge cutoff2025-11

Related Models on Vercel AI Gateway