z-ai
Z.ai

Z.ai: GLM 4.5

z-ai/glm-4.5
Контекст
131 072
Вход токены
73,83 ₽/M
Выход токены
270,72 ₽/M
Кэш чтение
13,54 ₽/M
описание

GLM-4.5 is our latest flagship foundation model, purpose-built for agent-based applications. It leverages a Mixture-of-Experts (MoE) architecture and supports a context length of up to 128k tokens. GLM-4.5 delivers significantly...

модальности
интеграция

Как использовать через API

bash
# Запрос к API VEGA через z-ai/glm-4.5
curl https://api.vega.chat/api/v1/chat/completions \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer $VEGA_API_KEY" \
  -d '{
    "model": "z-ai/glm-4.5",
    "messages": [
      {  "role": "user", "content": "Hello!"  }
    ]
  }'