Назад к моделям

Mistral Small

mistralmistral/mistral-small

Mistral's efficient small model. Low-cost option for simple tasks and high throughput.

Размер контекста
128K
Максимальный вывод
16K
Цена Входза 1M токенов
$0.120за 1 млн токенов
Цена Выходза 1M токенов
$0.360за 1 млн токенов

Модальности

ТекстТекст

Разбивка цен

ТипСтавка
Вход$0.120 за 1 млн токенов
Выход$0.360 за 1 млн токенов

Поддерживаемые параметры

temperaturemax_tokenstop_ptoolstool_choiceresponse_formatstop

Примеры API

Для новых интеграций используйте глобальный endpoint api.therouter.ai из примеров ниже; старый China accelerated endpoint выведен из эксплуатации.

cURL
curl https://api.therouter.ai/v1/chat/completions   -H "Content-Type: application/json"   -H "Authorization: Bearer $THE_ROUTER_API_KEY"   -d '{
    "model": "mistral/mistral-small",
    "messages": [
      {"role": "user", "content": "Summarize the key points from this input."}
    ]
  }'
Поддержка