GraySoft
Projects Models Compare Cloud benchmarks FAQ Download guIDE →
Model Intelligence Sheet

FreedomAISVR/Ministral-3-8B-Instruct-2512-NVFP4-GGUF overview

Ministral 3 8B Instruct 2512 — NVFP4 GGUF NVFP4 quantization of mistralai/Ministral 3 8B Instruct 2512 https://huggingface.co/mistralai/Ministral 3 8B Instruct…

ggufmistralministralinstructnvfp4visionmultimodalcodingenmultilingualbase_model:mistralai/Ministral-3-8B-Instruct-2512base_model:quantized:mistralai/Ministral-3-8B-Instruct-2512license:apache-2.0endpoints_compatibleregion:usconversational

Runs locally from ~818.5 MB disk (4 GB VRAM class GPUs with llama.cpp / guIDE).

Downloads
0
Likes
0
Pipeline

Repository Files & Downloads

2 GGUF files detected
Direct downloads for local inference
FileTypeQuantizationSizeLink
ministral-3-8b-instruct-2512-nvfp4.ggufGGUFGGUF4.59 GBDownload
mmproj-ministral-3-8b-instruct-2512-f16.ggufGGUFF16818.5 MBDownload

Model Details

Model IDFreedomAISVR/Ministral-3-8B-Instruct-2512-NVFP4-GGUF
AuthorFreedomAISVR
Pipeline
Licenseapache-2.0
Base modelmistralai/Ministral-3-8B-Instruct-2512
Last modified2026-06-24T15:30:44.000Z

Model README

---

language:

  • en
  • multilingual

tags:

  • mistral
  • ministral
  • instruct
  • nvfp4
  • gguf
  • vision
  • multimodal
  • coding

license: apache-2.0

base_model: mistralai/Ministral-3-8B-Instruct-2512

---

Ministral 3 8B Instruct-2512 — NVFP4 GGUF

NVFP4 quantization of mistralai/Ministral-3-8B-Instruct-2512, an 8B parameter instruct model from Mistral AI.

About the Model

Ministral 3 8B Instruct is a dense transformer with 40 layers, 4096 hidden dimension, and 24-layer Pixtral ViT vision encoder. It supports:

  • Code generation and debugging across multiple languages
  • Vision understanding via multimodal image input
  • Tool calling with native function calling support
  • 262K context window with YaRN scaling

Quantization

This GGUF was quantized from Mistral's official BF16 GGUF using llama.cpp (build 537). The BF16 weights were dequantized to F32 during quantization, then quantized to NVFP4 format.

NVFP4 (NVIDIA FP4) uses 4-bit floating point quantization optimized for NVIDIA Blackwell (B-series) GPUs.

Files

| File | Size | Description |

|------|------|-------------|

| ministral-3-8b-instruct-2512-nvfp4.gguf | ~3.7 GB | NVFP4 quantized model weights |

| mmproj-ministral-3-8b-instruct-2512-f16.gguf | ~693 MB | Vision projector (F16, unquantized) |

Usage

llama.cpp

# Server mode with OpenAI-compatible API
llama-server \
  -m ministral-3-8b-instruct-2512-nvfp4.gguf \
  --mmproj mmproj-ministral-3-8b-instruct-2512-f16.gguf \
  -ngl 99 \
  --host 0.0.0.0 \
  --port 8080

LM Studio

  1. Download both files from this repository
  2. Load the main GGUF file in LM Studio
  3. Load the mmproj file for vision support
  4. Set GPU offload layers to maximum

Architecture

  • Parameters: 8B (dense transformer)
  • Layers: 40
  • Hidden dimension: 4096
  • Attention heads: 32 (8 KV heads for GQA)
  • Vision encoder: 24-layer Pixtral ViT
  • Context: 262K (YaRN scaled)
  • Vocabulary: Mistral Tekken tokenizer

Hardware Requirements

  • Minimum: 6 GB VRAM for text-only
  • Recommended: 8 GB VRAM for full GPU offload

License

Apache 2.0 — same as the base model.

Run FreedomAISVR/Ministral-3-8B-Instruct-2512-NVFP4-GGUF with guIDE

Download guIDE — the AI-native code editor with local LLM inference and 69 built-in tools.

Download guIDE → · Browse 524k+ models · Compare models

Source: Hugging Face · Compare models