Назад к моделям
GLM-5.3
zaizai/glm-5.3
Z.AI GLM-5.3 — text-only flagship with a 1M-token context window and 128K maximum output. Reasoning is always on: the vendor documents three effort levels (low, high, max) and no longer supports disabling it.
Размер контекста
1M
Максимальный вывод
131K
Цена Входза 1M токенов
$1.51за 1 млн токенов
Цена Выходза 1M токенов
$4.75за 1 млн токенов
Модальности
Текст→Текст
Разбивка цен
| Тип | Ставка |
|---|---|
| Вход | $1.51 за 1 млн токенов |
| Выход | $4.75 за 1 млн токенов |
Поддерживаемые параметры
temperaturemax_tokenstop_ptoolstool_choiceresponse_formatstopreasoning_effort
Примеры 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": "zai/glm-5.3",
"messages": [
{"role": "user", "content": "Summarize the key points from this input."}
]
}'