← Back to Directory
Mistral AI
LLM📅 Released: 2024-07-24

Mistral Large 2

Mistral Large 2 is a high-performance 123B parameter model.

#european#open-weight#multilingual

Overview

Mistral Large 2 is a high-performance 123B dense model that prioritizes efficiency and multilingual excellence. Designed for large-scale enterprise deployment, it offers GPT-4 level intelligence with a focus on European languages and data sovereignty.

Unique Factor

The highest performance-to-parameter ratio for dense models, optimized for single-node deployment.

Key Capabilities

123B parameters
Multilingual
Coding optimized

Benchmarks

MMLU Score
84%
HumanEval (Coding)
85%
GPQA Diamond
70%
MATH Benchmark
78%

Top Use Cases

Multilingual Enterprise Knowledge Base

Managing high-quality business logic across global teams.

Example: “Explain our GDPR compliance roadmap to our German and French teams in their respective languages.

On-Premise Software Development

Hosting a high-end coding model on private hardware for secure dev teams.

Example: “Review this Python microservice for architectural best practices and suggest optimizations.

Detailed Features

01

123 Billion Parameters: A dense architecture that delivers top-tier intelligence without the complexity of massive MoEs.

02

80+ Language Support: Native proficiency across all major European and world languages.

03

Coding Optimized: Trained on massive code datasets for professional-grade development assistance.

04

European Data Privacy: Built by Mistral AI, aligning with EU standards for digital sovereignty.

05

High Efficiency: Optimized for high-throughput inference on standard H100 GPU clusters.

06

Tool-Use Mastery: Reliable function calling and structured data output for enterprise workflows.

Strengths & Pros

  • Excellent multilingual performance
  • Data sovereignty for EU companies
  • Highly efficient dense architecture

Limitations & Cons

  • Context window is 128k (standard, but smaller than Gemini)
  • Reasoning depth is slightly below o3

Ideal Usage & Target Audience

Best For

European enterprises, multilingual support centers, and security-conscious dev teams.

Not Recommended For

Users requiring massive context (1M+ tokens) or purely English-only tasks.

API Implementation

python
from mistralai.client import MistralClient

client = MistralClient(api_key='your_key')
response = client.chat(
    model='mistral-large-latest', 
    messages=[{'role': 'user', 'content': 'Quelle est la capitale de la France?'}]
)
print(response.choices[0].message.content)

Check the official documentation for full SDK details.

Technical Specs

Context128,000 tokens
Params123B
LicenseMistral Research License
ArchTransformer

API Pricing

$2 / 1M input tokens

Output: $6 / 1M tokens

Access API

Developer

The European AI powerhouse — masters of efficient Mixture-of-Experts (MoE) models and open weights.

Prompt Library

Browse Coding Prompts

📋

Previous Version

Mistral Large 1