Overview
Qwen3.6-35B-A3B is an open-weight language model from Qwen, the AI team at Alibaba.
- License: Apache 2.0
- Context length: 256K tokens
- Languages: Multilingual
- Minimum hardware: ~21 GB VRAM
- Strengths: reasoning, coding and on-device inference
Highlights
- Agentic coding — handles frontend workflows and repository-level reasoning with greater fluency.
- Thinking preservation — retains reasoning context from earlier messages to streamline iterative work.
- Vision + tool calling — reads images and drives multi-step agent loops.
- 256K context, A3B MoE — ~3B active of 36B total for efficient long-context work.
What it is good at
Qwen3.6-35B-A3B carries the full Qwen capability set, including a toggleable thinking mode, vision, tool calling, and embeddings. A few concrete uses:
- Long-document work — the 262,144-token context window holds a large codebase, a long contract, or hundreds of pages of notes in a single prompt for summarizing, searching, or cross-referencing.
- Agentic and coding tasks — native tool calling and a reasoning/thinking mode let it plan multi-step jobs, call functions, and write or debug code without a hosted backend.
- Multimodal and multilingual input — vision support reads screenshots, charts, and scanned pages, and its multilingual training handles prompts and output across many languages.
Running it locally
The model is 36B parameters total. At Q4_K_M quantization the weights are roughly 21 GB, so a 24 GB GPU (RTX 3090, 4090, or 5090) or a Mac with 32 GB or more unified memory runs it comfortably. The full 262,144-token context grows the KV cache by tens of GB, so trim the context if you are tight on memory. Pull the weights from Hugging Face:
huggingface-cli download Qwen/Qwen3.6-35B-A3B
You can serve it with Transformers or vLLM, or skip the setup entirely and load it in Atomic Chat with one click, which downloads a quantized build and runs it on-device.
License
Qwen3.6-35B-A3B is released under the Apache-2.0 license. That permits commercial use, modification, and redistribution, including fine-tuning the weights and shipping the model inside your own products, as long as you keep the license and attribution notices.


