Back to Models
M

Mistral Small 4 119B

Mistral
by Mistral AI

Hybrid MoE model unifying instruct, reasoning, and coding with multimodal input and 256k context.

Free EndpointDownloadableMar 16, 2026open license13M API calls / 30d

Specifications

Context Length
256K
256,000 tokens
Input Price
Free
per 1M tokens
Output Price
Free
per 1M tokens
Modalities
2
text→text, image+text→text

Capabilities

text generationchatcodereasoningvision

Tags

code-generationreasoningMoEmultimodal

API Usage

1Router is fully OpenAI-compatible. Just set the base URL and use this model ID:

mistralai/mistral-small-4-119b-2603
cURL
curl https://api.1router.com/v1/chat/completions \
  -H "Authorization: Bearer $ROUTER_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "mistralai/mistral-small-4-119b-2603",
    "messages": [{"role": "user", "content": "Hello!"}]
  }'