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="John1604/Qwen3-VL-30B-A3B-Instruct-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"
					}
				}
			]
		}
	]
)

Qwen3 VL 30B gguf

Image to text, and text to text.

quantized models Comparison

Type Bits Quality Description
IQ1 1-bit very Low Minimal footprint; worse than Q2/IQ2
Q2/IQ2 2-bit ๐ŸŸฅ Low Minimal footprint; only for tests
Q3/IQ3 3-bit ๐ŸŸง Lowโ€“Med โ€œMediumโ€ variant
Q4/IQ4 4-bit ๐ŸŸฉ Medโ€“High โ€œMediumโ€ โ€” 4-bit
**Q5 ** 5-bit ๐ŸŸฉ๐ŸŸฉ High Excellent general-purpose quant
**Q6_K ** 6-bit ๐ŸŸฉ๐ŸŸฉ๐ŸŸฉ Very High Almost FP16 quality, larger size
**Q8 ** 8-bit ๐ŸŸฉ๐ŸŸฉ๐ŸŸฉ๐ŸŸฉ Near-lossless baseline

Q6_K model is an excellent high quality model.

Downloads last month
64
GGUF
Model size
31B params
Architecture
qwen3vlmoe
Hardware compatibility
Log In to add your hardware

3-bit

4-bit

5-bit

6-bit

8-bit

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

Model tree for John1604/Qwen3-VL-30B-A3B-Instruct-gguf

Quantized
(58)
this model