Back to Models

GLM 4.6V Flash

zhipuzhipu/glm-4.6v-flash

Zhipu AI GLM 4.6V Flash β€” free-tier vision model supporting image, video, and document understanding.

Context Length
131K
Max Output
16K

Modalities

textimagevideopdf→text

Pricing Breakdown

Pricing not available.

Supported Parameters

temperaturemax_tokenstop_ptoolstool_choicestop

API Usage Examples

Use the global api.therouter.ai endpoint shown below for new integrations; the legacy China accelerated endpoint is retired.

cURL
curl https://api.therouter.ai/v1/chat/completions   -H "Content-Type: application/json"   -H "Authorization: Bearer $THE_ROUTER_API_KEY"   -d '{
    "model": "zhipu/glm-4.6v-flash",
    "messages": [
      {"role": "user", "content": "Summarize the key points from this input."}
    ]
  }'
Customer Support