Mistral AI: the European AI company

Mistral AI is a French artificial-intelligence company based in Paris. It develops large language models (LLMs) and is regarded as Europe's most important provider competing with US companies such as OpenAI, Anthropic and Google. For European organisations, Mistral is attractive above all because processing, contracting party and legal framework can remain entirely within the EU – a core argument that our AI platform dAi Pro builds on, using Mistral as its default provider.

Milestones

Mistral AI developed unusually fast:

  • 2023 – Founded in Paris; Mistral 7B is released in September under the Apache 2.0 licence, followed in December by the mixture-of-experts model Mixtral 8x7B. Both set new standards for open models.
  • 2024 – Mistral Large launches as the commercial flagship together with the chat interface Le Chat; Codestral (code), Pixtral (image understanding) and the compact Ministral models for devices and edge deployment follow.
  • 2025 – Mistral OCR for documents, the reasoning model Magistral and the Voxtral audio family appear; with Mistral Compute the company also builds its own European AI infrastructure.
  • 2026 – La Plateforme offers regional EU endpoints that guarantee processing within Europe.

For dAi Pro this means the default provider now covers every task of the platform – text, embeddings, documents, images and speech. The feature overview shows which building blocks dAi Pro actually uses.

The company

Mistral AI was founded in Paris in the spring of 2023 – by Arthur Mensch (previously Google DeepMind) together with Guillaume Lample and Timothée Lacroix (previously AI research at Meta). Within a short time the company became Europe's most valuable AI start-up and stands for a dual approach: powerful commercial models via its own platform "La Plateforme", alongside a series of open models released under free licences that can be self-hosted.

Mistral became widely known in 2023 with the open model Mistral 7B and the mixture-of-experts model Mixtral 8x7B, which showed that compact European models can keep up with much larger US models. Since then the company has built a complete model family for enterprise use.

Three ways to use Mistral: Le Chat, La Plateforme, self-hosting

Mistral can be used in three different ways – and the difference matters for organisations:

  • Le Chat is the end-user interface, comparable to ChatGPT: an assistant for chatting, research and working with documents – as a web application and app.
  • La Plateforme is the API for developers and applications. Systems such as dAi Pro access the models through it: billed per call, with a data processing agreement, tenant controls and EU endpoints.
  • Self-hosting: the open Mistral models can run on your own hardware or with European GPU providers – the most sovereign but also the most demanding option. Mistral models are also available in the major cloud catalogues (such as Azure).

dAi Pro takes the second route: the La Plateforme API. Your knowledge base stays in your own PostgreSQL database – only the question and the relevant text passages are sent to Mistral, never the entire corpus.

The model family

Mistral today offers models for all the typical tasks of an AI application:

  • Mistral Large – the flagship for demanding chat and analysis tasks; alongside it, smaller and faster variants (Medium, Small) for simpler tasks at lower cost.
  • mistral-embed – the embedding model that translates text into vectors. It is the foundation of semantic search in RAG applications.
  • Mistral OCR – reads documents, scans and PDFs and returns structured Markdown including recognised tables and figures.
  • Voxtral – the audio model family for real-time speech recognition and speech output.
  • Codestral – a model specialised in source code for development tasks.

In addition there are open models under free licences that can be operated entirely on your own infrastructure – for example when data must not leave the building at all.

The technology in detail

A few technical properties explain why Mistral models work so well in practice:

  • Mixture of Experts (MoE) – models like Mixtral activate only part of their parameters ("experts") per request. That reduces compute and response time while keeping quality high – one reason for the short latencies our RAG comparison measures continuously.
  • Large context window – Mistral Large processes up to 128,000 tokens of context. dAi Pro's CAG strategy benefits in particular, as it passes entire knowledge bundles along directly.
  • Function calling – the models can invoke tools in a structured way. dAi Pro uses this for its HTTP and SQL tools, for example to look up prices or stock levels live.
  • Structured outputs – schema-conform JSON answers make the models reliable for classification and data extraction; dAi Pro uses this in the query classifier that decides between RAG and CAG, among other places.
  • Fine-tuning – La Plateforme offers a fine-tuning API; in practice dAi Pro usually achieves adjustments more economically via assistant profiles and example answers.

Why Mistral matters for European organisations

With US providers, European organisations always face questions about third-country transfers, standard contractual clauses and the US Cloud Act. With Mistral this layer largely disappears:

  • European contracting party – a data processing agreement under Art. 28 GDPR with a French company, within the European legal framework.
  • Processing in the EU – La Plateforme offers EU endpoints that process requests entirely within Europe.
  • No US Cloud Act – as a European company, Mistral is not subject to US authorities' access rights to cloud data.
  • Short retention periods – API data is retained only briefly by default (30 days, for abuse monitoring); zero-retention agreements are available for enterprise customers.
  • Self-hosting as an option – those who need maximum sovereignty can run open Mistral models on their own hardware.

How these points play out in a concrete application is described on our page GDPR-compliant AI.

Data protection in practice: the contract chain with dAi Pro

What does GDPR-compliant operation look like in concrete terms when an organisation runs dAi Pro with Mistral?

  • Data processing agreement – operator and Mistral sign a DPA under Art. 28 GDPR with a French contracting party; standard contractual clauses for third-country transfers are not required.
  • Data minimisation by design – per request, dAi Pro transmits only the question and the matching text passages. Original documents, vectors and logs stay in your own infrastructure (PostgreSQL with pgvector).
  • Retention – Mistral retains API data only briefly by default for abuse monitoring (30 days); zero-retention agreements are available for enterprise customers. On the operator side, dAi Pro deletes chat logs automatically after 90 days.
  • Transparency – the chat identifies itself to visitors as an AI (EU AI Act) and discloses the provider in its help panel.

The overall architecture is described on GDPR-compliant AI.

Mistral AI in dAi Pro

Our AI platform dAi Pro uses Mistral as its default provider – across the entire chain:

  • Chat answers are generated with Mistral Large; dAi Pro's answer cache and CAG strategy use the platform's prompt caching for fast, inexpensive answers.
  • The semantic search of the knowledge base works with mistral-embed.
  • Documents and scans are read with Mistral OCR – including tables and figures.
  • The voice chat uses Voxtral for speech recognition and speech output.

The choice remains yours: per collection, dAi Pro also supports OpenAI, Anthropic and Google Gemini – chat and embedding models configured separately, with fallback models in case of outages. Every call is logged with token usage and cost in euros. The dAi Pro feature list gives a complete overview.

The Mistral building blocks in dAi Pro in detail

dAi Pro uses four Mistral building blocks, each in a clearly defined place:

  • Chat (Mistral Large) – answers visitors' questions. dAi Pro's hybrid search supplies the matching passages, and strict grounding ensures answers come only from the knowledge base. Fallback models step in if the service is disrupted.
  • Embeddings (mistral-embed) – translates every knowledge chunk into a 1,024-dimensional vector. These vectors live in your pgvector database and enable semantic search: what is meant is found – not just what is written verbatim.
  • Documents (Mistral OCR) – reads PDFs and scans as structured Markdown, including tables. dAi Pro also extracts figures as separate image documents and describes them with AI – making diagrams searchable.
  • Speech (Voxtral) – recognises spoken questions in real time and reads answers aloud, streamed as they are generated. Technical terms can be corrected for pronunciation.

All four building blocks are configurable per collection – if you wish, you can combine Mistral embeddings with a different chat model. The feature list shows how they interact.

Speed and cost in comparison

On our RAG comparison page, four chats with the same knowledge base answer the same questions – with Mistral, Claude, GPT and Gemini. Response times are measured live on an ongoing basis. In this continuous comparison, Mistral regularly delivers the fastest time to first token and is at the same time among the least expensive providers per token. For chatbots where visitors wait for the first answer, that is a noticeable difference.

Pricing model and cost control

La Plateforme bills per processed token – input and output separately, with much lower rates for smaller models and embeddings. Compared with the US flagships, Mistral Large is consistently among the less expensive top models; our RAG comparison puts the current token prices of all four providers side by side.

More important than the list price is control: dAi Pro logs every single call with its token usage and converts the costs into euros – analysable per collection and period, exportable for accounting. On top of that, the answer cache and the CAG strategy noticeably reduce the number of expensive calls: recurring questions cost nothing at all, and frequent topics answer from pre-warmed knowledge.

An honest assessment

Mistral is not the market leader in every discipline: the largest US models lead in some benchmarks, and the ecosystem around OpenAI is bigger. For the typical tasks of a company knowledge base, however – answering questions, understanding documents, working across languages – the Mistral models deliver results on a par in our daily practice, combined with the clearest data-protection setup. That is exactly why Mistral is the default in dAi Pro – and exactly why the provider remains freely selectable there nonetheless.

Frequently asked questions about Mistral AI

In our continuously measured RAG comparison, Mistral regularly delivers the fastest time to first token. The live figures are publicly visible on the RAG comparison page.

Yes, the open models run on your own hardware or with European GPU providers. That is the most sovereign option, but it requires your own infrastructure and operations – for most projects the API with an EU endpoint is the more practical route.

By default Mistral Large for chat answers, mistral-embed for semantic search, Mistral OCR for documents and Voxtral for the voice chat. Each of these can be reconfigured per collection or replaced by another provider.

Yes. With a data processing agreement under Art. 28 GDPR, EU processing and no US third-country transfer, Mistral can be used cleanly under the GDPR – which is exactly how dAi Pro runs its default provider.

Mistral is a French company; La Plateforme offers EU endpoints through which requests are processed entirely within Europe. By default, API data is retained for only 30 days for abuse monitoring.

Partly. The open models are released under free licences and can be self-hosted at no cost; Le Chat has a free tier. The La Plateforme API used by applications such as dAi Pro is billed per token – at comparatively low rates.