Instructions to use Qwen/Qwen3.6-35B-A3B with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Qwen/Qwen3.6-35B-A3B with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-text-to-text", model="Qwen/Qwen3.6-35B-A3B") 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 AutoProcessor, AutoModelForMultimodalLM processor = AutoProcessor.from_pretrained("Qwen/Qwen3.6-35B-A3B") model = AutoModelForMultimodalLM.from_pretrained("Qwen/Qwen3.6-35B-A3B", device_map="auto") 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?"} ] }, ] inputs = processor.apply_chat_template( messages, add_generation_prompt=True, tokenize=True, return_dict=True, return_tensors="pt", ).to(model.device) outputs = model.generate(**inputs, max_new_tokens=40) print(processor.decode(outputs[0][inputs["input_ids"].shape[-1]:])) - Inference
- HuggingChat
- Notebooks
- Google Colab
- Kaggle
- AMD Developer Cloud
- Local Apps Settings
- vLLM
How to use Qwen/Qwen3.6-35B-A3B with vLLM:
Install from pip and serve model
# Install vLLM from pip: pip install vllm # Start the vLLM server: vllm serve "Qwen/Qwen3.6-35B-A3B" # Call the server using curl (OpenAI-compatible API): curl -X POST "http://localhost:8000/v1/chat/completions" \ -H "Content-Type: application/json" \ --data '{ "model": "Qwen/Qwen3.6-35B-A3B", "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/Qwen/Qwen3.6-35B-A3B
- SGLang
How to use Qwen/Qwen3.6-35B-A3B with SGLang:
Install from pip and serve model
# Install SGLang from pip: pip install sglang # Start the SGLang server: python3 -m sglang.launch_server \ --model-path "Qwen/Qwen3.6-35B-A3B" \ --host 0.0.0.0 \ --port 30000 # Call the server using curl (OpenAI-compatible API): curl -X POST "http://localhost:30000/v1/chat/completions" \ -H "Content-Type: application/json" \ --data '{ "model": "Qwen/Qwen3.6-35B-A3B", "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 images
docker run --gpus all \ --shm-size 32g \ -p 30000:30000 \ -v ~/.cache/huggingface:/root/.cache/huggingface \ --env "HF_TOKEN=<secret>" \ --ipc=host \ lmsysorg/sglang:latest \ python3 -m sglang.launch_server \ --model-path "Qwen/Qwen3.6-35B-A3B" \ --host 0.0.0.0 \ --port 30000 # Call the server using curl (OpenAI-compatible API): curl -X POST "http://localhost:30000/v1/chat/completions" \ -H "Content-Type: application/json" \ --data '{ "model": "Qwen/Qwen3.6-35B-A3B", "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" } } ] } ] }' - Docker Model Runner
How to use Qwen/Qwen3.6-35B-A3B with Docker Model Runner:
docker model run hf.co/Qwen/Qwen3.6-35B-A3B
Update README.md
#72 opened 17 days ago
by
Pq234
IDEA: Bitnet 1.58 (a4.8) version in future variants would be so incredible!
❤️ 2
#71 opened 19 days ago
by
apiarium
Interesting work — mobile AI perspective
#70 opened 30 days ago
by
3morixd
Listed on OpenModelMap
#69 opened about 1 month ago
by
duola15
Qwen3.7-31B-it ?
👍 8
1
#68 opened about 1 month ago
by
kenleo
What kind of effect if I increase the expert number used in lm studio?
#67 opened about 2 months ago
by
boldos
Regarding Qwen 3.6 35B-A3B reasoning/thinking mode
1
#66 opened about 2 months ago
by
bardenthenry
Why is the intermediate dimension in the MoE experts *smaller* than the hidden dimension?
#63 opened about 2 months ago
by
encryptedoreo
Possible issue: completion-only output may contain </think> without a preceding <think> due to chat template prefill
#62 opened 2 months ago
by
molujia
Qwen3.6 support for TRT-LLM?
#60 opened 2 months ago
by
thecomputerguy81
Add MMMU-Pro evaluation result
#59 opened 2 months ago
by
SaylorTwift
Running Qwen 3.6 35B-A3B on a single 8GB consumer laptop GPU (RTX 4060)
🚀 4
#58 opened 2 months ago
by
myeongjun77
Request versions in other sizes.
#57 opened 2 months ago
by
jian2023
100b version
➕ 6
#56 opened 3 months ago
by
TheBigBlockPC
Wrong tag qwen3_5_moe , unless you guys use some architecture change as the tag ,idk
#55 opened 3 months ago
by
Kz000000
how to enable non-thinking mode of this model in llama.cpp?
1
#54 opened 3 months ago
by
daijava
Create Alpha and Omega 1.01
#53 opened 3 months ago
by
Kjppmp
照顾一下Tesla T4的老人,需要8B、9B、14B、16B参数
2
#52 opened 3 months ago
by
zhousp666
Tool use failure [Fix Found]
6
#51 opened 3 months ago
by
JonnyWhatshisface
Is it really better in real world task?
👀 1
10
#50 opened 3 months ago
by
BornSaint
Built a multimodal open source app on Qwen3.6-35B-A3B: vision reasoning, doc-to-JSON, screenshot-to-React, runs on Ollama or llama.cpp
👍 3
#49 opened 3 months ago
by
gvij
Request: DOI
#48 opened 3 months ago
by
dancinlife
Qwen3.6_9-12B_A2B_MoE
👀 2
1
#47 opened 3 months ago
by
Konti201203
Qwen3.6 200B?
❤️ 4
2
#46 opened 3 months ago
by
celikburak
Upload IMG-20260421-WA0030.jpg
#45 opened 3 months ago
by
jannybaby99
Upload IMG-20260421-WA0030.jpg
#44 opened 3 months ago
by
jannybaby99
Upload IMG-20260421-WA0030.jpg
#43 opened 3 months ago
by
jannybaby99
My Mac mini 16GB would like to formally request Qwen3.6-9B 🤣
👍🔥 9
3
#42 opened 3 months ago
by
OliverTD
Cambia el idioma a español
#41 opened 3 months ago
by
kenedy698
Very buggy in vllm + opencode
👀 1
2
#40 opened 3 months ago
by
void009
1 тема
➕🧠 6
#39 opened 3 months ago
by
Yackiv
Long video - crash
1
#38 opened 3 months ago
by
Marbuel
My RTX 3090 ran out of excuses: Qwen3.6-35B-A3B
🔥❤️ 32
7
#37 opened 3 months ago
by
Kukedlc
Image - resolution - tokens
1
#36 opened 3 months ago
by
Marbuel
Question about UI navigation and coordinates
👍 1
1
#35 opened 3 months ago
by
ztsvvstz
GPTQ Int4 Quant
#34 opened 3 months ago
by
nikhilr12
Add LICENSE file
👍 1
#33 opened 3 months ago
by
deepsweet
Qwen3.6
#32 opened 3 months ago
by
willowoods
a3b jinja template (165898 token session) no errors, opencode
👍 6
1
#31 opened 3 months ago
by
KuziaMother
tool calling failed with claude code
1
#30 opened 3 months ago
by
weisunding
Something happened.
#29 opened 3 months ago
by
owao
ES QWEN LA MEJOR EMPRESA DE INTELIGENCIA ARTIFICIAL DEL MUNDO ENTERO
#28 opened 3 months ago
by
josenoya
Add ParseBench evaluation results
#26 opened 3 months ago
by
boyang-runllama
Question from a nOOb.
2
#24 opened 3 months ago
by
m3thod
Inconsistent parameters recommendation
👍 4
1
#23 opened 3 months ago
by
PhilippeEiffel
Excellent SVG improve since last version!
👍 2
1
#22 opened 3 months ago
by
kq
太吃显存啦
6
#21 opened 3 months ago
by
yukojiangjiang
Poor tools use and endless resoning loop
🔥 1
9
#20 opened 3 months ago
by
qiaozhiyi