mistralai
Mistral

Mistral: Mistral Small 3.2 24B

mistralai/mistral-small-3.2-24b-instruct
Контекст
256 000
Вход токены
11,57 ₽/M
Выход токены
30,76 ₽/M
описание

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

bash
# Запрос к 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!"  }
    ]
  }'