ERNIE-4.5-VL-424B-A47B is a multimodal Mixture-of-Experts (MoE) model from Baidu’s ERNIE 4.5 series, featuring 424B total parameters with 47B active per token. It is trained jointly on text and image data...
# Запрос к API VEGA через baidu/ernie-4.5-vl-424b-a47b
curl https://api.vega.chat/api/v1/chat/completions \
-H "Content-Type: application/json" \
-H "Authorization: Bearer $VEGA_API_KEY" \
-d '{
"model": "baidu/ernie-4.5-vl-424b-a47b",
"messages": [
{ "role": "user", "content": "Hello!" }
]
}'