Mistral / mistral/mistral-small-latest

Mistral Small 4 - access through LLMTR

A Mistral option for teams that want one efficient model to cover chat, coding, and reasoning. Keeps cost below the flagship while staying broadly capable.

Technical specifications

Canonical IDmistral/mistral-small-latest
ProviderMistral
Context window256,000 tokens
OperationsCHAT_COMPLETIONS
Modalitiestext, image

Pricing

A 6% platform margin applies to credit top-ups; model usage prices are not separately marked up.

OperationMetricUnitPrice
CHAT_COMPLETIONSINPUT_TEXTPER_1M_TOKENS$0.150000
CHAT_COMPLETIONSOUTPUT_TEXTPER_1M_TOKENS$0.600000

Example usage

With existing OpenAI SDK flows, change only the base URL and model identifier.

curl https://llmtr.com/v1/chat/completions \
  -H "Authorization: Bearer llmtr-your_key" \
  -H "Content-Type: application/json" \
  -d '{"model":"mistral/mistral-small-latest","messages":[{"role":"user","content":"Hello"}]}'

Related models