LLM Perks

Magistral Small

Mistral AI · All Mistral models
Free right now Mid-size
ReasoningTool useOpen weights

Magistral Small is a language model from Mistral AI. It is currently free at 1 provider with up to 41K tokens of context. The model supports step-by-step reasoning, supports tool calling. Its weights are open, so it can also run locally.

Developer
Mistral AI
Context
41K tokens
Type
Text
License
Open weights

Where to use Magistral Small for free

Each row is a separate free endpoint with its own limits.

ProviderContextLimitCard
Together AI
mistralai/Magistral-Small-2506
41K Fair use (depends on server load) — Open

Quick start

curl https://api.together.xyz/v1/chat/completions \
  -H "Authorization: Bearer $TOGETHER_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "mistralai/Magistral-Small-2506",
    "messages": [{"role": "user", "content": "Hello!"}]
  }'

Example for Together AI. Any OpenAI-compatible client works: Cursor, Cline, OpenCode, Open WebUI.

Benchmarks

Intelligence Index
8.6
GPQA Diamond
66.3%
Humanity's Last Exam
6.4%
Terminal-Bench Hard
4.5%
τ²-Bench
27.8%
Long context (LCR)
19.3%

Source: Artificial Analysis · Magistral Small 1.2

Similar free models

FAQ

Is Magistral Small free?

Yes. As of September 26, 2026, Magistral Small is free at Together AI. Each provider has its own limits — see the table above.

What is the context window of Magistral Small?

The largest context among free routes is 40,960 tokens. Some providers cap it lower.

How do I call Magistral Small via API?

Use any OpenAI-compatible client with base URL https://api.together.xyz/v1, model ID mistralai/Magistral-Small-2506, and a Together AI key.

How good is Magistral Small?

Artificial Analysis Intelligence Index: 8.6, GPQA Diamond: 66%. For comparison, the strongest free model in the catalog right now is GLM 5.3.

Is Magistral Small open-weight?

Yes, the weights are published — you can download and run it locally, for example with Ollama or LM Studio.