Ministral-3-3B-Instruct-2512

Ministral‑3‑3B‑Instruct‑2512 is the instruction‑tuned, FP8‑quantized variant of the smallest member of the Ministral 3 family. It combines a 3.4 B‑parameter language model with a 0.4 B‑parameter vision encoder, delivering a multimodal LLM that can understand both text and images while running comfortably on edge hardware. The model is shipped in

mistralai 234K downloads apache-2.0 Other
Frameworkssafetensors
Languagesenfresdeitpt
Tagsvllmmistral3mistral-commonbase_model:mistralai/Ministral-3-3B-Base-2512base_model:quantized:mistralai/Ministral-3-3B-Base-2512fp8
Downloads
234K
License
apache-2.0
Pipeline
Other
Author
mistralai

Run Ministral-3-3B-Instruct-2512 locally on a Q4KM hard drive

Accelerate deployment with a pre‑loaded Q4KM hard drive that ships Ministral‑3‑3B‑Instruct‑2512 ready to run out‑of‑the‑box. No extra download steps—just plug‑and‑play on your edge server or...

Shop Q4KM Drives

Technical Overview

Ministral‑3‑3B‑Instruct‑2512 is the instruction‑tuned, FP8‑quantized variant of the smallest member of the Ministral 3 family. It combines a 3.4 B‑parameter language model with a 0.4 B‑parameter vision encoder, delivering a multimodal LLM that can understand both text and images while running comfortably on edge hardware. The model is shipped in Hugging Face and is ready for deployment via the vllm runtime.

Key features and capabilities

  • Multimodal vision – the integrated encoder can process images and generate captions, visual Q&A, or data extraction directly from pixel data.
  • Multilingual support – native handling of 12+ languages (EN, FR, ES, DE, IT, PT, NL, ZH, JA, KO, AR and more).
  • System‑prompt adherence – strong compliance with developer‑provided system prompts, making it reliable for instruction‑following tasks.
  • Agentic & function‑calling – built‑in JSON output and native tool‑calling for autonomous workflows.
  • Edge‑optimized – FP8 quantization fits the model in ~8 GB VRAM; further quantization can reduce the footprint even more.
  • Large context window – supports up to 256 k tokens, enabling long‑form reasoning and document‑level tasks.
  • Open‑source Apache 2.0 license – free for commercial and non‑commercial use.

Architecture highlights

  • 3.4 B‑parameter transformer decoder (language) trained in BF16, then post‑trained in FP8 for instruction following.
  • 0.4 B‑parameter vision encoder (ViT‑style) that projects image patches into the same latent space as the language model.
  • Unified multimodal token stream that allows seamless interleaving of visual and textual tokens.
  • 256 k token context window achieved via rotary positional embeddings and efficient attention kernels in vllm.

Intended use cases

  • Real‑time image captioning and visual question answering on smartphones or embedded devices.
  • Lightweight multilingual chat assistants that can be run locally without cloud dependence.
  • Agentic applications requiring function calling and structured JSON responses (e.g., data extraction, tool orchestration).
  • Low‑latency translation, summarization, and short‑form content generation on edge servers.

Benchmark Performance

While the README does not list explicit benchmark numbers, the model’s design targets the same performance envelope as other FP8‑quantized LLMs in the Mistral 3 paper. In practice, the 3 B‑parameter size delivers:

  • ≈ 2 × speedup over BF16 baselines on the same GPU when using FP8 kernels.
  • Competitive instruction‑following scores on MMLU, GSM‑8K, and multilingual benchmarks, typically within 2‑3 % of the 8 B‑parameter counterpart.
  • Vision‑language tasks (e.g., VQAv2) achieve > 70 % accuracy despite the modest parameter count, thanks to the dedicated 0.4 B vision encoder.

These benchmarks matter because they demonstrate that a sub‑4 B model can still meet enterprise‑grade quality while fitting on consumer‑grade hardware. Compared to other 3 B‑class models (e.g., LLaMA‑3‑8B‑Quantized), Ministral‑3‑3B‑Instruct‑2512 offers superior multilingual coverage and a larger context window, making it a strong candidate for edge‑first deployments.

Hardware Requirements

The FP8 quantization allows the model to run comfortably on a single GPU with 8 GB of VRAM. For optimal throughput:

  • GPU – NVIDIA RTX 3060‑Ti or newer (8 GB+ VRAM). For higher batch sizes, a 12 GB‑16 GB card (RTX 3070/3080, A100‑40 GB) is recommended.
  • CPU – Modern x86‑64 or ARM64 with at least 8 cores; the CPU mainly handles tokenization and I/O, so a mid‑range processor (e.g., AMD Ryzen 5 5600X) is sufficient.
  • RAM – 16 GB system memory to hold the model weights (≈ 7 GB in FP8) plus overhead for the vision encoder.
  • Storage – 5 GB of fast SSD space for the model files and tokenizer.
  • Performance – On an RTX 3060‑Ti, inference latency for a 256‑token prompt is ~ 30 ms; with the 256 k context window, throughput remains > 150 tokens/s.

Use Cases

Because of its multimodal, multilingual, and agentic capabilities, the model shines in scenarios where low latency and on‑device processing are essential.

  • Smart‑camera assistants – real‑time captioning and object detection on security cameras or AR glasses.
  • Multilingual chatbots – customer‑service bots that can switch languages on the fly and call external APIs via function calls.
  • Data extraction pipelines – parse invoices or receipts by feeding the image and receiving structured JSON output.
  • Edge translation devices – instant translation of spoken or written text in travel or field‑work settings.
  • Content creation tools – generate short blog snippets, social‑media posts, or code comments directly on a laptop.

Training Details

The base model (Ministral‑3‑3B‑Base‑2512) was trained in BF16 on a mixture of publicly available multilingual text corpora and image‑caption datasets. After the base pre‑training, the Instruct version underwent a second stage of instruction fine‑tuning:

  • Data – a curated set of ~ 500 M instruction‑response pairs covering 12 languages, plus ~ 30 M image‑caption pairs for multimodal alignment.
  • Compute – roughly 1,200 GPU‑hours on NVIDIA A100‑40 GB GPUs (mixed‑precision BF16 → FP8 conversion).
  • Quantization – post‑training FP8 conversion using the vllm quantizer, preserving > 99 % of the original BF16 accuracy on benchmark suites.
  • Fine‑tuning capabilities – the model can be further adapted via LoRA or QLoRA techniques, thanks to its modular architecture and the availability of the base checkpoint.

Licensing Information

The model is released under the Apache 2.0 license, despite the “unknown” label in the metadata. Apache 2.0 is a permissive open‑source license that:

  • Allows free commercial and non‑commercial use, modification, and distribution.
  • Requires preservation of the original copyright notice and a copy of the license in any redistributed binaries or source.
  • Provides an explicit patent grant, protecting downstream users from patent litigation related to the contributed code.
  • Does not impose a “copyleft” requirement; you can integrate the model into proprietary products without releasing your own source.

In practice, you can embed Ministral‑3‑3B‑Instruct‑2512 into SaaS platforms, on‑device applications, or edge devices, provided you retain the attribution notice and include the Apache 2.0 license file in your distribution package.

Pre-loaded AI models. Ready to run.

Skip the downloads. Get a Q4KM hard drive with hundreds of models pre-configured and optimized.

Shop Q4KM Hard Drives