Mistral-Small-3.2-24B-Instruct-2506 is an updated 24B parameter model from Mistral optimized for instruction following, repetition reduction, and improved function calling. Compared to the 3.1 release, version 3.2 significantly improves accuracy on...
# Запрос к API VEGA через mistralai/mistral-small-3.2-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.2-24b-instruct",
"messages": [
{ "role": "user", "content": "Hello!" }
]
}'