mistralai
Mistral

Mistral: Mistral Small 3

mistralai/mistral-small-24b-instruct-2501
Контекст
32 768
Вход токены
6,15 ₽/M
Выход токены
9,84 ₽/M
описание

Mistral Small 3 is a 24B-parameter language model optimized for low-latency performance across common AI tasks. Released under the Apache 2.0 license, it features both pre-trained and instruction-tuned versions designed...

модальности
интеграция

Как использовать через API

bash
# Запрос к API VEGA через mistralai/mistral-small-24b-instruct-2501
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-24b-instruct-2501",
    "messages": [
      {  "role": "user", "content": "Hello!"  }
    ]
  }'