How to use from
vLLM
Install from pip and serve model
# Install vLLM from pip:
pip install vllm
# Start the vLLM server:
vllm serve "Phr00t/Qwen3-VL-32B-Instruct-heretic-v2-iQ5KS-GGUF"
# Call the server using curl (OpenAI-compatible API):
curl -X POST "http://localhost:8000/v1/chat/completions" \
	-H "Content-Type: application/json" \
	--data '{
		"model": "Phr00t/Qwen3-VL-32B-Instruct-heretic-v2-iQ5KS-GGUF",
		"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"
						}
					}
				]
			}
		]
	}'
Use Docker
docker model run hf.co/Phr00t/Qwen3-VL-32B-Instruct-heretic-v2-iQ5KS-GGUF
Quick Links

I was having trouble with other quants of this model, so I made my own. imatrix Q5K_S.

Overall, a great model which I now use over my previous Phr00tyMixes for creativity and brains. However, the Phr00tyMixes might still be better for erotic roleplay, as many of the Qwen 2.5 finetunes included train with that material.

You can find an mmproj here: https://huggingface.co/n0kovo/Qwen3-VL-32B-Instruct-heretic-v2-Q4_K_M-GGUF/tree/main

Downloads last month
111
GGUF
Model size
33B params
Architecture
qwen3vl
Hardware compatibility
Log In to add your hardware

We're not able to determine the quantization variants.

Inference Providers NEW
This model isn't deployed by any Inference Provider. ๐Ÿ™‹ Ask for provider support

Model tree for Phr00t/Qwen3-VL-32B-Instruct-heretic-v2-iQ5KS-GGUF

Quantized
(4)
this model