How to use from
vLLM
Install from pip and serve model
# Install vLLM from pip:
pip install vllm
# Start the vLLM server:
vllm serve "nightmedia/Qwen3.5-27B-Engineer-Deckard-Claude"
# Call the server using curl (OpenAI-compatible API):
curl -X POST "http://localhost:8000/v1/chat/completions" \
	-H "Content-Type: application/json" \
	--data '{
		"model": "nightmedia/Qwen3.5-27B-Engineer-Deckard-Claude",
		"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/nightmedia/Qwen3.5-27B-Engineer-Deckard-Claude
Quick Links

Qwen3.5-27B-Engineer-Deckard-Claude

ColorsInMyHead

experimental model with custom template. Architects are Engineers with Thinking enabled. Engineers have XML tool support.

Brainwaves

         arc   arc/e boolq hswag obkqa piqa  wino
qx86-hi  0.668,0.833,0.905,0.789,0.486,0.820,0.758

Perplexity
qx86-hi  3.674 ± 0.022

Qwen3.5-27B-Architect-Deckard-Heretic
mxfp4    0.461,0.513,0.821,0.727,0.396,0.777,0.773

Qwen3.5-27B-Text
mxfp4    0.460,0.527,0.871,0.694,0.370,0.772,0.752

This model was trained by DavidAU on Philip K. Dick works, and merged with a Claude trained model.

-G

Model recipe

models:
  - model: DavidAU/Qwen3.5-27B-Deckard-PKD-Heretic-Uncensored-Thinking
    parameters:
      weight: 1.6
  - model: DavidAU/Qwen3.5-27B-Claude-4.6-OS-INSTRUCT
    parameters:
      weight: 0.4
merge_method: nuslerp
dtype: bfloat16
name: Qwen3.5-27B-Engineer-Deckard-Claude
Downloads last month
22
Safetensors
Model size
27B params
Tensor type
BF16
·
MLX
Hardware compatibility
Log In to add your hardware

Quantized

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

Model tree for nightmedia/Qwen3.5-27B-Engineer-Deckard-Claude

Collections including nightmedia/Qwen3.5-27B-Engineer-Deckard-Claude