mistralai
Mistral

Mistral: Saba

mistralai/mistral-saba
Контекст
32 768
Вход токены
24,61 ₽/M
Выход токены
73,83 ₽/M
Кэш чтение
2,46 ₽/M
описание

Mistral Saba is a 24B-parameter language model specifically designed for the Middle East and South Asia, delivering accurate and contextually relevant responses while maintaining efficient performance. Trained on curated regional...

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

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

bash
# Запрос к API VEGA через mistralai/mistral-saba
curl https://api.vega.chat/api/v1/chat/completions \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer $VEGA_API_KEY" \
  -d '{
    "model": "mistralai/mistral-saba",
    "messages": [
      {  "role": "user", "content": "Hello!"  }
    ]
  }'