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 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!" }
]
}'