ApX logoApX logo

Ministral 3 8B

Parameters

8B

Context Length

256K

Modality

Multimodal

Architecture

Dense

License

Apache 2.0

Release Date

2 Dec 2025

Knowledge Cutoff

-

System Requirements

VRAM requirements for different quantization methods and context sizes

1,024 tokens

18.44 GB VRAM

Consumer

1x RTX 4090

24GB VRAM

Datacenter

1x NVIDIA A100

80GB VRAM

Apple Silicon

1x Apple M3 Max

128GB VRAM

256,000 tokens

53.53 GB VRAM

Consumer

3x RTX 4090

24GB VRAM

Datacenter

1x NVIDIA A100

80GB VRAM

Apple Silicon

1x Apple M3 Max

128GB VRAM

Architecture Diagram

Input TokensToken EmbeddingPosition: AbsoluteHidden: 4.1k · Context: 256K · Vocab: 131.1kx 32 layersRMSNormPre-AttentionMulti-Head Attention32Q / 8KV headsHead dim: 128+RMSNormPre-FFNFeed-Forward NetworkSwishIntermediate: 14.3k+Final RMSNormOutput Logits

Evaluation Benchmarks

Rank

#92

BenchmarkScoreRank

General Knowledge

MMLU

0.761

25

Rankings

Overall Rank

#92

Coding Rank

-

About Ministral 3 8B

The Ministral 3 8B model is a member of the Ministral 3 family, developed by Mistral AI, engineered to provide advanced multimodal and multilingual capabilities for edge and resource-constrained environments. This model incorporates 8.4 billion language model parameters complemented by a 0.4 billion vision encoder, totaling 8.8 billion parameters, distinguishing it as a balanced and efficient solution for localized AI deployments. It is designed for versatility, supporting a range of applications from real-time chat interfaces to sophisticated agentic workflows.

Architecturally, Ministral 3 8B is a dense transformer model featuring 32 hidden layers and a hidden dimension size of 4096. Its attention mechanism utilizes 32 attention heads with 8 key-value heads, indicating the use of Grouped Query Attention (GQA) for efficient processing. The model employs Rotary Position Embeddings (RoPE) for handling sequence length and uses a SwiGLU (SiLU) activation function, alongside RMS Normalization for stable training and inference. The architecture is optimized for performance in scenarios where computational resources are limited, supporting an extensive context length of 256,000 tokens.

Ministral 3 8B is equipped with native multimodal understanding, enabling it to process and interpret both text and visual inputs. It offers robust multilingual support, proficient across numerous languages including English, French, Spanish, German, Italian, Portuguese, Dutch, Chinese, Japanese, and Korean. The model further integrates native function calling capabilities and supports JSON output, facilitating integration into various agentic systems and automated workflows. These characteristics make it suitable for applications such as image and document description, local AI assistants, and specialized problem-solving in embedded systems.

Technical Specifications

Attention

Attention Structure

Multi-Head Attention

Attention Heads

32

Key-Value Heads

8

Attention Head Dimension

128

Position Embedding

Absolute Position Embedding

RoPE Theta

1,000,000

Sliding Window Attention

No

Sliding Window Size

-

Sliding Window Ratio

-

Linear Attention

-

Linear Attention Ratio

-

Normalization

RMS Normalization

Activation Function

Swish

Dimensions

Hidden Dimension Size

4,096

Number of Layers

32

FFN Intermediate Size (Dense)

14,336

Multi-Token Prediction Heads

-

Tokenizer

Vocabulary Size

131,072

Model Integrity

Total Score

B+

71 / 100

Ministral 3 8B Model Integrity Report

Total Score

71

/ 100

B+

Audit Note

Ministral 3 8B exhibits strong transparency regarding its technical architecture and licensing, supported by a detailed technical report and an open Apache 2.0 license. Its primary transparency weaknesses lie in the lack of granular training data disclosure and specific compute/environmental metrics. The model's identity and hardware requirements are well-defined, making it a highly verifiable option for edge deployment despite the 'black box' nature of its initial training corpus.

Upstream

20.5 / 30

Architectural Provenance

8.0 / 10

The model's architecture is extensively documented in the official 'Ministral 3' technical report (January 2026). It is a dense decoder-only transformer with 34 layers, a hidden dimension of 4096, and 32 attention heads (8 KV heads using GQA). The report explicitly details the 'Cascade Distillation' methodology, where the model was derived by pruning Mistral Small 3.1 (24B) and continued training with logit distillation. It uses RoPE with YaRN for long-context (256k) and a 410M parameter frozen ViT encoder for vision.

Dataset Composition

3.5 / 10

While the training methodology (distillation) is well-explained, the actual composition of the underlying training data remains vague. The technical report mentions training on 'between 1 and 3 trillion tokens' but does not provide a specific breakdown of data sources (e.g., web, code, books) or percentages. It relies on the 'pretrained knowledge' of the parent model, whose own data composition is not fully disclosed beyond general 'publicly available datasets' claims.

Tokenizer Integrity

9.0 / 10

The tokenizer is publicly available via the 'mistral-common' package and Hugging Face. It features a vocabulary size of 131,072 tokens (2^17), supporting over 40 languages and specialized control tokens for function calling. Technical documentation confirms the use of byte-fallback BPE, and the tokenizer configuration is fully inspectable in the model's repository.

Model

28.0 / 40

Parameter Density

8.5 / 10

The model's parameter counts are precisely disclosed: 8.4B for the language model and 0.4B for the vision encoder, totaling 8.8B. As a dense model, all parameters are active during inference. The architectural breakdown (layers, heads, dimensions) is clearly provided in Table 1 of the technical report, leaving no ambiguity regarding its density or structure.

Training Compute

4.0 / 10

Mistral AI discloses that the model family was trained on NVIDIA Hopper GPUs (H100/H200) as part of a partnership with NVIDIA. However, specific compute metrics for the 8B variant—such as total GPU hours, energy consumption, or carbon footprint—are not provided. The report emphasizes 'compute efficiency' through distillation but lacks the granular data required for a high transparency score in this pillar.

Benchmark Reproducibility

6.5 / 10

The technical report provides comprehensive results across standard benchmarks (MMLU, MATH, GPQA, etc.) and specifies few-shot settings (e.g., 5-shot for MMLU). While the internal evaluation harness is mentioned, the exact prompts and full reproduction code are not publicly hosted in a dedicated repository, though third-party results on LMArena and Artificial Analysis provide some external validation.

Identity Consistency

9.0 / 10

The model consistently identifies itself as part of the Ministral 3 family and is transparent about its versioning (v25.12). It accurately represents its multimodal and multilingual capabilities in documentation and API responses. There are no documented instances of the model claiming to be a competitor's product or misrepresenting its 8B scale.

Downstream

22.5 / 30

License Clarity

10.0 / 10

The model is released under a clear, standard Apache 2.0 license, which is explicitly stated in the technical report, the Hugging Face model card, and official blog posts. This license allows for both commercial and non-commercial use, modification, and distribution without the restrictive 'Research License' terms seen in previous Mistral releases.

Hardware Footprint

7.5 / 10

VRAM requirements are well-documented for various configurations. Official documentation notes that the 8B model fits in 12GB of VRAM in FP8 and provides guidance for deployment on consumer hardware like RTX GPUs. The impact of the 256k context window on KV cache memory is also acknowledged, with recommendations for setting max-model-len to manage footprint.

Versioning Drift

5.0 / 10

Mistral uses a date-based versioning system (e.g., 2512 for December 2025), which provides some clarity. However, while a general changelog exists for the API, detailed weight-level changelogs or formal deprecation schedules for specific checkpoints are less robust. Users have noted 'silent' updates to system prompt adherence in the past, though the 2512 release is currently the stable baseline.

About Ministral 3

Ministral 3 is a family of efficient edge models with vision capabilities, available in 3B, 8B, and 14B parameter sizes. Designed for edge deployment with multimodal and multilingual support, offering best-in-class performance for resource-constrained environments.


Other Ministral 3 Models
Ministral 3 8B: Specifications and GPU VRAM Requirements