mistralai
Mistral

Mistral Large

mistralai/mistral-large
Контекст
128 000
Вход токены
246,11 ₽/M
Выход токены
738,33 ₽/M
Кэш чтение
24,61 ₽/M
описание

This is Mistral AI's flagship model, Mistral Large 2 (version `mistral-large-2407`). It's a proprietary weights-available model and excels at reasoning, code, JSON, chat, and more. Read the launch announcement [here](https://mistral.ai/news/mistral-large-2407/)....

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

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

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