Back to stories
Models

Mistral Releases Large 3 — First Open-Weight Model With Native Agentic Tool Use

Michael Ouroumis2 min read
Mistral Releases Large 3 — First Open-Weight Model With Native Agentic Tool Use

Mistral AI has released Large 3, a 123 billion parameter model that the Paris-based company says is the first open-weight model with truly native agentic tool use. The model is available immediately through Mistral's API and as downloadable weights under the Mistral Research License.

Native Tool Calling

The headline feature is built-in function calling that does not rely on prompt engineering or system-level workarounds. Large 3 was trained from the ground up to understand tool definitions, generate structured function calls, interpret tool results, and chain multiple tool calls together to complete complex tasks.

In practice, this means developers can define tools using a standard JSON schema, and the model will reliably call them with correct parameters, handle errors, and retry with adjusted arguments when needed. Mistral reports a 94.2% success rate on the Berkeley Function Calling Benchmark — matching GPT-5 Turbo and surpassing Claude Sonnet.

"We trained tool use as a first-class capability, not a post-hoc addition," said Arthur Mensch, Mistral CEO. "The model understands tools the same way it understands language."

500K Context With Efficient Attention

Large 3 supports a 500,000-token context window using a sliding window attention mechanism that Mistral calls Grouped Sparse Attention. This allows the model to process long documents without the quadratic memory scaling that limits most transformer architectures.

In retrieval tests, the model maintains consistent accuracy across the full context window — a known weakness in many long-context models where information in the middle of the context is often missed. Mistral attributes this to a training approach that specifically targets uniform attention distribution.

Performance Benchmarks

On standard benchmarks, Large 3 positions itself as a strong competitor to closed-source models at a fraction of the cost:

The multilingual strength is a continuation of Mistral's strategic advantage as a European AI company. Large 3 was trained with a significantly higher proportion of European language data than its American competitors.

Pricing and Access

Through Mistral's API, Large 3 is priced at $4 per million input tokens and $12 per million output tokens — roughly one-third the cost of GPT-5 Turbo for equivalent capabilities on tool-use tasks.

The open weights are available for download on Hugging Face under the Mistral Research License. Commercial use requires a separate agreement, though Mistral said it is introducing a simplified licensing process for startups with under $10 million in annual revenue.

Why It Matters

The open-weight AI space has consistently trailed closed-source models on agentic capabilities. Large 3 narrows that gap significantly. For developers building AI agents who need reliable tool calling without vendor lock-in, Mistral is offering a genuinely competitive alternative for the first time.

Learn AI for Free — FreeAcademy.ai

Take "AI Essentials: Understanding AI in 2026" — a free course with certificate to master the skills behind this story.

More in Models

NVIDIA Launches Ising: Open-Source AI Models to Make Quantum Computers Useful
Models

NVIDIA Launches Ising: Open-Source AI Models to Make Quantum Computers Useful

NVIDIA unveiled Ising, its first family of open-source AI models for quantum computing, promising 2.5x faster error correction and slashing calibration time from days to hours.

2 days ago2 min read
OpenAI Retires Six Older Codex Models Including GPT-5 and GPT-5.1
Models

OpenAI Retires Six Older Codex Models Including GPT-5 and GPT-5.1

OpenAI today removes six legacy Codex models from its ChatGPT sign-in flow, consolidating around the newer GPT-5.3 and GPT-5.4 families and nudging developers toward API-based workflows.

2 days ago2 min read
GLM-5.1 Cracks Code Arena Top 3, First Open-Weight Model to Do So
Models

GLM-5.1 Cracks Code Arena Top 3, First Open-Weight Model to Do So

Z.ai's GLM-5.1 posted a 1530 Elo score on Code Arena this week, becoming the first open-weight model to break into the global top three — trailing only Anthropic's Claude Opus 4.6 variants.

4 days ago2 min read