mistralai
Mistral

Mistral: Mixtral 8x22B Instruct

mistralai/mixtral-8x22b-instruct
Контекст
65 536
Вход токены
246,11 ₽/M
Выход токены
738,33 ₽/M
Кэш чтение
24,61 ₽/M
описание

Mistral's official instruct fine-tuned version of [Mixtral 8x22B](/models/mistralai/mixtral-8x22b). It uses 39B active parameters out of 141B, offering unparalleled cost efficiency for its size. Its strengths include: - strong math, coding,...

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

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

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