AI/TLDR

Mistral AI · 2026-08-20 · major

Mistral Agentic Search — models search, open and grep their way through docs

Mistral Agentic Search gives models file-style tools — search, open, navigate, read, grep — so they dig through a document set over several turns instead of one retrieval pass. On FinanceBench, Mistral Medium 3.5 rose from 26.7% to 86%.

Mistral Agentic Search announcement thumbnail

Mistral's retrieval layer lets an agent search, open and grep a document set until it can actually answer.

Quick facts

MakerMistral AI
What it isMulti-turn retrieval layer for agents
Toolssearch, open, navigate, read, grep, ingest, delete
AvailabilitySearch Toolkit SDK, plus Studio and Vibe libraries
DeploymentCloud or on-premises
Agent protocolMCP server included
Announced20 August 2026

Benchmarks

FinanceBench (SEC filings)
Mistral Medium 3.5 + Agentic Search86%
Mistral Medium 3.5 (single-pass retrieval)26.7%
source ↗
OfficeQA Pro
GLM-5.2 + Agentic Search51.9%
GLM-5.2 (single-pass retrieval)6.3%
source ↗

What is it?

Agentic Search replaces one-shot retrieval with a loop. Mistral's new layer hands a model a set of file-style tools and lets it pick which one to call next, so it can run a search, open a promising document, and keep reading until it has enough to answer. Mistral AI announced it on 20 August 2026, both inside its Studio and Vibe products and as a standalone toolkit.

How does it work?

Each tool copies a step a person would take in a file browser. `search` runs semantic and hybrid retrieval across collections, `open` widens the context around a matched chunk, `navigate` steps forward or back through a document, `read` pulls a known range of text, and `grep` does plain lexical matching inside a single file. The Search Toolkit SDK exposes the pipeline pieces (QueryEngine, VectorRetriever) and can serve the same tools to any agent over MCP.

Why does it matter?

Accuracy on document-heavy work is the whole point here. On FinanceBench, a set of questions over SEC filings, Mistral Medium 3.5 climbed from 26.7% to 86% once Agentic Search was in the loop; on OfficeQA Pro the GLM-5.2 loop gained 45.6 points to reach 51.9%. Mistral reports the extra turns are not a tax: token use fell 23.9% for Mistral Medium 3.5 and p90 latency dropped from 255s to 154s.

Who is it for?

teams building RAG over long documents

Frequently asked questions

Where can I use Mistral Agentic Search?
Mistral ships Agentic Search two ways. It is built into the Libraries feature of Studio and Vibe, so those users get the multi-turn retrieval loop without writing code. Developers who want it inside their own agents install the Mistral Search Toolkit SDK, which can run in Mistral's cloud or on their own infrastructure.
Does Agentic Search cost more tokens than ordinary RAG?
No — Mistral reports the opposite. Even though Agentic Search takes several turns instead of one, token use on FinanceBench fell 23.9% with Mistral Medium 3.5 and 33.7% with GLM-5.2. Latency dropped too: p90 went from 255s to 154s and mean latency from 108s to 71s, because the model stops pulling in chunks it does not need.
Which models did Mistral test Agentic Search with?
Mistral published results for two models: its own Mistral Medium 3.5 and Z.ai's GLM-5.2. Testing a rival open-weight model matters because Agentic Search is a tool layer, not a model feature — any model that can call tools can drive the loop. Both models improved on FinanceBench and OfficeQA Pro.
Can Agentic Search run on my own infrastructure?
Yes. The Mistral Search Toolkit supports on-premises deployment alongside the hosted option, and it ships an MCP server so an agent running anywhere can call the same search, open, navigate, read and grep tools. Mistral also publishes a starter application on GitHub that wires up ingestion and querying end to end.

Try it

https://docs.mistral.ai/studio/search/agentic-search

Sources · 3 outlets

Tags

  • mistral
  • agentic-search
  • rag
  • retrieval
  • agents
  • mcp
  • document-search
  • enterprise-search
  • tool

← All releases · Learn AI