How to use from the
Use from the
MLX library
# Make sure mlx-vlm is installed
# pip install --upgrade mlx-vlm

from mlx_vlm import load, generate
from mlx_vlm.prompt_utils import apply_chat_template
from mlx_vlm.utils import load_config

# Load the model
model, processor = load("t-prazak/ThinkingCap-Qwen3.6-27B-MLX-8bit")
config = load_config("t-prazak/ThinkingCap-Qwen3.6-27B-MLX-8bit")

# Prepare input
image = ["http://images.cocodataset.org/val2017/000000039769.jpg"]
prompt = "Describe this image."

# Apply chat template
formatted_prompt = apply_chat_template(
    processor, config, prompt, num_images=1
)

# Generate output
output = generate(model, processor, formatted_prompt, image)
print(output)

8-bit MLX quantization of bottlecapai/ThinkingCap-Qwen3.6-27B (Qwen3.6-27B finetuned for ~50% shorter thinking traces). See the original card for evals and recommended sampling params.

Model quantized using mlx_vlm version 0.6.4 at Q8 using:

mlx_vlm.convert \
  --hf-path bottlecapai/ThinkingCap-Qwen3.6-27B \
  --mlx-path ./ThinkingCap-Qwen3.6-27B-mlx-8bit \
  --quantize --q-bits 8

Runs in LM Studio (requires a recent MLX engine with qwen3_5_vision support). Tested on M4 Pro with 48GB.

Downloads last month
742
Safetensors
Model size
8B params
Tensor type
BF16
·
U32
·
MLX
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 t-prazak/ThinkingCap-Qwen3.6-27B-MLX-8bit

Base model

Qwen/Qwen3.6-27B
Quantized
(22)
this model