How to use from the
Use from the
Transformers library
# Use a pipeline as a high-level helper
from transformers import pipeline

pipe = pipeline("image-text-to-text", model="juanml82/Qwen3.5-27B-heretic-gguf")
messages = [
    {
        "role": "user",
        "content": [
            {"type": "image", "url": "https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/p-blog/candy.JPG"},
            {"type": "text", "text": "What animal is on the candy?"}
        ]
    },
]
pipe(text=messages)
# Load model directly
from transformers import AutoModel
model = AutoModel.from_pretrained("juanml82/Qwen3.5-27B-heretic-gguf", device_map="auto")
Quick Links

Model Card for Model ID

Q5K_M GGUF of https://huggingface.co/coder3101/Qwen3.5-27B-heretic

Fits a 24gb vram gpu, you can get the mmproj files for vision from Bartowski's model here https://huggingface.co/bartowski/Qwen_Qwen3.5-27B-GGUF/tree/main

Downloads last month
52
GGUF
Model size
27B params
Architecture
qwen35
Hardware compatibility
Log In to add your hardware

5-bit

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

Model tree for juanml82/Qwen3.5-27B-heretic-gguf

Base model

Qwen/Qwen3.5-27B
Quantized
(18)
this model