Mistral Small 3.1 24B Instruct is an upgraded variant of Mistral Small 3 (2501), featuring 24 billion parameters with advanced multimodal capabilities. It provides state-of-the-art performance in text-based reasoning and...
# Запрос к API VEGA через mistralai/mistral-small-3.1-24b-instruct
curl https://api.vega.chat/api/v1/chat/completions \
-H "Content-Type: application/json" \
-H "Authorization: Bearer $VEGA_API_KEY" \
-d '{
"model": "mistralai/mistral-small-3.1-24b-instruct",
"messages": [
{ "role": "user", "content": "Hello!" }
]
}'