Help preserve open and free AI for humanity's future

← All models

Qwen_Qwen3.6-35B-A3B-FP8

Qwen · View on Hugging Face ↗

Qwen3.6 35B-A3B sparse-MoE LLM (FP8 weights) from the current Qwen generation.

✓ verified · rehash-vs-hf-metadata at 2026-08-20T23:47:53Z

apache-2.034.92 GB (37,493,014,098 bytes)transformerssafetensorsqwen3_5_moeimage-text-to-textconversationalendpoints_compatiblefp8

Get this model

Download Qwen_Qwen3.6-35B-A3B-FP8.torrent

Recommended — the .torrent carries the webseed url-list, so your client can fall back to plain HTTPS if the swarm is thin. See/verify for the full download + verification walkthrough.

Model card

The complete upstream card, rendered from this payload's README.md — the same hash-verified bytes the torrent distributes. Images and off-site links are removed; the original card on Hugging Face carries them.


base_model:


Qwen3.6-35B-A3B-FP8

[!Note] This repository contains FP8-quantized model weights and configuration files for the post-trained model in the Hugging Face Transformers format.

These artifacts are compatible with Hugging Face Transformers, vLLM, SGLang, KTransformers, etc.

The quantization method is fine-grained fp8 quantization with block size of 128, and its performance metrics are nearly identical to those of the original model.

Following the February release of the Qwen3.5 series, we're pleased to share the first open-weight variant of Qwen3.6. Built on direct feedback from the community, Qwen3.6 prioritizes stability and real-world utility, offering developers a more intuitive, responsive, and genuinely productive coding experience.

Qwen3.6 Highlights

This release delivers substantial upgrades, particularly in

  • Agentic Coding: the model now handles frontend workflows and repository-level reasoning with greater fluency and precision.
  • Thinking Preservation: we've introduced a new option to retain reasoning context from historical messages, streamlining iterative development and reducing overhead.

For more details, please refer to our blog post Qwen3.6-35B-A3B.

Model Overview

  • Type: Causal Language Model with Vision Encoder
  • Training Stage: Pre-training & Post-training
  • Language Model
    • Number of Parameters: 35B in total and 3B activated
    • Hidden Dimension: 2048
    • Token Embedding: 248320 (Padded)
    • Number of Layers: 40
    • Hidden Layout: 10 × (3 × (Gated DeltaNet → MoE) → 1 × (Gated Attention → MoE))
    • Gated DeltaNet:
      • Number of Linear Attention Heads: 32 for V and 16 for QK
      • Head Dimension: 128
    • Gated Attention:
      • Number of Attention Heads: 16 for Q and 2 for KV
      • Head Dimension: 256
      • Rotary Position Embedding Dimension: 64
    • Mixture Of Experts
      • Number of Experts: 256
      • Number of Activated Experts: 8 Routed + 1 Shared
      • Expert Intermediate Dimension: 512
    • LM Output: 248320 (Padded)
    • MTP: trained with multi-steps
  • Context Length: 262,144 natively and extensible up to 1,010,000 tokens.

Benchmark Results

Language

Qwen3.5-27BGemma4-31BQwen3.5-35BA3BGemma4-26BA4BQwen3.6-35BA3B
Coding Agent
SWE-bench Verified 75.0 52.0 70.0 17.4 73.4
SWE-bench Multilingual 69.3 51.7 60.3 17.3 67.2
SWE-bench Pro 51.2 35.7 44.6 13.8 49.5
Terminal-Bench 2.0 41.6 42.9 40.5 34.2 51.5
Claw-Eval Avg 64.3 48.5 65.4 58.8 68.7
Claw-Eval Pass^3 46.2 25.0 51.0 28.0 50.0
SkillsBench Avg5 27.2 23.6 4.4 12.3 28.7
QwenClawBench 52.2 41.7 47.7 38.7 52.6
NL2Repo 27.3 15.5 20.5 11.6 29.4
QwenWebBench 1068 1197 978 1178 1397
General Agent
TAU3-Bench 68.4 67.5 68.9 59.0 67.2
VITA-Bench 41.8 43.0 29.1 36.9 35.6
DeepPlanning 22.6 24.0 22.8 16.2 25.9
Tool Decathlon 31.5 21.2 28.7 12.0 26.9
MCPMark 36.3 18.1 27.0 14.2 37.0
MCP-Atlas 68.4 57.2 62.4 50.0 62.8
WideSearch 66.4 35.2 59.1 38.3 60.1
Knowledge
MMLU-Pro 86.1 85.2 85.3 82.6 85.2
MMLU-Redux 93.2 93.7 93.3 92.7 93.3
SuperGPQA 65.6 65.7 63.4 61.4 64.7
C-Eval 90.5 82.6 90.2 82.5 90.0
STEM & Reasoning
GPQA 85.5 84.3 84.2 82.3 86.0
HLE 24.3 19.5 22.4 8.7 21.4
LiveCodeBench v6 80.7 80.0 74.6 77.1 80.4
HMMT Feb 25 92.0 88.7 89.0 91.7 90.7
HMMT Nov 25 89.8 87.5 89.2 87.5 89.1
HMMT Feb 26 84.3 77.2 78.7 79.0 83.6
IMOAnswerBench 79.9 74.5 76.8 74.3 78.9
AIME26 92.6 89.2 91.0 88.3 92.7

* SWE-Bench Series: Internal agent scaffold (bash + file-edit tools); temp=1.0, top_p=0.95, 200K context window. We correct some problematic tasks in the public set of SWE-bench Pro and evaluate all baselines on the refined benchmark.
* Terminal-Bench 2.0: Harbor/Terminus-2 harness; 3h timeout, 32 CPU/48 GB RAM; temp=1.0, top_p=0.95, top_k=20, max_tokens=80K, 256K ctx; avg of 5 runs.
* SkillsBench: Evaluated via OpenCode on 78 tasks (self-contained subset, excluding API-dependent tasks); avg of 5 runs.
* NL2Repo: Others are evaluated via Claude Code (temp=1.0, top_p=0.95, max_turns=900).
* QwenClawBench: An internal real-user-distribution Claw agent benchmark (open-sourcing soon); temp=0.6, 256K ctx.
* QwenWebBench: An internal front-end code generation benchmark; bilingual (EN/CN), 7 categories (Web Design, Web Apps, Games, SVG, Data Visualization, Animation, and 3D); auto-render + multimodal judge (code/visual correctness); BT/Elo rating system.
* TAU3-Bench: We use the official user model (gpt-5.2, low reasoning effort) + default BM25 retrieval.
* VITA-Bench: Avg subdomain scores; using claude-4-sonnet as judger, as the official judger (claude-3.7-sonnet) is no longer available.
* MCPMark: GitHub MCP v0.30.3; Playwright responses truncated at 32K tokens.
* MCP-Atlas: Public set score; gemini-2.5-pro judger.
* AIME 26: We use the full AIME 2026 (I & II), where the scores may differ from Qwen 3.5 notes.

Vision Language

Qwen3.5-27BClaude-Sonnet-4.5Gemma4-31BGemma4-26BA4BQwen3.5-35B-A3BQwen3.6-35B-A3B
STEM and Puzzle
MMMU 82.3 79.6 80.4 78.4 81.4 81.7
MMMU-Pro 75.0 68.4 76.9* 73.8* 75.1 75.3
Mathvista(mini) 87.8 79.8 79.3 79.4 86.2 86.4
ZEROBench_sub 36.2 26.3 26.0 26.3 34.1 34.4
General VQA
RealWorldQA 83.7 70.3 72.3 72.2 84.1 85.3
MMBenchEN-DEV-v1.1 92.6 88.3 90.9 89.0 91.5 92.8
SimpleVQA 56.0 57.6 52.9 52.2 58.3 58.9
HallusionBench 70.0 59.9 67.4 66.1 67.9 69.8
Text Recognition and Document Understanding
OmniDocBench1.5 88.9 85.8 80.1 74.4 89.3 89.9
CharXiv(RQ) 79.5 67.2 67.9 69.0 77.5 78.0
CC-OCR 81.0 68.1 75.7 74.5 80.7 81.9
AI2D_TEST 92.9 87.0 89.0 88.3 92.6 92.7
Spatial Intelligence
RefCOCO(avg) 90.9 -- -- -- 89.2 92.0
ODInW13 41.1 -- -- -- 42.6 50.8
EmbSpatialBench 84.5 71.8 -- -- 83.1 84.3
RefSpatialBench 67.7 -- -- -- 63.5 64.3
Video Understanding
VideoMME(w sub.) 87.0 81.1 -- -- 86.6 86.6
VideoMME(w/o sub.) 82.8 75.3 -- -- 82.5 82.5
VideoMMMU 82.3 77.6 81.6 76.0 80.4 83.7
MLVU 85.9 72.8 -- -- 85.6 86.2
MVBench 74.6 -- -- -- 74.8 74.6
LVBench 73.6 -- -- -- 71.4 71.4

* Empty cells (--) indicate scores not available or not applicable.

Quickstart

For streamlined integration, we recommend using Qwen3.6 via APIs. Below is a guide to use Qwen3.6 via OpenAI-compatible API.

Serving Qwen3.6

Qwen3.6 can be served via APIs with popular inference frameworks. In the following, we show example commands to launch OpenAI-Compatible API servers for Qwen3.6 models.

[!Important] Inference efficiency and throughput vary significantly across frameworks. We recommend using the latest framework versions to ensure optimal performance and compatibility. For production workloads or high-throughput scenarios, dedicated serving engines such as SGLang, KTransformers or vLLM are strongly recommended.

[!Important] The model has a default context length of 262,144 tokens. If you encounter out-of-memory (OOM) errors, consider reducing the context window. However, because Qwen3.6 leverages extended context for complex tasks, we advise maintaining a context length of at least 128K tokens to preserve thinking capabilities.

SGLang

SGLang is a fast serving framework for large language models and vision language models. sglang>=0.5.10 is recommended for Qwen3.6, which can be installed using the following command in a fresh environment:

uv pip install sglang[all]

See its documentation for more details.

The following will create API endpoints at http://localhost:8000/v1:

  • Standard Version: The following command can be used to create an API endpoint with maximum context length 262,144 tokens using tensor parallel on 8 GPUs.

    python -m sglang.launch_server --model-path Qwen/Qwen3.6-35B-A3B-FP8 --port 8000 --tp-size 8 --mem-fraction-static 0.8 --context-length 262144 --reasoning-parser qwen3
    
  • Tool Use: To support tool use, you can use the following command.

    python -m sglang.launch_server --model-path Qwen/Qwen3.6-35B-A3B-FP8 --port 8000 --tp-size 8 --mem-fraction-static 0.8 --context-length 262144 --reasoning-parser qwen3 --tool-call-parser qwen3_coder
    
  • Multi-Token Prediction (MTP): The following command is recommended for MTP:

    python -m sglang.launch_server --model-path Qwen/Qwen3.6-35B-A3B-FP8 --port 8000 --tp-size 8 --mem-fraction-static 0.8 --context-length 262144 --reasoning-parser qwen3 --speculative-algo NEXTN --speculative-num-steps 3 --speculative-eagle-topk 1 --speculative-num-draft-tokens 4
    

For detailed deployment guide, see the SGLang Qwen3.5 Cookbook.

vLLM

vLLM is a high-throughput and memory-efficient inference and serving engine for LLMs. vllm>=0.19.0 is recommended for Qwen3.6, which can be installed using the following command in a fresh environment:

uv pip install vllm --torch-backend=auto

See its documentation for more details.

The following will create API endpoints at http://localhost:8000/v1:

  • Standard Version: The following command can be used to create an API endpoint with maximum context length 262,144 tokens using tensor parallel on 8 GPUs.

    vllm serve Qwen/Qwen3.6-35B-A3B-FP8 --port 8000 --tensor-parallel-size 8 --max-model-len 262144 --reasoning-parser qwen3 
    
  • Tool Call: To support tool use, you can use the following command.

    vllm serve Qwen/Qwen3.6-35B-A3B-FP8 --port 8000 --tensor-parallel-size 8 --max-model-len 262144 --reasoning-parser qwen3 --enable-auto-tool-choice --tool-call-parser qwen3_coder 
    
  • Multi-Token Prediction (MTP): The following command is recommended for MTP:

    vllm serve Qwen/Qwen3.6-35B-A3B-FP8 --port 8000 --tensor-parallel-size 8 --max-model-len 262144 --reasoning-parser qwen3 --speculative-config '{"method":"qwen3_next_mtp","num_speculative_tokens":2}'
    
  • Text-Only: The following command skips the vision encoder and multimodal profiling to free up memory for additional KV cache:

    vllm serve Qwen/Qwen3.6-35B-A3B-FP8 --port 8000 --tensor-parallel-size 8 --max-model-len 262144 --reasoning-parser qwen3 --language-model-only
    

For detailed deployment guide, see the vLLM Qwen3.5 Recipe.

KTransformers

KTransformers is a flexible framework for experiencing cutting-edge LLM inference optimizations with CPU-GPU heterogeneous computing. For running Qwen3.6 with KTransformers, see the KTransformers Deployment Guide.

Hugging Face Transformers

Hugging Face Transformers contains a lightweight server which can be used for quick testing and moderate load deployment. The latest transformers is required for Qwen3.6:

pip install "transformers[serving]"

See its documentation for more details. Please also make sure torchvision and pillow are installed.

Then, run transformers serve to launch a server with API endpoints at http://localhost:8000/v1; it will place the model on accelerators if available:

transformers serve Qwen/Qwen3.6-35B-A3B-FP8 --port 8000 --continuous-batching

Using Qwen3.6 via the Chat Completions API

The chat completions API is accessible via standard HTTP requests or OpenAI SDKs. Here, we show examples using the OpenAI Python SDK.

Before starting, make sure it is installed and the API key and the API base URL is configured, e.g.:

pip install -U openai

# Set the following accordingly
export OPENAI_BASE_URL="http://localhost:8000/v1"
export OPENAI_API_KEY="EMPTY"

[!Tip] We recommend using the following set of sampling parameters for generation

  • Thinking mode for general tasks: temperature=1.0, top_p=0.95, top_k=20, min_p=0.0, presence_penalty=1.5, repetition_penalty=1.0
  • Thinking mode for precise coding tasks (e.g. WebDev): temperature=0.6, top_p=0.95, top_k=20, min_p=0.0, presence_penalty=0.0, repetition_penalty=1.0
  • Instruct (or non-thinking) mode: temperature=0.7, top_p=0.80, top_k=20, min_p=0.0, presence_penalty=1.5, repetition_penalty=1.0

Please note that the support for sampling parameters varies according to inference frameworks.

[!Important] Qwen3.6 models operate in thinking mode by default, generating thinking content signified by <think>\n...</think>\n\n before producing the final responses. To disable thinking content and obtain direct response, refer to the examples here.

Text-Only Input

from openai import OpenAI
# Configured by environment variables
client = OpenAI()

messages = [
    {"role": "user", "content": "Type \"I love Qwen3.6\" backwards"},
]

chat_response = client.chat.completions.create(
    model="Qwen/Qwen3.6-35B-A3B-FP8",
    messages=messages,
    max_tokens=81920,
    temperature=1.0,
    top_p=0.95,
    presence_penalty=1.5,
    extra_body={
        "top_k": 20,
    }, 
)
print("Chat response:", chat_response)

Image Input

from openai import OpenAI
# Configured by environment variables
client = OpenAI()

messages = [
    {
        "role": "user",
        "content": [
            {
                "type": "image_url",
                "image_url": {
                    "url": "https://qianwen-res.oss-accelerate.aliyuncs.com/Qwen3.5/demo/CI_Demo/mathv-1327.jpg"
                }
            },
            {
                "type": "text",
                "text": "The centres of the four illustrated circles are in the corners of the square. The two big circles touch each other and also the two little circles. With which factor do you have to multiply the radii of the little circles to obtain the radius of the big circles?\nChoices:\n(A) $\\frac{2}{9}$\n(B) $\\sqrt{5}$\n(C) $0.8 \\cdot \\pi$\n(D) 2.5\n(E) $1+\\sqrt{2}$"
            }
        ]
    }
]

chat_response = client.chat.completions.create(
    model="Qwen/Qwen3.6-35B-A3B-FP8",
    messages=messages,
    max_tokens=81920,
    temperature=1.0,
    top_p=0.95,
    presence_penalty=1.5,
    extra_body={
        "top_k": 20,
    }, 
)
print("Chat response:", chat_response)

Video Input

from openai import OpenAI
# Configured by environment variables
client = OpenAI()

messages = [
    {
        "role": "user",
        "content": [
            {
                "type": "video_url",
                "video_url": {
                    "url": "https://qianwen-res.oss-accelerate.aliyuncs.com/Qwen3.5/demo/video/N1cdUjctpG8.mp4"
                }
            },
            {
                "type": "text",
                "text": "How many porcelain jars were discovered in the niches located in the primary chamber of the tomb?"
            }
        ]
    }
]

# When vLLM is launched with `--media-io-kwargs '{"video": {"num_frames": -1}}'`,
# video frame sampling can be configured via `extra_body` (e.g., by setting `fps`).
# This feature is currently supported only in vLLM.
#
# By default, `fps=2` and `do_sample_frames=True`.
# With `do_sample_frames=True`, you can customize the `fps` value to set your desired video sampling rate.
chat_response = client.chat.completions.create(
    model="Qwen/Qwen3.6-35B-A3B-FP8",
    messages=messages,
    max_tokens=81920,
    temperature=1.0,
    top_p=0.95,
    presence_penalty=1.5,
    extra_body={
        "top_k": 20,
        "mm_processor_kwargs": {"fps": 2, "do_sample_frames": True},
    }, 
)

print("Chat response:", chat_response)

Instruct (or Non-Thinking) Mode

[!Important] Qwen3.6 does not officially support the soft switch of Qwen3, i.e., /think and /nothink.

Qwen3.6 will think by default before response. You can obtain direct response from the model without thinking by configuring the API parameters. For example,

from openai import OpenAI
# Configured by environment variables
client = OpenAI()

messages = [
    {
        "role": "user",
        "content": [
            {
                "type": "image_url",
                "image_url": {
                    "url": "https://qianwen-res.oss-accelerate.aliyuncs.com/Qwen3.6/demo/RealWorld/RealWorld-04.png"
                }
            },
            {
                "type": "text",
                "text": "Where is this?"
            }
        ]
    }
]

chat_response = client.chat.completions.create(
    model="Qwen/Qwen3.6-35B-A3B-FP8",
    messages=messages,
    max_tokens=32768,
    temperature=0.7,
    top_p=0.8,
    presence_penalty=1.5,
    extra_body={
        "top_k": 20,
        "chat_template_kwargs": {"enable_thinking": False},
    }, 
)
print("Chat response:", chat_response)

[!Note] If you are using APIs from Alibaba Cloud Model Studio, in addition to changing model, please use "enable_thinking": False instead of "chat_template_kwargs": {"enable_thinking": False}.

Preserve Thinking

By default, only the thinking blocks generated in handling the latest user message is retained, resulting in a pattern commonly as interleaved thinking. Qwen3.6 has been additionally trained to preserve and leverage thinking traces from historical messages. You can enable this behavior by setting the preserve_thinking option:

from openai import OpenAI
# Configured by environment variables
client = OpenAI()

messages = [...]

chat_response = client.chat.completions.create(
    model="Qwen/Qwen3.6-35B-A3B-FP8",
    messages=messages,
    max_tokens=32768,
    temperature=0.7,
    top_p=0.8,
    presence_penalty=1.5,
    extra_body={
        "top_k": 20,
        "chat_template_kwargs": {"preserve_thinking": True},
    }, 
)
print("Chat response:", chat_response)

[!Note] If you are using APIs from Alibaba Cloud Model Studio, in addition to changing model, please use "preserve_thinking": True instead of "chat_template_kwargs": {"preserve_thinking": False}.

This capability is particularly beneficial for agent scenarios, where maintaining full reasoning context can enhance decision consistency and, in many cases, reduce overall token consumption by minimizing redundant reasoning. Additionally, it can improve KV cache utilization, optimizing inference efficiency in both thinking and non-thinking modes.

Agentic Usage

Qwen3.6 excels in tool calling capabilities.

Qwen-Agent

We recommend using Qwen-Agent to quickly build Agent applications with Qwen3.6.

To define the available tools, you can use the MCP configuration file, use the integrated tool of Qwen-Agent, or integrate other tools by yourself.

import os
from qwen_agent.agents import Assistant

# Define LLM
# Using Alibaba Cloud Model Studio
llm_cfg = {
    # Use the OpenAI-compatible model service provided by DashScope:
    'model': 'Qwen3.6-35B-A3B',
    'model_type': 'qwenvl_oai',
    'model_server': 'https://dashscope.aliyuncs.com/compatible-mode/v1',
    'api_key': os.getenv('DASHSCOPE_API_KEY'),

    'generate_cfg': {
        'use_raw_api': True,
        # When using Dash Scope OAI API, pass the parameter of whether to enable thinking mode in this way
        'extra_body': {
            'enable_thinking': True,
            'preserve_thinking': True,
        },
    },
}

# Using OpenAI-compatible API endpoint.
# functionality of the deployment frameworks and let Qwen-Agent automate the related operations.
#
# llm_cfg = {
#     # Use your own model service compatible with OpenAI API by vLLM/SGLang:
#     'model': 'Qwen/Qwen3.6-35B-A3B-FP8',
#     'model_type': 'qwenvl_oai',
#     'model_server': 'http://localhost:8000/v1',  # api_base
#     'api_key': 'EMPTY',
#
#     'generate_cfg': {
#         'use_raw_api': True,
#         # When using vLLM/SGLang OAI API, pass the parameter of whether to enable thinking mode in this way
#         'extra_body': {
#             'chat_template_kwargs': {'enable_thinking': True, 'preserve_thinking': True}
#         },
#     },
# }

# Define Tools
tools = [
    {'mcpServers': {  # You can specify the MCP configuration file
            "filesystem": {
                "command": "npx",
                "args": ["-y", "@modelcontextprotocol/server-filesystem", "/Users/xxxx/Desktop"]
            }
        }
    }
]

# Define Agent
bot = Assistant(llm=llm_cfg, function_list=tools)

# Streaming generation
messages = [{'role': 'user', 'content': 'Help me organize my desktop.'}]
for responses in bot.run(messages=messages):
    pass
print(responses)

# Streaming generation
messages = [{'role': 'user', 'content': 'Develop a dog website and save it on the desktop'}]
for responses in bot.run(messages=messages):
    pass
print(responses)

Qwen Code

Qwen Code is an open-source AI agent for the terminal, optimized for Qwen models. It helps you understand large codebases, automate tedious work, and ship faster.

For more information, please refer to Qwen Code.

Processing Ultra-Long Texts

Qwen3.6 natively supports context lengths of up to 262,144 tokens. For long-horizon tasks where the total length (including both input and output) exceeds this limit, we recommend using RoPE scaling techniques to handle long texts effectively., e.g., YaRN.

YaRN is currently supported by several inference frameworks, e.g., transformers, vllm, ktransformers and sglang. In general, there are two approaches to enabling YaRN for supported frameworks:

  • Modifying the model configuration file: In the config.json file, change the rope_parameters fields in text_config to:

    {
        "mrope_interleaved": true,
        "mrope_section": [
            11,
            11,
            10
        ],
        "rope_type": "yarn",
        "rope_theta": 10000000,
        "partial_rotary_factor": 0.25,
        "factor": 4.0,
        "original_max_position_embeddings": 262144,
    }
    
  • Passing command line arguments:

    For vllm, you can use

    VLLM_ALLOW_LONG_MAX_MODEL_LEN=1 vllm serve ... --hf-overrides '{"text_config": {"rope_parameters": {"mrope_interleaved": true, "mrope_section": [11, 11, 10], "rope_type": "yarn", "rope_theta": 10000000, "partial_rotary_factor": 0.25, "factor": 4.0, "original_max_position_embeddings": 262144}}}' --max-model-len 1010000  
    

    For sglang and ktransformers, you can use

    SGLANG_ALLOW_OVERWRITE_LONGER_CONTEXT_LEN=1 python -m sglang.launch_server ... --json-model-override-args '{"text_config": {"rope_parameters": {"mrope_interleaved": true, "mrope_section": [11, 11, 10], "rope_type": "yarn", "rope_theta": 10000000, "partial_rotary_factor": 0.25, "factor": 4.0, "original_max_position_embeddings": 262144}}}' --context-length 1010000
    

[!NOTE] All the notable open-source frameworks implement static YaRN, which means the scaling factor remains constant regardless of input length, potentially impacting performance on shorter texts. We advise modifying the rope_parameters configuration only when processing long contexts is required. It is also recommended to modify the factor as needed. For example, if the typical context length for your application is 524,288 tokens, it would be better to set factor as 2.0.

Best Practices

To achieve optimal performance, we recommend the following settings:

  1. Sampling Parameters:

    • We suggest using the following sets of sampling parameters depending on the mode and task type:
      • Thinking mode for general tasks:
        temperature=1.0, top_p=0.95, top_k=20, min_p=0.0, presence_penalty=1.5, repetition_penalty=1.0
      • Thinking mode for precise coding tasks (e.g., WebDev):
        temperature=0.6, top_p=0.95, top_k=20, min_p=0.0, presence_penalty=0.0, repetition_penalty=1.0
      • Instruct (or non-thinking) mode:
        temperature=0.7, top_p=0.80, top_k=20, min_p=0.0, presence_penalty=1.5, repetition_penalty=1.0
    • For supported frameworks, you can adjust the presence_penalty parameter between 0 and 2 to reduce endless repetitions. However, using a higher value may occasionally result in language mixing and a slight decrease in model performance.
  2. Adequate Output Length: We recommend using an output length of 32,768 tokens for most queries. For benchmarking on highly complex problems, such as those found in math and programming competitions, we suggest setting the max output length to 81,920 tokens. This provides the model with sufficient space to generate detailed and comprehensive responses, thereby enhancing its overall performance.

  3. Standardize Output Format: We recommend using prompts to standardize model outputs when benchmarking.

    • Math Problems: Include "Please reason step by step, and put your final answer within \boxed{}." in the prompt.
    • Multiple-Choice Questions: Add the following JSON structure to the prompt to standardize responses: "Please show your choice in the answer field with only the choice letter, e.g., "answer": "C"."
  4. Long Video Understanding: To optimize inference efficiency for plain text and images, the size parameter in the released video_preprocessor_config.json is conservatively configured. It is recommended to set the longest_edge parameter in the video_preprocessor_config file to 469,762,048 (corresponding to 224k video tokens) to enable higher frame-rate sampling for hour-scale videos and thereby achieve superior performance. For example,

    {"longest_edge": 469762048, "shortest_edge": 4096}
    

    Alternatively, override the default values via engine startup parameters. For implementation details, refer to: vLLM / SGLang.

Citation

If you find our work helpful, feel free to give us a cite.

@misc{qwen36_35b_a3b,
    title = {{Qwen3.6-35B-A3B}: Agentic Coding Power, Now Open to All},
    url = {https://qwen.ai/blog?id=qwen3.6-35b-a3b},
    author = {{Qwen Team}},
    month = {April},
    year = {2026}
}

Magnet link (secondary — no webseeds)

Opens the swarm directly, but carries no webseed url-list. Prefer the.torrent download above — HTTP fallback seeds ride inside it.

magnet:?xt=urn:btih:4409d5f5cdcee4a325943e00e7c844dbb7a72087&dn=Qwen_Qwen3.6-35B-A3B-FP8

Open magnet in torrent client · infohash 4409d5f5cdcee4a325943e00e7c844dbb7a72087

Files & hashes

PathSizeMethodHash
LICENSE11.1 KB (11,343 B)sha1-git-blob1d5180a42f1c3383ba7c7bd0a50f0837ef0168df
README.md63.3 KB (64,855 B)sha1-git-blob966c3e089adc1402b79cda649fa95604846014ea
chat_template.jinja7.6 KB (7,764 B)sha1-git-bloba8755d827c0a7b614c246c4060dfd58ab352a8ff
config.json36.1 KB (37,000 B)sha1-git-blobc8df3b893d8070130c2b59497ddb508f41cf9168
configuration.json58 B (58 B)sha1-git-blobd24dba949ee1fe70cc810e4c4709a0bddf4e06ba
generation_config.json202 B (202 B)sha1-git-blob023756cfadf88e5bf69eefeee3e172f38c448d64
layers-0.safetensors804.6 MB (843,713,608 B)sha256-lfs969ed52b6d4a45e1c919115aed81a48a00004625a0406eebf630e829ff97c5bf
layers-1.safetensors804.6 MB (843,713,608 B)sha256-lfs9b6714f0a7b7f9f7ed9eceefc31af655de1863bd83a23d735aa8dbad2cc03dfe
layers-10.safetensors804.6 MB (843,715,168 B)sha256-lfs5cc57c2d6e18830429e2c9ea27a0b7d15e6502c74463d3d4ec6b621c699a5ef8
layers-11.safetensors798.3 MB (837,094,000 B)sha256-lfs0f85558bc82b754230204607f55a3035fd39a6ad4e7f0f5613aa40a632566cab
layers-12.safetensors804.6 MB (843,715,168 B)sha256-lfs0eb974e0b80092a722d10140647aedc14647831007ea7d898b892064c9fb4d0d
layers-13.safetensors804.6 MB (843,715,168 B)sha256-lfs7d4bbdc09e40a3ccfa503c5149c7bb477b07bf8a75ca81613aa68031d995cbf8
layers-14.safetensors804.6 MB (843,715,168 B)sha256-lfs0c6c07e10d047dd742b90fdfdbe734d5b4627fcae7728f8319413194c8d6f171
layers-15.safetensors798.3 MB (837,094,000 B)sha256-lfs786c965fcbc9544aa97524e986ff7e1e2303b6c22812249b283b8c590ada7a77
layers-16.safetensors804.6 MB (843,715,168 B)sha256-lfsdbbaab6eef74ab4f24d374ce94203c8f439019a26d322d8b02fb1cee6ed70267
layers-17.safetensors804.6 MB (843,715,168 B)sha256-lfs29a35db86d591da297ac0ff46f773bf5e5386035172b6c637e00cf0786b0fdc9
layers-18.safetensors804.6 MB (843,715,168 B)sha256-lfs99db8f52e91928e6a362c4510b15112c0c5d2eb0e9279b3413ec1db2016f1b2b
layers-19.safetensors798.3 MB (837,094,000 B)sha256-lfsb1bc3e93c3a22adc01a77b4a2d5e2171e9588e2478ed648526596700ffa566c7
layers-2.safetensors804.6 MB (843,713,608 B)sha256-lfs7ca3668d7dde8c47e796186f9a459afe6f86a60e547bc2f72fcc87543e4a718e
layers-20.safetensors804.6 MB (843,715,168 B)sha256-lfs027f68acf35eb9e9fc41ae12154c18da1b0126bee7eaf16a177cfcbeaafbc7a6
layers-21.safetensors804.6 MB (843,715,168 B)sha256-lfs79205dfb7fe145b26e5941f1b9590a870bc9e1df3127a67bd1ac32f1a12ad75f
layers-22.safetensors804.6 MB (843,715,168 B)sha256-lfs94e7674ffb28f4cd9cf8859c6d0440cbd5d4d3a6dc33193a0442642ae303cd17
layers-23.safetensors798.3 MB (837,094,000 B)sha256-lfs51a7c63c51959faa40c369c80ddac42233cd13d7ad6603e75574bbeeca72e98d
layers-24.safetensors804.6 MB (843,715,168 B)sha256-lfs8c64b42cb8abc93ff5e5ac801c556da6eb81545a151c10320618bae250c9efd9
layers-25.safetensors804.6 MB (843,715,168 B)sha256-lfs18ca830020bd0c7af5f99257112e1c5ba457673d4fd926e6eafcb3127edb06b5
layers-26.safetensors804.6 MB (843,715,168 B)sha256-lfsa3fcd9cfeeb8ef52b749041df0986865cd2b6822a67bd69d0e0692571e49cfde
layers-27.safetensors798.3 MB (837,094,000 B)sha256-lfs48829a4c312ecaf44e03bd9266245549982c326c0311b37694eb29dde4f30c62
layers-28.safetensors804.6 MB (843,715,168 B)sha256-lfs9e40e51e6b2fbd04642cdfe3e66f4936bb74ef880ea8ff5417ec2075c47a938f
layers-29.safetensors804.6 MB (843,715,168 B)sha256-lfs154e2b6da74a5c7921382d1738a57d4a7a9465594f68aa2f7e269340cef27d76
layers-3.safetensors798.3 MB (837,092,440 B)sha256-lfs9ebbd0a7aa2f82f516ec339b66b317f5a7d710d244c42d00f4fea22478bac7da
layers-30.safetensors804.6 MB (843,715,168 B)sha256-lfs292aa0e63dfbd0c757945021b0995b83d7f561985202df9fbfe591c61911f9fa
layers-31.safetensors798.3 MB (837,094,000 B)sha256-lfs21073b1a747d3736b46dc4f84ed66ae287ee3acb699807757a06d77de98af99e
layers-32.safetensors804.6 MB (843,715,168 B)sha256-lfs52e7905b111b6fbfb2b91b9f5b4fd748e61c93cbd39e988d1fabbcd9e00f4f20
layers-33.safetensors804.6 MB (843,715,168 B)sha256-lfsbcc4ad3526f6bb99ae9af57cc319da6bfd69228e5d0bcbd678590323f240cccb
layers-34.safetensors804.6 MB (843,715,168 B)sha256-lfsf52d1343ed110f00a661fcdc17e530a5f3c22a9397469bd2f41e22c8a2ffe9f1
layers-35.safetensors798.3 MB (837,094,000 B)sha256-lfsa079648624f32732831382efa86c72bf03bc58336dcfe6b8ae11f4fcba33e2ea
layers-36.safetensors804.6 MB (843,715,168 B)sha256-lfsf293aff9b2498b7a86303bfb928a03b62b1763bf71f0fe35c14d2d1712292673
layers-37.safetensors804.6 MB (843,715,168 B)sha256-lfs918c26a832494ea368013e5fce8dba0e98923cc62f69d0b21f752dfeb241d404
layers-38.safetensors804.6 MB (843,715,168 B)sha256-lfs2cd43a74c05a8f112c4f137f8139f217601a6035f6474c256b4bac315ccf5c39
layers-39.safetensors798.3 MB (837,094,000 B)sha256-lfs0e347a8527fb41e4dde7e92a359feb0709d770d2b7ab4f2081c940205b85dba9
layers-4.safetensors804.6 MB (843,713,608 B)sha256-lfs3fda002efe01809173b2a9179d529e04f1a9e28d58038cf47fea02b1251c544e
layers-5.safetensors804.6 MB (843,713,608 B)sha256-lfs85f08db02168b263497757002827eb15c44c9ae46962ec26f19a648a0f5fb826
layers-6.safetensors804.6 MB (843,713,608 B)sha256-lfs0601aa7cd21d29efdd6330614aaff2b9a7e4b599d1de894fdb50525033c8725a
layers-7.safetensors798.3 MB (837,092,440 B)sha256-lfsec6d9082f26b2e3d6010114cac16d71626836a53812782690bce582bf2baac51
layers-8.safetensors804.6 MB (843,713,608 B)sha256-lfsa4284bb825ff85f6166208edfb8315897771db03dae82a078bc69014c695502a
layers-9.safetensors804.6 MB (843,713,608 B)sha256-lfsf2bc291ccdccde1094f34e5d2f506e2b8a3857327faa9ffbd2d3a5d75de9d23a
merges.txt3.2 MB (3,353,259 B)sha1-git-bloba494e019ca1502219fd0128658b979e5f05ae8e8
model.safetensors.index.json6.0 MB (6,329,223 B)sha1-git-blob3a6440878f2f2564e214496bb35fcc37cbbf7d8b
mtp.safetensors814.3 MB (853,860,608 B)sha256-lfs3e9c9fef90a5c02314cf27eeccc72f9f61ce711c12c869244c7127c787b5bd7d
outside.safetensors2.73 GB (2,927,422,112 B)sha256-lfsbb9755bc8ebd638e6a9994ae75064f9a6ac3f56541c00a10a90b7a930d24cc4f
preprocessor_config.json390 B (390 B)sha1-git-blob2ea84a437d448ff71b08df68fdd949d5cc4ebb64
tokenizer.json12.2 MB (12,807,982 B)sha256-lfs5f9e4d4901a92b997e463c1f46055088b6cca5ca61a6522d1b9f64c4bb81cb42
tokenizer_config.json16.3 KB (16,718 B)sha1-git-blob28d96ff303d1d20350185caf4bf037045916ed35
video_preprocessor_config.json385 B (385 B)sha1-git-blob3ba673a5ad7d4d13f54155ecd38b2a94a6dac8fe
vocab.json6.4 MB (6,722,759 B)sha1-git-blob0aa0ce0658d60ac4a5d609f4eadb0e8e43514176

Provenance

Upstream repositoryQwen/Qwen3.6-35B-A3B-FP8
Revision (pinned)95a723d08a9490559dae23d0cff1d9466213d989
Fetched at2026-08-20T23:22:49Z
License at fetchapache-2.0
Snapshot toolhuggingface · seedbank 0.1.0

Trackers

Webseeds