tencent

Tencent: Hunyuan A13B Instruct

tencent/hunyuan-a13b-instruct
Контекст
131 072
Вход токены
17,23 ₽/M
Выход токены
70,14 ₽/M
описание

Hunyuan-A13B is a 13B active parameter Mixture-of-Experts (MoE) language model developed by Tencent, with a total parameter count of 80B and support for reasoning via Chain-of-Thought. It offers competitive benchmark...

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

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

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