Mistral-Small-3.1

Mistral-Small-3.1

Provider: Mistral AI
Category: Text Generation
Endpoint: POST /v1/chat/completions
Context window: 128K
Served from:

24B-parameter multimodal model with 128K context for image analysis, programming, math, and multilingual tasks, tuned for efficient local inference.

At a glance

FieldValue
Model idmistral-small-3-1
Input modalitiestext, image
Output modalitiestext
Context window128K
Region
Featuresvision
NewNo
Native inferenceNo

Pricing

ChargeSpecRate
Per Messagefixed$0.0019

Example request

$curl https://api.empiriolabs.ai/v1/chat/completions \
> -H 'Authorization: Bearer $EMPIRIOLABS_API_KEY' \
> -H 'Content-Type: application/json' \
> -d '{"model": "mistral-small-3-1", "messages": [{"role":"user","content":"Hello"}]}'

Parameters

ParameterTypeRequiredDefaultDescription
temperaturenumberno0.7Range: 0 – 1.5
top_pnumberno1Range: 0 – 1
max_tokensnumberno4096Range: 1 – 32768
toolsstringnoOpenAI-format tool definitions
tool_choicestringnoauto, none, required, or {type, function}
response_formatstringnoSet to {“type”: “json_object”} for JSON mode
disable_formattingbooleannofalse

Live machine-readable schema is also available at GET https://api.empiriolabs.ai/v1/models/mistral-small-3-1.