Ministral 3 8B suits developers who have outgrown the 3B's reasoning but do not want the 14B's VRAM bill. The dedicated reasoning checkpoint scores 78.7% on AIME 2025, and the whole family runs on a single consumer GPU instead of a hosted API, which is the real practical win here.
Ministral 3 8B is Mistral AI's mid-tier open-weight model, built with a 256,000-token context window and a built-in vision encoder that reads charts and screenshots without a separate model call. It sits between the Ministral 3B and 14B, aimed at reasoning and multilingual tasks that fit on a single consumer GPU.
Where it sits
- $0.15/M$ per 1M tokensBlended price (3:1)Lower is better#8 / 64peer median $1.70/Mvendor price, checked by HokAI
- --tokens/sOutput speedHigher is better-- / 39peer median 90 tok/scited: Artificial Analysis
- --% solvedSWE-bench VerifiedHigher is better-- / 28peer median 78.3%per source, see benchmark scores
- 66.8%% correctGPQA DiamondHigher is better#40 / 44peer median 88.3%per source, see benchmark scores
Cheaper than 89% of the 64 GA models with a published price, in the bottom third on GPQA Diamond (rank 40 of 44), and one of 65 whose vendor states it does not train on customer data.
Ranks are against GA models on HokAI that publish the same figure; ties share a rank.
Provider: Mistral AI · Family: Ministral 3
More about Mistral AI on HokAI
Context window: 256,000 tokens
Input modalities: text, image, tool-calls · Output: text, tool-calls
About Ministral 3 8B
Mistral AI released Ministral 3 8B in December as the mid-tier member of its Ministral 3 edge-model family, above the 3B and below the 14B. It uses a dense Transformer architecture with roughly 8 billion parameters and interleaved sliding-window attention for memory-efficient long-context inference. The weights are open-licensed for commercial use, released as three separate checkpoints: Base, Instruct, and a dedicated Reasoning variant tuned for math and logic. Mistral's own testing found the Reasoning checkpoint competitive with Qwen2.5 14B Instruct, released in September 2024, on math benchmarks despite having roughly half the parameters, while adding vision input Qwen2.5 14B lacks.
The model accepts text and image input through a 410M-parameter Vision Transformer encoder built into the architecture, handling chart reading and OCR without a separate vision call; output is text only, with no audio or video support. Function calling and structured JSON output work through Mistral's OpenAI-compatible tool schema with parallel tool calls, and the model covers 11 languages including French, German, Japanese, and Chinese. In BF16 the model needs 24GB of VRAM; the FP8 checkpoint drops that to 12GB, small enough for a single RTX 3080 or RTX 4070, and a Q4 GGUF build runs under 6GB on hardware like an Apple M2 Pro.
Safety alignment follows standard SFT plus RLHF; Mistral has not published a separate red-team report for the 8B, and its default refusals are lighter than Claude or GPT-4o Mini, so production deployments typically add their own content filter. API traffic through la Plateforme is not used for training, and Mistral AI is a GDPR-compliant European company routing that traffic through EU infrastructure, with enterprise data agreements available through its sales team.
Pricing
$0.15 per 1M input tokens and $0.15 per 1M output tokens via la Plateforme, with no published cached-input discount. Self-hosted deployments under an open license pay only their own compute costs; Mistral does not charge a per-token fee for downloaded weights.
What a real job costs
| Job | Input | Output | Total |
|---|---|---|---|
| Summarise a 20-page PDF | $0.0045 | $0.0001 | $0.0046 |
| Support reply | $0.0003 | $0.0000 | $0.0003 |
| One coding agent run | $0.030 | $0.0030 | $0.033 |
Budgets: 20-page PDF = 30k in / 1k out · Support reply = 2k in / 300 out · Coding agent run = 200k in / 20k out. Computed from the vendor's per-token prices at render time; cached-input discounts are not applied.
Key Features
- 410M-Parameter Vision Encoder: A built-in Vision Transformer reads images, charts, and screenshots directly, so visual QA and OCR do not need a separate model call.
- 66.8% GPQA Diamond (Reasoning Variant): The dedicated reasoning checkpoint scores 66.8% on GPQA Diamond and 61.6% on LiveCodeBench, ahead of many instruct-only models at this parameter count.
- Runs in 12GB of VRAM: The FP8 checkpoint fits on a single RTX 3080 or RTX 4070, so reasoning-grade inference does not require a data-center GPU.
- 256,000-Token Context: Handles long documents and multi-turn chats via interleaved sliding-window attention, twice the window of comparably sized dense models.
- Three Variants, One License: Base, Instruct, and Reasoning checkpoints are all released under an open license on Hugging Face, so teams can pick the right checkpoint per task without extra fees.
Pros
- The reasoning checkpoint's 66.8% GPQA Diamond score is a genuine standout for an 8B model, not just a marketing number.
- Cheaper per token than comparable hosted 8B alternatives while requiring no data-center hardware to self-host.
- Native vision input means teams do not need to bolt on a separate OCR or vision model for document-heavy agents.
Cons
- Math-heavy benchmark scores apply to the dedicated Reasoning checkpoint only; the Instruct model needs more prompting to match them.
- BF16 needs 24GB of VRAM; FP8 (12GB) or Q4 (under 6GB) is required for smaller cards.
- No native audio input, so voice applications need a separate speech-to-text step before calling the model.
Benchmarks
- MMLU-Pro: 70.6% vendor-reported · 02 Dec 2025 — A harder version of the 57-subject knowledge exam, % correct.
- AIME 2025: 78.7% vendor-reported · 02 Dec 2025 — Competition-level maths problems from the 2025 exam, % solved.
- LiveBench: 61.6% vendor-reported · 02 Dec 2025 — A rolling set of fresh questions that cannot have been in training data, % correct.
- GPQA Diamond: 66.8% vendor-reported · 02 Dec 2025 — PhD-level science questions that are hard to search for, % correct.
- AA blended price: $0.15/M cited: Artificial Analysis — Price per 1M tokens at a 3:1 input to output blend, as listed by Artificial Analysis.
A benchmark is an exam, not the job. Scores transfer unevenly between tasks, so weigh the one closest to your workload and read every figure with its source.
Frequently Asked Questions
What does Ministral 3 8B actually cost?
Both input and output tokens cost 15 cents per million via Mistral's la Plateforme API, with no discount for cached prompts. Self-hosting the Apache-licensed weights on your own GPU removes the per-token fee entirely, leaving only electricity and hardware cost.
Can you use Ministral 3 8B without paying?
There is no metered free tier on Mistral's la Plateforme API for this model. The weights themselves are open under an Apache license, though, so running the model on your own hardware costs nothing beyond electricity and the GPU itself.
What should you use instead of Ministral 3 8B?
Ministral 3 14B is the better pick when you need more reasoning headroom and can spare the extra VRAM. Ministral 3 3B suits teams that want the smallest possible footprint and do not need the reasoning checkpoint's math scores. Gemma 4 12B fits better when native audio and video input matter more than an Apache license.
Is Ministral 3 8B better than Llama 3.1 8B?
On raw benchmarks, yes: the Ministral 3 8B base model scores 70.6% on MMLU-Pro versus roughly 63% for Llama 3.1 8B on standard MMLU, and it adds a vision encoder Llama 3.1 8B does not have. It's also cheaper: 15 cents per million tokens on Mistral's API versus $0.18 per million for Llama 3.1 8B hosted on Together AI. Llama's larger community and wider tool support remain the main reasons to pick it anyway.
How long does it take to get going with Ministral 3 8B?
Fastest path is the hosted API: grab a key at Mistral's la Plateforme, call the ministral-3-8b-latest model ID, and you're getting responses within minutes. For self-hosting, download the Instruct or Reasoning checkpoint from Hugging Face and run it with vLLM; the FP8 build needs about 12GB of VRAM, so any 12GB-class consumer GPU is enough to get a local endpoint running the same afternoon.
Top Alternatives
- Ministral 3 14B: Pick Ministral 3 14B if you need its 85% AIME reasoning headroom and can spare the extra VRAM; pick the 8B for a lighter, cheaper deployment.
- Ministral 3 3B: Pick Ministral 3 3B if 8GB VRAM and $0.10 per million tokens matters most; pick the 8B for the dedicated reasoning variant's math scores.
- Gemma 4 12B: Pick Gemma 4 12B if you need native audio and video input; pick Ministral 3 8B for the Apache-licensed weights and the dedicated reasoning checkpoint.