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.

More in Models

Microsoft Releases Phi-4-Reasoning-Vision-15B: A Small Model That Knows When to Think
Models

Microsoft Releases Phi-4-Reasoning-Vision-15B: A Small Model That Knows When to Think

Microsoft open-sources Phi-4-reasoning-vision-15B, a compact 15B-parameter multimodal model that selectively activates chain-of-thought reasoning and rivals models many times its size.

8 hours ago2 min read
Anthropic Releases Claude Opus 4.6 — Its Most Capable Agentic Coding Model
Models

Anthropic Releases Claude Opus 4.6 — Its Most Capable Agentic Coding Model

Anthropic launches Claude Opus 4.6, a frontier model purpose-built for autonomous coding agents that can plan, execute, and debug multi-file projects with minimal human oversight.

1 day ago2 min read
Meta Releases Llama 4 Maverick With 400B Parameters Under Open Weights
Models

Meta Releases Llama 4 Maverick With 400B Parameters Under Open Weights

Meta releases Llama 4 Maverick, a 400-billion parameter mixture-of-experts model under its open weights license, matching GPT-5 on key benchmarks and reigniting the open-source AI debate.

1 day ago2 min read