Qwen3.8-Max-Preview – The Latest Base Model from Tongyi Qianwen

Executive Summary:
Qwen3.8-Max-Preview is the preview version of the latest generation of base large models introduced by the Tongyi Qianwen team. With a parameter count as high as 2.4T, it employs a Mixture of Experts ...
1. What is Qwen3.8-Max-Preview
Qwen3.8-Max-Preview is the preview version of the latest generation of base large models introduced by the Tongyi Qianwen team. With a parameter count as high as 2.4T, it employs a Mixture of Experts (MoE) architecture. This model is now available on the Qoder, Token Plan, and QoderWork platforms, aiming to provide strong support for complex multi-Agent long-range tasks. According to internal evaluations by the official team, the model demonstrates capabilities comparable to state-of-the-art models in scenarios such as full-stack development, data analysis, and Office workflow automation. The official version is expected to be open-sourced.

Image source: Official article
Image source: official article
Technical positioning and domain: Qwen3.8-Max-Preview belongs to the large-scale language model (LLM) domain, specifically positioned as a MoE base model at the trillion-parameter level. It has in-depth coverage across multiple vertical domains, including general conversation, code generation, data analysis, and office automation. Its unique feature lies in combining ultra-large-scale parameters with multi-Agent collaboration capabilities, with targeted optimization for complex long-range tasks.
Development background: This model was developed by the Tongyi Qianwen team under Alibaba Group. The team has extensive technical experience in the LLM domain, having previously released multiple model series such as Qwen, Qwen2.5, and Qwen3, achieving notable success in both open-source communities and commercial applications. The motivation behind launching Qwen3.8-Max-Preview is that existing models still face performance bottlenecks when handling complex tasks requiring multi-step and multi-role collaboration. The team aims to overcome this limitation by expanding the model's scale and introducing more advanced training strategies.
Core value: Qwen3.8-Max-Preview addresses the current shortcomings of large models in terms of insufficient reasoning coherence and low efficiency in multi-Agent collaboration for long-range complex tasks. Its core value lies in providing a unified base that can autonomously decompose tasks, schedule multiple agents to work in parallel, and maintain semantic consistency in ultra-long contexts (up to 1M tokens). This significantly reduces the threshold for developers building complex AI applications and enhances the quality and reliability of the final output.
Technical features: The model uses a 2.4T parameter MoE architecture, leveraging a sparse activation mechanism to maintain high inference efficiency while unleashing powerful model capacity. Its core differentiating capabilities include support for dynamic configuration of three context window sizes: 200K, 400K, and 1M; an integrated deep-thinking mode that can be toggled on or off; and native support for a multi-Agent collaboration framework, enabling it to handle a wide range of tasks from simple Q&A to full-stack project development.
2. Key Features
Ultra-long Context Processing: The model supports three context window configurations: 200K, 400K, and 1M, enabling it to process text containing tens of thousands to millions of tokens in a single operation. This allows the model to excel in scenarios such as reading long novels, analyzing annual financial reports, and reviewing legal contracts, accurately understanding and correlating semantic information across paragraphs and chapters.
Deep Thinking Mode: The model includes a built-in thinking mode switch, allowing it to automatically toggle between modes based on the complexity of the task. For tasks requiring deep reasoning, such as mathematical proofs, logical deductions, and code debugging, the model enters an internal reasoning chain mode, performing step-by-step derivations. For low-complexity tasks like simple Q&A, it switches to a fast response mode, balancing efficiency and quality.
Multi-Agent Collaboration: The model supports the automatic decomposition of complex tasks into multiple subtasks and coordinates multiple agents to work together. For example, in full-stack development, one agent handles front-end design, another manages back-end logic, and a third deals with database architecture, with the final results integrated by a coordination agent. This architecture significantly improves the efficiency and output quality of complex projects.
Unified Multi-modal Capability Invocation: Under a unified subscription system, the model can invoke AI capabilities across multiple modalities, including text, voice, and image. Users do not need to switch between different APIs or platforms; they can complete a series of operations—from image content recognition, speech-to-text, to text generation based on analysis results—through a single interface, greatly simplifying the development process.
Compatibility with Major Tool Protocols: The model supports the API protocols of OpenAI and Anthropic, enabling seamless integration with mainstream coding and agent tools such as Cursor and Windsurf. This means developers can integrate Qwen3.8-Max-Preview as the underlying model into their existing workflows without modifying existing code, reducing migration costs.
Continuous Evolution Training: The model undergoes continuous iteration and optimization on a daily basis, incorporating new data and user feedback through an online learning mechanism. According to official disclosures, the model has shown significant improvements in internal real-world task evaluations compared to its predecessor, Qwen3.7-Max, demonstrating strong learning capabilities and adaptability.
3. How to Use
Environment Requirements and Prerequisites: Users do not need to deploy the model locally, as it is already available on the cloud platform. Users need an Alibaba Cloud account or a Tongyi Qianwen account, and ensure that their network environment can access the Qoder, Token Plan, or QoderWork platform. It is recommended to use a modern browser (Chrome 90+, Edge 90+, Safari 14+) for the best experience.
Platform Selection and Integration: Users can choose the integration method based on their needs. Developers are recommended to use the Qoder platform (qoder.aliyun.com), which provides full API and SDK support; regular users can choose Token Plan (tokenplan.aliyun.com), using it directly through a graphical interface; enterprise users can use the QoderWork platform for team collaboration and management.
Model Configuration and Invocation: After selecting the platform, users need to create a project and choose the Qwen3.8-Max-Preview model. In API invocation mode, users need to configure the context window size (200K/400K/1M) and toggle the deep thinking mode. An example invocation command (Python SDK) is as follows:
from qoder import QoderClient client = QoderClient(api_key="your_api_key") response = client.chat.completions.create( model="qwen3.8-max-preview", messages=[{"role": "user", "content": "Analyze this annual report"}], max_tokens=32000, context_window="1M" )Key Configuration Notes: For multi-Agent collaborative tasks, users need to define Agent roles and task allocation rules within the platform. It is recommended to set the number of Agents based on the complexity of the task. The Token Plan personal edition supports 1–4 Agents concurrently, while the team edition supports up to 8. The deep thinking mode is recommended to be enabled in code generation and mathematical reasoning scenarios, and should be disabled in simple Q&A scenarios to save costs.
Precautions and Best Practices: The model is currently in preview mode, and some advanced features may experience stability fluctuations. It is recommended to conduct thorough testing before using it in a production environment. There is currently a 10% discount promotion (20% off at night), which is suitable for large-scale testing. After the official version is released, existing preview version configurations will be automatically migrated, requiring no additional actions.
4. Pros and Cons Analysis
| Pros |
|---|
| Ultra-large MoE Architecture: Achieves efficient inference through a sparse activation mechanism, delivering performance close to state-of-the-art models on complex reasoning tasks, with a clear advantage in multi-step and long-range tasks. |
| Flexible Context Window: Supports three configurations: 200K, 400K, and 1M. Users can dynamically select based on task requirements, offering significant advantages in processing long documents without the need for input truncation or segmentation. |
| Dual Mode for Deep Thinking and Fast Response: Features an internal thinking mode switch, allowing the model to automatically switch between modes based on task complexity, balancing reasoning depth and response speed to provide reasonable performance across different scenarios. |
| Broad Compatibility with Mainstream Tools: Supports OpenAI/Anthropic protocols and can seamlessly integrate with mainstream development tools such as Cursor and Windsurf, significantly reducing the integration and migration costs for developers. |
5. Comparative Analysis with Similar Tools
| Comparison Dimension | Qwen3.8-Max-Preview | Kimi K3 |
|---|---|---|
| Core Architecture | 2.4T parameter MoE, sparse activation | 2.8T parameter MoE, sparse activation |
| Context Window | 200K/400K/1M, three configurations available | Up to 1M |
| Thinking Mode | Supports switching, allowing users to choose between deep reasoning or fast response | Supports deep thinking mode |
| Multi-Agent Collaboration | Native support, Token Plan allows up to 8 concurrent agents | Supported via Kimi client |
| Open Source Plan | Official version promises open source | Not open source |
| Pricing Strategy | 10% discount during preview period, 20% discount at night | Standard Credits billing |
| Integration Method | Qoder/Token Plan/QoderWork/API | Kimi client/API |
Selection Recommendations:
For developers seeking top-tier performance and a flexible context window, Qwen3.8-Max-Preview is a compelling option. Its 1M context window provides a clear advantage in scenarios such as multi-document analysis and long code repository reviews. The support for the OpenAI protocol means it can seamlessly replace existing GPT-4o workflows. The 10% discount during the preview period also reduces testing costs. However, if the project requires extremely high model stability and cannot tolerate potential fluctuations in the preview version, it may be advisable to wait for the official release before making a decision.
For enterprise users requiring local deployment or with strict data privacy requirements, both Kimi K3 and GPT-4o are not open source, while Qwen3.8-Max-Preview's official open source promise offers an alternative. If a team is deeply integrated into the Kimi or OpenAI ecosystem, considering the migration costs, it may be more prudent to continue with the existing solution. For startups with limited budgets aiming to validate technology at a low cost, the preview period discount of Qwen3.8-Max-Preview is highly attractive.
6. Editor's Summary
Qwen3.8-Max-Preview represents the latest exploration by the Alibaba Qwen team in the field of trillion-parameter MoE models. From a technical perspective, the sparse activation architecture with 2.4T parameters theoretically offers higher inference efficiency compared to dense models with the same parameter count. The dynamic configuration design of three context window sizes also reflects deep consideration of real-world application scenarios. Particularly noteworthy is its "continuous evolution training" strategy — an iteration frequency measured in days is relatively rare in the industry, indicating significant investment in training data streams and online learning mechanisms, and suggesting that its performance may continue to improve during the preview period.
In terms of practical value, the model's most prominent feature is its native multi-Agent collaboration capability. Unlike OpenAI's Assistants API, which requires developers to manually orchestrate Agents, Qwen3.8-Max-Preview provides a ready-to-use Agent scheduling framework at the platform level, significantly lowering the barrier to building complex AI applications. Combined with compatibility with mainstream tool protocols (OpenAI/Anthropic), developers can experience the new base model with minimal migration costs.
In terms of target users, this model is best suited for the following groups: researchers and legal professionals who need to process ultra-long documents, developers building complex AI Agent applications, and startup teams looking to validate large model technologies at a low cost. For users who only require simple Q&A or text generation, the model's performance may be excessive, and choosing a smaller-scale model would be more cost-effective.
Looking ahead, the official version's open-source commitment of Qwen3.8-Max-Preview is a major point of focus in the industry. If the official version can deliver on its performance promises and maintain a reasonable pricing strategy, it has the potential to establish a strong ecosystem within the open-source community and compete effectively with international open-source models such as Llama and Mistral. However, the stability during the transition from the preview version to the official version, the reasonableness of the official version's pricing strategy, and the choice of open-source license will all influence its final market performance.
7. Application Scenarios
Complex Full-Stack Software Development: Leverage the multi-Agent collaboration capabilities to break down a full-stack project into subtasks such as frontend, backend, database, and testing, with different Agents completing them in parallel. Developers only need to input the project requirement document, and the model can automatically generate the project skeleton, write core code, create unit tests, and generate API documentation, compressing work that traditionally takes several days into a few hours.
Massive Data Analysis and Report Generation: With a 1M context window, the model can process CSV files containing tens of thousands of rows of data or annual financial reports spanning hundreds of pages in one go. Users simply need to upload the file and provide analysis instructions, after which the model can extract key metrics, identify data anomalies, generate visualization recommendations, and output a structured summary of the analysis report.
Intelligent Office Automation: Within Office workflows, the model can integrate multiple operations across office software. For example, it can extract key points from emails to automatically generate a PPT outline, invoke image generation models to create accompanying visuals, and finally compile the results into a Word document to send to participants. The entire process requires no human intervention, significantly improving office efficiency.
In-Depth Reading and Q&A for Long Documents: For ultra-long texts such as academic papers, legal contracts, and technical manuals, the model supports cross-chapter correlation analysis and in-depth Q&A. Users can ask questions like, "Is there a logical contradiction between the arguments in Chapter 3 and the conclusions in Chapter 5?" The model can accurately locate the relevant paragraphs and perform logical reasoning to help users quickly understand complex documents.
AI-Assisted Writing and Programming: In coding tools such as Cursor and Windsurf, the model serves as the underlying model, providing developers with real-time code completion, architectural suggestions, and bug fixes. Its deep thinking mode can offer detailed reasoning processes and multiple solutions when encountering complex algorithm problems or performance optimization challenges, thereby enhancing development efficiency.
8. FAQ
Q: What improvements does Qwen3.8-Max-Preview offer over Qwen3.7-Max?
A: According to official internal evaluations, Qwen3.8-Max-Preview shows significant improvements in performance on complex real-world tasks compared to Qwen3.7-Max. Specific enhancements include higher efficiency in multi-Agent collaboration, better semantic coherence in long context windows, and notably improved accuracy in tasks requiring deep thinking, such as code generation and mathematical reasoning. However, the official has not released specific quantitative metrics, so users are advised to conduct comparative testing in real-world scenarios.
Q: Are there any usage restrictions for the preview version?
A: The preview version is currently available through the Token Plan platform. The personal version supports 1–4 concurrent Agents, while the team version supports up to 8. The context window can be configured to 200K, 400K, or 1M. During the preview period, there is a 10% discount (20% off during nighttime hours), although the exact end date of the promotion has not been announced. It should be noted that the preview version may not be fully stable and is not recommended for critical tasks in production environments.
Q: When will the official version be released? Will it be open-sourced?
A: The official has clearly committed to releasing and open-sourcing the official version. The exact release date has not been announced, but based on the rollout pace of the preview version, it is likely to be released between the second half of 2026 and early 2027. The open-source license and weight release platforms (such as Hugging Face, ModelScope) have not yet been confirmed. Users are advised to follow the official Tongyi Qianwen channels for the latest updates.
Q: How can I migrate existing GPT-4o workflows to Qwen3.8-Max-Preview?
A: Since the model is compatible with the OpenAI API protocol, the migration process is relatively straightforward. Most existing code only requires changing the API endpoint and model name from gpt-4o to qwen3.8-max-preview. For complex applications using the OpenAI Assistants API, some adjustments are needed according to the Agent framework on the Qoder platform, but the overall migration cost remains low.
Q: Which programming languages and frameworks does the model support?
A: On the Qoder platform, the model natively supports mainstream programming languages such as Python, JavaScript, TypeScript, Java, Go, C++, and Rust. Through the API that is compatible with the OpenAI protocol, the model can be used with any language and framework that supports the OpenAI SDK (e.g., LangChain, LlamaIndex). In coding tools like Cursor, the model can automatically detect the language and framework used in the project.
9. Project Links
- Qwen Official Organization (GitHub): https://github.com/QwenLM
- Qwen3-Coder Repository (GitHub): https://github.com/QwenLM/Qwen3-Coder
- Official Aliyun Help Documentation (Qwen3.8-Max-Preview Limited Time Offer): https://help.aliyun.com/zh/lingma/qwen3-8-max-preview-limited-time-offer
Related AI Model Articles

OpenMuse – CopilotKit Open-Source Personal AI Assistant
OpenMuse is an open-source personal AI assistant project developed by the CopilotKit team. Its core design philosophy is "giving an Agent a computer" — by combining a persistent browser, optional Linu...

In-Depth Review of Longcat-2.5-preview: Meituan's Next-Generation Multimodal Long-Range Agent Model
LongCat-2.5-preview is Meituan's latest next-generation large model. Building upon the 1.6T total parameters, approximately 48B active parameters, and native 1M token context of LongCat-2.0, it marks ...

Review of DeepSeek Harness Desktop: How the Official GUI Client Lowers the Bar for Agent Usage
DeepSeek Harness Desktop is the official graphical client launched by DeepSeek, designed to provide a visual interface for the originally command-line-based DeepSeek Harness framework. After users log...

Step Code – In-Depth Review of StepFun's Open-Source Terminal Programming Agent
Step Code is an open-source terminal programming agent launched by StepFun, licensed under the MIT License, which allows developers to complete the full workflow of code writing, debugging, execution,...
© All Rights Reserved. Some content on this site is partially generated by AI with human review.
