Mistral Small 3.2

mistralai/mistral-small-3.2
by Mistral·Text·128K context·Released 2025-11-08·Apache 2.0
open-weight

Overview

Mistral's compact open model, refreshed for better tool use and structured output. Apache-2.0 and widely hosted, it's even-tempered and predictable for everyday tasks like chat, extraction and routing. Not the strongest reasoner in its price band, but reliable and easy to deploy, with competitive live pricing across several providers.

Benchmarks

Standardized scores (0–100), normalized across the catalog.

Intelligence44
Coding61
Instruction following84

Providers

LLMRouteHub routes to the cheapest healthy provider by default. Showing the top 5 of 8 providers by routed volume.

ProviderInputOutputThroughputUptime
Lambda$0.12$0.33124 tok/s99.6%
Hyperbolic$0.13$0.35115 tok/s99.4%
Parasail$0.15$0.42107 tok/s99.3%
DeepInfra$0.18$0.4998 tok/s99.1%
Together$0.19$0.5289 tok/s99%

Use this model

curl https://llmroutehub.com/api/v1/chat/completions \
  -H "Authorization: Bearer $LLMROUTEHUB_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "mistralai/mistral-small-3.2",
    "messages": [{ "role": "user", "content": "Hello" }]
  }'