How to use from the
Use from the
llama-cpp-python library
# !pip install llama-cpp-python

from llama_cpp import Llama

llm = Llama.from_pretrained(
	repo_id="ggml-org/Ministral-3-14B-Reasoning-2512-GGUF",
	filename="",
)
llm.create_chat_completion(
	messages = [
		{
			"role": "user",
			"content": [
				{
					"type": "text",
					"text": "Describe this image in one sentence."
				},
				{
					"type": "image_url",
					"image_url": {
						"url": "https://cdn.britannica.com/61/93061-050-99147DCE/Statue-of-Liberty-Island-New-York-Bay.jpg"
					}
				}
			]
		}
	]
)

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

This model is converted from mistralai/Ministral-3-14B-Reasoning-2512 to GGUF using convert_hf_to_gguf.py

To use it:

llama-server -hf ggml-org/Ministral-3-14B-Reasoning-2512-GGUF
Downloads last month
191
GGUF
Model size
14B params
Architecture
mistral3
Hardware compatibility
Log In to add your hardware

8-bit

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

Model tree for ggml-org/Ministral-3-14B-Reasoning-2512-GGUF

Collection including ggml-org/Ministral-3-14B-Reasoning-2512-GGUF