Назад к моделям
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.
Размер контекста
131K
Максимальный вывод
16K
Модальности
ТекстИзображениеВидеоPDF→Текст
Разбивка цен
Данные о цене недоступны.
Поддерживаемые параметры
temperaturemax_tokenstop_ptoolstool_choicestop
Примеры API
Для новых интеграций используйте глобальный endpoint api.therouter.ai из примеров ниже; старый China accelerated endpoint выведен из эксплуатации.
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."}
]
}'