How to use from
Pi
Start the llama.cpp server
# Install llama.cpp:
brew install llama.cpp
# Start a local OpenAI-compatible server:
llama serve -hf prithivMLmods/Ministral-3-Reasoning-2512-AIO-GGUF:
Configure the model in Pi
# Install Pi:
npm install -g @earendil-works/pi-coding-agent
# Add to ~/.pi/agent/models.json:
{
  "providers": {
    "llama-cpp": {
      "baseUrl": "http://localhost:8080/v1",
      "api": "openai-completions",
      "apiKey": "none",
      "models": [
        {
          "id": "prithivMLmods/Ministral-3-Reasoning-2512-AIO-GGUF:"
        }
      ]
    }
  }
}
Run Pi
# Start Pi in your project directory:
pi
Quick Links

Ministral-3-Reasoning-2512-AIO-GGUF

The Ministral 3 Reasoning models (3B, 8B, and 14B variants from mistralai) are post-trained vision-language models specialized for advanced reasoning tasks like math, coding, and STEM applications, featuring a core language model (3.4B, 8.4B, or 13.5B parameters) paired with a 0.4B vision encoder for multimodal image analysis, supporting a 256k context window, multilingual capabilities, and edge deployment on hardware as low as 24GB VRAM/RAM when quantized (BF16 precision). Optimized with a recommended temperature of 0.7 and top_p=0.95 for reasoning, they use a distinctive chat template encouraging structured [THINK] inner monologue drafts in Markdown/LaTeX before final responses, enabling step-by-step problem-solving while maintaining strong performance in benchmarks like AIME25 (0.721 for 3B) and GPQA Diamond. Ideal for resource-efficient local inference via vLLM or Transformers, these Apache 2.0-licensed models excel in agentic workflows, function calling, and complex multimodal reasoning under constrained environments.

Ministral-3-14B-Reasoning-2512 [GGUF]

File Name Quant Type File Size File Link
Ministral-3-14B-Reasoning-2512-BF16.gguf BF16 27 GB Download
Ministral-3-14B-Reasoning-2512-Q4_K_M.gguf Q4_K_M 8.24 GB Download
Ministral-3-14B-Reasoning-2512-Q5_K_M.gguf Q5_K_M 9.62 GB Download
Ministral-3-14B-Reasoning-2512-Q8_0.gguf Q8_0 14.4 GB Download
Ministral-3-14B-Reasoning-2512-BF16-mmproj.gguf BF16-mmproj 879 MB Download

Ministral-3-8B-Reasoning-2512 [GGUF]

File Name Quant Type File Size File Link
Ministral-3-8B-Reasoning-2512-BF16.gguf BF16 17 GB Download
Ministral-3-8B-Reasoning-2512-Q4_K_M.gguf Q4_K_M 5.2 GB Download
Ministral-3-8B-Reasoning-2512-Q5_K_M.gguf Q5_K_M 6.06 GB Download
Ministral-3-8B-Reasoning-2512-Q8_0.gguf Q8_0 9.03 GB Download
Ministral-3-8B-Reasoning-2512-BF16-mmproj.gguf BF16-mmproj 858 MB Download

Ministral-3-3B-Reasoning-2512 [GGUF]

File Name Quant Type File Size File Link
Ministral-3-3B-Reasoning-2512-BF16.gguf BF16 6.87 GB Download
Ministral-3-3B-Reasoning-2512-Q4_K_M.gguf Q4_K_M 2.15 GB Download
Ministral-3-3B-Reasoning-2512-Q5_K_M.gguf Q5_K_M 2.47 GB Download
Ministral-3-3B-Reasoning-2512-Q8_0.gguf Q8_0 3.65 GB Download
Ministral-3-3B-Reasoning-2512-BF16-mmproj.gguf BF16-mmproj 842 MB Download

Quants Usage

(sorted by size, not necessarily quality. IQ-quants are often preferable over similar sized non-IQ quants)

Here is a handy graph by ikawrakow comparing some lower-quality quant types (lower is better):

image.png

Downloads last month
162
GGUF
Model size
14B params
Architecture
mistral3
Hardware compatibility
Log In to add your hardware

4-bit

5-bit

8-bit

16-bit

Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for prithivMLmods/Ministral-3-Reasoning-2512-AIO-GGUF