product updateMistral AI

Mistral Launches Agents API with Code Execution, Web Search, and MCP Tool Integration

TL;DR

Mistral AI has released its Agents API, a framework for building AI agents with built-in connectors for code execution, web search, image generation, and Model Context Protocol tools. The API includes persistent conversation memory and multi-agent orchestration capabilities, enabling agents to maintain context across interactions and coordinate complex workflows.

2 min read
0

Mistral Launches Agents API with Code Execution, Web Search, and MCP Tool Integration

Mistral AI has released its Agents API, a production framework for building AI agents that can execute code, search the web, and coordinate multi-step workflows. The API launched on May 27, 2025.

Core Capabilities

The Agents API provides four built-in connectors:

Code execution: Agents can execute Python code in a sandboxed environment for mathematical calculations, data visualization, and scientific computing.

Web search: Integration with web search sources enables agents to access current information. According to Mistral, Mistral Large with web search scores 75% on the SimpleQA benchmark compared to 23% without web search. Mistral Medium achieves 82.32% with web search versus 22.08% without.

Image generation: Powered by Black Forest Lab's FLUX1.1 [pro] Ultra model for creating visual content.

Document library: Built-in RAG functionality allowing agents to access documents from Mistral Cloud.

Model Context Protocol Support

The API supports tools built on the Model Context Protocol (MCP), an open standard for connecting agents to external systems including APIs, databases, and documents. Mistral has published cookbooks demonstrating MCP integrations with GitHub, Linear, and financial data sources.

Stateful Conversations and Memory

The API maintains conversation context across interactions through persistent memory. Developers can create conversations in two ways: by specifying an agent_id for specialized capabilities, or by directly configuring model and completion parameters.

The system supports conversation branching, allowing developers to view conversation history and initiate new paths from any prior point. Streaming output is available for real-time interactions.

Multi-Agent Orchestration

The API enables dynamic orchestration where multiple agents collaborate on complex tasks. Agents can hand off tasks to other specialized agents—for example, a finance agent delegating to a web search agent or calculator agent based on context.

Mistral states this allows "a single request to trigger tasks across multiple agents, each handling specific parts of the request."

Pricing and Availability

Pricing details were not disclosed in the announcement. The API is available now through Mistral's platform.

What This Means

Mistral's Agents API directly competes with OpenAI's Assistants API and Anthropic's tool use capabilities by providing a complete framework rather than requiring developers to build orchestration logic themselves. The 52-percentage-point improvement in SimpleQA scores with web search (75% vs 23% for Mistral Large) demonstrates measurable impact of external tool integration on factual accuracy. MCP support positions Mistral to benefit from the growing ecosystem of standardized agent tools, though MCP adoption remains early-stage across the industry.

Related Articles

product update

Mistral AI launches Connectors in Studio with MCP protocol integration and direct tool calling

Mistral AI has released Connectors in Studio, allowing developers to integrate custom MCP (Model Context Protocol) servers and built-in connectors via API/SDK. The release includes direct tool calling for deterministic workflows and human-in-the-loop approval flows for sensitive operations.

model release

Mistral OCR 3 launches at $2 per 1,000 pages with 74% win rate over previous version

Mistral AI released Mistral OCR 3, a document extraction model priced at $2 per 1,000 pages ($1 with Batch API discount). The model achieves a 74% overall win rate over its predecessor on forms, scanned documents, complex tables, and handwriting according to internal benchmarks.

product update

Mistral Launches OCR API at $1 Per 1,000 Pages, Claims 94.89% Accuracy on Document Benchmarks

Mistral AI has released Mistral OCR, an API for extracting text and images from documents at $1 per 1,000 pages (approximately $0.50 with batch inference). The company claims 94.89% overall accuracy on its internal test set, comparing favorably to GPT-4o (89.77%), Gemini 2.0 Flash (88.69%), and Azure OCR (89.52%).

product update

Mistral Rebrands Le Chat as Vibe, Launches Agentic Work and Code Modes with VS Code Extension

Mistral has rebranded Le Chat as Vibe, launching new agentic capabilities for long-running work tasks and software development. The platform now includes Work Mode for enterprise knowledge search and document synthesis, Code Mode with GitHub integration and sandboxed execution, and a new VS Code extension. Pricing starts at $14.99/month for Pro and $24.99/user/month for Team plans.

Comments

Loading...