Qwen3.8 is the large language model series developed by Qwen team, Alibaba Group.
4,095
stars
11
commits
Aug 17, 2026
updated
Welcome to the GitHub repository of the Qwen3.5 open model series, including Qwen3.5, Qwen3.6, and the latest Qwen3.8. Here, you can find official information about Qwen3.8, post your questions (Issues), and share your ideas with the community (Discussions).
For the first time, Qwen3.8 brings a Qwen-Max-class model to open release. Built on the architectural foundation of Qwen3.5, Qwen3.8 delivers substantial gains across coding, professional work, research, and long-horizon agentic tasks. Beyond answering harder questions, Qwen3.8 is designed to carry complex, multi-step tasks through to completion with greater reliability.
Qwen3.8 features the following enhancements:
reasoning_effort, and reasoning context from historical messages is retained via preserve_thinking.Building upon the fundamental breakthroughs of Qwen3.5, Qwen3.6 prioritizes stability and real-world utility. It offers developers a more intuitive, responsive, and genuinely productive coding experience, shaped by direct community feedback. This update delivers substantial upgrades, particularly in:
Over recent months, we have intensified our focus on developing foundation models that deliver exceptional utility and performance. Qwen3.5 represents a significant leap forward, integrating breakthroughs in multimodal learning, architectural efficiency, reinforcement learning scale, and global accessibility to empower developers and enterprises with unprecedented capability and efficiency.
Qwen3.5 features the following enhancements:
The official model weights are released on:
Qwen/Qwen3.8-27B, Qwen/Qwen3.6-35B-A3B, and Qwen/Qwen3.5-397B-A17B.
You can also download model files manually using huggingface download or git clone.
Please follow the instructions on the model page.SGLANG_USE_MODELSCOPE=true or VLLM_USE_MODELSCOPE=true.
You can also download model files manually using modelscope download or git clone.
Please follow the instructions on the model page.Qwen3.8 Open Models
For detailed results, please check out the Qwen3.8-2.4T-A95B Model Card and the Qwen3.8-27B Model Card.
Qwen3.6 Open Models


For detailed results, please check out the Qwen3.6-35B-A3B blog and the Qwen3.6-27B blog.
Qwen3.5 Open Models



For detailed results, please check out the Qwen3.5 blog.
You can try Qwen3.8 on our official sites and enjoy the native experience with extra features, such as deep research, web dev, and adaptive tool use.
If you simply want to try Qwen3.8, Qwen Studio is an AI assistant for everyone. It’s free to use, open to all, and ready to help with creativity, collaboration, and endless possibilities.
Qwen3.8 is now available directly on Qoder. Qoder is an agentic coding platform designed for real software development. Qoder is available as a standalone application. Follow its documentation to get started!
Qwen3.8 is now available directly on QwenWork. QwenWork is a one-stop AI working platform launched by Alibaba. Follow its documentation to get started!
QwenCloud provides first-class support for Qwen3.8, which is compatible with various API specifications, including OpenAI and Anthropic, making it simple for you to try Qwen3.8 in your own applications.
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. Follow its documentation to get started!
transformers acts as the model-definition framework in the current open-weight LLM landscape.
It also includes functionalities for LLM inference and training. The addition of serving capabilities in transformers makes it much easier to integrate new models in your development.
To launch a server, simply use the transformers serve command:
transformers serve Qwen/Qwen3.8-27B --port 8000 --continuous-batching
An OpenAI-compatible API will be available at http://localhost:8000/v1.
See the Serve CLI guide for more information.
llama.cpp enables LLM inference with minimal setup and state-of-the-art performance on a wide range of hardware.
llama.cpp supports the Qwen3.5 open model series (text & vision).
Look for models ending with GGUF on Hugging Face Hub.
If you are running on Apple Silicon, both mlx-lm (text-only) and mlx-vlm (vision + text) support the Qwen3.5 open model series. Look for models ending with MLX on Hugging Face Hub.
Unsloth contains a local UI to run and train LLMs and diffusion models, including Qwen3.8 and more. See the Qwen3.8 guide for running Qwen3.8 quants with Unsloth.
The Qwen3.5 open model series is supported by multiple inference frameworks. Here we demonstrate the usage of SGLang, vLLM, and TokenSpeed.
SGLang is a fast serving framework for large language models and vision language models. SGLang can be used to launch a server with an OpenAI-compatible API service.
sglang serve --model-path Qwen/Qwen3.8-27B --port 8000 --tp-size 4 --context-length 262144 --reasoning-parser qwen3 --tool-call-parser qwen3_coder
An OpenAI-compatible API will be available at http://localhost:8000/v1.
Also see SGLang Cookbook on serving Qwen3.8.
vLLM is a high-throughput and memory-efficient inference and serving engine for LLMs. vLLM can be used to launch a server with an OpenAI-compatible API service.
vllm serve Qwen/Qwen3.8-27B --port 8000 --tensor-parallel-size 4 --max-model-len 262144 --reasoning-parser qwen3 --enable-auto-tool-choice --tool-call-parser qwen3_coder
An OpenAI-compatible API will be available at http://localhost:8000/v1.
Also see vLLM Recipes on serving Qwen3.8.
TokenSpeed is a speed-of-light LLM inference engine. TokenSpeed can be used to launch a server with an OpenAI-compatible API service.
tokenspeed serve Qwen/Qwen3.8-27B --port 8000 --tensor-parallel-size 4 --max-model-len 262144 --reasoning-parser qwen3 --enable-auto-tool-choice --tool-call-parser qwen3_coder
An OpenAI-compatible API will be available at http://localhost:8000/v1.
Also see TokenSpeed Recipes on serving Qwen3.8.
We advise you to use training frameworks, including Unsloth, Swift, Llama-Factory, to finetune your models with SFT, DPO, GRPO, etc.
Please find the license file released with the model weights on Hugging Face Hub or ModelScope.
If you find our work helpful, feel free to give us a cite.
@misc{qwen3.8,
title = {{Qwen3.8-Max}: A New Bar for Coding and Cowork},
author = {{Qwen Team}},
year = {2026},
month = {August},
url = {https://qwen.ai/blog?id=qwen3.8}
}
@misc{qwen3.6-27b,
title = {{Qwen3.6-27B}: Flagship-Level Coding in a {27B} Dense Model},
author = {{Qwen Team}},
year = {2026},
month = {April},
url = {https://qwen.ai/blog?id=qwen3.6-27b}
}
@misc{qwen3.6-35b-a3b,
title = {{Qwen3.6-35B-A3B}: Agentic Coding Power, Now Open to All},
author = {{Qwen Team}},
year = {2026},
month = {April},
url = {https://qwen.ai/blog?id=qwen3.6-35b-a3b}
}
@misc{qwen3.5,
title = {{Qwen3.5}: Towards Native Multimodal Agents},
author = {{Qwen Team}},
year = {2026},
month = {February},
url = {https://qwen.ai/blog?id=qwen3.5}
}
If you are interested in leaving a message to either our research team or product team, join our Discord or WeChat groups!
Qwen3.8 is the large language model series developed by Qwen team, Alibaba Group.
4,095
stars
11
commits
Aug 17, 2026
updated
Welcome to the GitHub repository of the Qwen3.5 open model series, including Qwen3.5, Qwen3.6, and the latest Qwen3.8. Here, you can find official information about Qwen3.8, post your questions (Issues), and share your ideas with the community (Discussions).
For the first time, Qwen3.8 brings a Qwen-Max-class model to open release. Built on the architectural foundation of Qwen3.5, Qwen3.8 delivers substantial gains across coding, professional work, research, and long-horizon agentic tasks. Beyond answering harder questions, Qwen3.8 is designed to carry complex, multi-step tasks through to completion with greater reliability.
Qwen3.8 features the following enhancements:
reasoning_effort, and reasoning context from historical messages is retained via preserve_thinking.Building upon the fundamental breakthroughs of Qwen3.5, Qwen3.6 prioritizes stability and real-world utility. It offers developers a more intuitive, responsive, and genuinely productive coding experience, shaped by direct community feedback. This update delivers substantial upgrades, particularly in:
Over recent months, we have intensified our focus on developing foundation models that deliver exceptional utility and performance. Qwen3.5 represents a significant leap forward, integrating breakthroughs in multimodal learning, architectural efficiency, reinforcement learning scale, and global accessibility to empower developers and enterprises with unprecedented capability and efficiency.
Qwen3.5 features the following enhancements:
The official model weights are released on:
Qwen/Qwen3.8-27B, Qwen/Qwen3.6-35B-A3B, and Qwen/Qwen3.5-397B-A17B.
You can also download model files manually using huggingface download or git clone.
Please follow the instructions on the model page.SGLANG_USE_MODELSCOPE=true or VLLM_USE_MODELSCOPE=true.
You can also download model files manually using modelscope download or git clone.
Please follow the instructions on the model page.Qwen3.8 Open Models
For detailed results, please check out the Qwen3.8-2.4T-A95B Model Card and the Qwen3.8-27B Model Card.
Qwen3.6 Open Models


For detailed results, please check out the Qwen3.6-35B-A3B blog and the Qwen3.6-27B blog.
Qwen3.5 Open Models



For detailed results, please check out the Qwen3.5 blog.
You can try Qwen3.8 on our official sites and enjoy the native experience with extra features, such as deep research, web dev, and adaptive tool use.
If you simply want to try Qwen3.8, Qwen Studio is an AI assistant for everyone. It’s free to use, open to all, and ready to help with creativity, collaboration, and endless possibilities.
Qwen3.8 is now available directly on Qoder. Qoder is an agentic coding platform designed for real software development. Qoder is available as a standalone application. Follow its documentation to get started!
Qwen3.8 is now available directly on QwenWork. QwenWork is a one-stop AI working platform launched by Alibaba. Follow its documentation to get started!
QwenCloud provides first-class support for Qwen3.8, which is compatible with various API specifications, including OpenAI and Anthropic, making it simple for you to try Qwen3.8 in your own applications.
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. Follow its documentation to get started!
transformers acts as the model-definition framework in the current open-weight LLM landscape.
It also includes functionalities for LLM inference and training. The addition of serving capabilities in transformers makes it much easier to integrate new models in your development.
To launch a server, simply use the transformers serve command:
transformers serve Qwen/Qwen3.8-27B --port 8000 --continuous-batching
An OpenAI-compatible API will be available at http://localhost:8000/v1.
See the Serve CLI guide for more information.
llama.cpp enables LLM inference with minimal setup and state-of-the-art performance on a wide range of hardware.
llama.cpp supports the Qwen3.5 open model series (text & vision).
Look for models ending with GGUF on Hugging Face Hub.
If you are running on Apple Silicon, both mlx-lm (text-only) and mlx-vlm (vision + text) support the Qwen3.5 open model series. Look for models ending with MLX on Hugging Face Hub.
Unsloth contains a local UI to run and train LLMs and diffusion models, including Qwen3.8 and more. See the Qwen3.8 guide for running Qwen3.8 quants with Unsloth.
The Qwen3.5 open model series is supported by multiple inference frameworks. Here we demonstrate the usage of SGLang, vLLM, and TokenSpeed.
SGLang is a fast serving framework for large language models and vision language models. SGLang can be used to launch a server with an OpenAI-compatible API service.
sglang serve --model-path Qwen/Qwen3.8-27B --port 8000 --tp-size 4 --context-length 262144 --reasoning-parser qwen3 --tool-call-parser qwen3_coder
An OpenAI-compatible API will be available at http://localhost:8000/v1.
Also see SGLang Cookbook on serving Qwen3.8.
vLLM is a high-throughput and memory-efficient inference and serving engine for LLMs. vLLM can be used to launch a server with an OpenAI-compatible API service.
vllm serve Qwen/Qwen3.8-27B --port 8000 --tensor-parallel-size 4 --max-model-len 262144 --reasoning-parser qwen3 --enable-auto-tool-choice --tool-call-parser qwen3_coder
An OpenAI-compatible API will be available at http://localhost:8000/v1.
Also see vLLM Recipes on serving Qwen3.8.
TokenSpeed is a speed-of-light LLM inference engine. TokenSpeed can be used to launch a server with an OpenAI-compatible API service.
tokenspeed serve Qwen/Qwen3.8-27B --port 8000 --tensor-parallel-size 4 --max-model-len 262144 --reasoning-parser qwen3 --enable-auto-tool-choice --tool-call-parser qwen3_coder
An OpenAI-compatible API will be available at http://localhost:8000/v1.
Also see TokenSpeed Recipes on serving Qwen3.8.
We advise you to use training frameworks, including Unsloth, Swift, Llama-Factory, to finetune your models with SFT, DPO, GRPO, etc.
Please find the license file released with the model weights on Hugging Face Hub or ModelScope.
If you find our work helpful, feel free to give us a cite.
@misc{qwen3.8,
title = {{Qwen3.8-Max}: A New Bar for Coding and Cowork},
author = {{Qwen Team}},
year = {2026},
month = {August},
url = {https://qwen.ai/blog?id=qwen3.8}
}
@misc{qwen3.6-27b,
title = {{Qwen3.6-27B}: Flagship-Level Coding in a {27B} Dense Model},
author = {{Qwen Team}},
year = {2026},
month = {April},
url = {https://qwen.ai/blog?id=qwen3.6-27b}
}
@misc{qwen3.6-35b-a3b,
title = {{Qwen3.6-35B-A3B}: Agentic Coding Power, Now Open to All},
author = {{Qwen Team}},
year = {2026},
month = {April},
url = {https://qwen.ai/blog?id=qwen3.6-35b-a3b}
}
@misc{qwen3.5,
title = {{Qwen3.5}: Towards Native Multimodal Agents},
author = {{Qwen Team}},
year = {2026},
month = {February},
url = {https://qwen.ai/blog?id=qwen3.5}
}
If you are interested in leaving a message to either our research team or product team, join our Discord or WeChat groups!