Mistral-Small-4

Mistral-Small-4

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

Hybrid model unifying Instruct, Reasoning (Magistral), and Devstral families: 40% lower completion time and 3x throughput vs Small 3.

At a glance

FieldValue
Model idmistral-small-4
Input modalitiestext, image
Output modalitiestext
Context window256K
Region
Featuresvision
NewNo
Native inferenceNo

Pricing

ChargeSpecRate
Inputper 1M tokens$0.15
Outputper 1M tokens$0.60
Standard Web Searchper call$0.084
Premium Web Searchper call$0.140
Code Interpreterper call$0.084
Image Generationper image$0.280

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-4", "messages": [{"role":"user","content":"Hello"}]}'

Parameters

ParameterTypeRequiredDefaultDescription
reasoning_enabledbooleannotrueEnable extended reasoning (maps to reasoning: high|none)
tool_web_searchbooleannotrueEnable web_search tool
web_search_tierenumno"standard"standard 0.030/premium0.030 / premium 0.050 per call · Allowed: standard, premium
tool_code_interpreterbooleannotrue
tool_image_generationbooleannotrue
temperaturenumberno0.7Range: 0 – 1.5
max_tokensnumberno4096Range: 1 – 32768
disable_formattingbooleannofalse

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