AIWiki
Malaysia
Back to all articles
Companies & ToolsMistral AIopen source LLMFrench AI

Mistral AI

6 min readUpdated May 2026
Mistral AI
Type
AI research and product company
Founded
April 2023
Headquarters
Paris, France
Valuation
US$14 billion+ (2025)
Notable models
Mistral 7B, Mixtral 8x7B, Mistral Large 3, Magistral
License
Apache 2.0 (open-weight models)

Mistral AI is a French artificial intelligence company headquartered in Paris, founded in April 2023 by Arthur Mensch, Guillaume Lample, and Timothée Lacroix — researchers who had previously worked at Meta AI and DeepMind. The company develops large language models distinguished by their competitive performance relative to their parameter count, their emphasis on multilingual capability, and their policy of releasing many models under the permissive Apache 2.0 licence. By 2025, Mistral AI had grown to a valuation exceeding US$14 billion and was broadly regarded as Europe's most prominent independent frontier AI laboratory.

Founding and Background

The three founders left established AI research positions to build what they described as a European counterweight to the AI capabilities concentrated in American and Chinese technology companies. Mistral raised a €105 million seed round in June 2023 — one of the largest seed rounds in European technology history — within weeks of incorporation, reflecting investor confidence in the founders' track records. The company has since raised multiple subsequent funding rounds and counts investors including Andreessen Horowitz, Lightspeed Venture Partners, and General Catalyst among its backers. Mistral's commercial proposition rests on two pillars: releasing open-weight models that can be downloaded and run on user infrastructure, and offering premium proprietary models and API access for enterprises that require higher performance or managed service guarantees.

Model Releases

Mistral 7B

Mistral 7B, released in September 2023 under the Apache 2.0 licence, demonstrated that a 7-billion-parameter model could match or outperform models with many more parameters on a range of reasoning and coding benchmarks when trained carefully. It introduced sliding window attention for efficient long-context processing and grouped query attention to reduce memory usage at inference time. Mistral 7B became one of the most widely downloaded open models and spawned numerous community fine-tunes.

Mixtral 8x7B

Released in December 2023, Mixtral 8x7B applied a sparse mixture-of-experts (MoE) architecture in which the model has 46.7 billion total parameters but activates only 12.9 billion per forward pass, routing each token through two of eight expert networks. This design achieves the quality of a much larger dense model while maintaining inference costs comparable to a 13B model. Mixtral 8x7B was notable for being among the first open MoE language models and influenced subsequent research into sparse architectures.

Mistral Large and Subsequent Models

Through 2024 and 2025, Mistral released an expanding family of models: Mistral Small for low-latency applications, Mistral Medium for balanced performance, and Mistral Large as the company's frontier offering. Mistral Small 3.1, released in March 2025, and Mistral Medium 3, released in May 2025, extended multimodal capabilities to image understanding. In June 2025, Mistral introduced its first reasoning models — Magistral Small (open-source) and Magistral Medium — designed for complex logical and analytical tasks using chain-of-thought reasoning, positioning the company in direct competition with OpenAI's o-series models and DeepSeek's reasoning models.

Mistral 3 Family (December 2025)

The Mistral 3 release in December 2025 comprised ten models, including Mistral Large 3 — a mixture-of-experts model with 41 billion active parameters and 675 billion total parameters, supporting a 256,000-token context window — alongside nine Ministral models ranging from 3 billion to 14 billion parameters in base, instruct, and reasoning variants. The smaller Ministral models were specifically designed to run on edge devices such as laptops and drones, reflecting Mistral's focus on deployment flexibility.

Devstral

Devstral and its successor Devstral 2, released in December 2025, are code-specialised models. Devstral Small 2, a 24B parameter model, was reported to outperform Qwen 3 Coder Flash (a 30B model) on coding benchmarks, illustrating the efficiency gains achievable with architecture and training advances.

Technical Characteristics

Mistral models are typically natively fluent in English, French, Spanish, German, and Italian, reflecting the company's European roots and differentiated positioning relative to the English-dominant models from US competitors. The models support function calling, JSON-structured output, and increasingly, multimodal inputs. Mistral's API is compatible with the OpenAI API format, simplifying migration for developers. All open-weight models are released under the Apache 2.0 licence, permitting unrestricted commercial use without royalties or restrictions — a sharp contrast to the terms of many competing open models. Mistral AI's open-weight models have attracted interest from Malaysian AI developers and enterprises for several reasons specific to the local context. The Apache 2.0 licence removes the legal ambiguity associated with some competing open models, making Mistral models attractive for commercial deployment in compliance-sensitive sectors such as banking and government services. Malaysian companies working within the Malaysia AI Governance Framework and PDPA compliance requirements can host Mistral models on their own infrastructure — or in AWS Malaysia or Azure Malaysia regions — without transmitting sensitive data to third-party API endpoints, addressing data residency concerns. Mistral's multilingual models, with strong European language coverage, have also been evaluated for adaptation to Southeast Asian languages including Bahasa Malaysia. While Mistral models are not natively optimised for Malay-language content, their open weights make them amenable to fine-tuning with LoRA or full fine-tuning on Bahasa Malaysia datasets, which Malaysian NLP research groups have begun to publish. This positions Mistral models as a viable base for locally adapted language applications. Several Malaysian cloud partners and system integrators — including those operating within the MDEC Malaysia Digital ecosystem — have included Mistral API access and deployment consulting in their generative AI service portfolios. AWS Malaysia's Bedrock platform supports selected Mistral models, allowing Malaysian enterprises to access Mistral's API through infrastructure already governed by AWS Malaysia data residency commitments. From a competitive intelligence perspective, Mistral's open-source strategy provides Malaysian AI startups with cost-effective access to frontier-class model capabilities without the per-token API costs of closed proprietary models. For startups developing AI products at scale — such as document processing pipelines, customer service automation, or analytics tools — the ability to self-host Mistral models on cloud GPU instances can reduce operating costs significantly compared to equivalent proprietary API usage.
  1. Jiang, A. Q., Sablayrolles, A., Mensch, A., et al. (2023). Mistral 7B. arXiv:2310.06825.
  2. Jiang, A. Q., Sablayrolles, A., Roux, A., et al. (2024). Mixtral of experts. arXiv:2401.04088.
  3. TechCrunch. (2025, December 2). Mistral closes in on Big AI rivals with new open-weight frontier and small models. https://techcrunch.com
  4. VentureBeat. (2025). Mistral launches Mistral 3, a family of open models designed to run on laptops, drones, and edge devices. VentureBeat.
  5. CNBC. (2025, December 2). French AI lab Mistral releases new AI models as it looks to keep pace with OpenAI and Google. CNBC.
  6. Mistral AI. (2025). Introducing Magistral: Mistral's first reasoning models. Mistral AI Blog.