model release

Alibaba Releases Qwen3.6 Max Preview: 1 Trillion Parameter MoE Model With 262K Context Window

TL;DR

Alibaba Cloud has released Qwen3.6 Max Preview, a proprietary frontier model built on sparse mixture-of-experts architecture with approximately 1 trillion total parameters. The model supports a 262,144-token context window and features integrated thinking mode for multi-turn reasoning, priced at $1.30 per million input tokens and $7.80 per million output tokens.

2 min read
0

Qwen3.6 Max Preview — Quick Specs

Context window262K tokens
Input$1.3/1M tokens
Output$7.8/1M tokens

Alibaba Releases Qwen3.6 Max Preview: 1 Trillion Parameter MoE Model With 262K Context Window

Alibaba Cloud has released Qwen3.6 Max Preview, a proprietary frontier model with approximately 1 trillion total parameters using a sparse mixture-of-experts (MoE) architecture. The model supports a 262,144-token context window and is priced at $1.30 per million input tokens and $7.80 per million output tokens.

Technical Specifications

According to Alibaba, Qwen3.6 Max Preview is optimized for agentic coding, tool use, and long-context reasoning. The model includes an integrated thinking mode that preserves reasoning traces across multi-turn conversations, similar to approaches seen in other reasoning-capable models.

The model supports structured output and function calling capabilities. The sparse MoE architecture activates only a subset of the 1 trillion total parameters for each inference, which typically provides efficiency advantages over dense models of equivalent size.

Availability and Access

Qwen3.6 Max Preview is available exclusively through the Alibaba Cloud Model Studio and Qwen Studio APIs. No open weights are provided. The model is also accessible through OpenRouter, which routes requests across multiple providers.

The model was released on April 27, 2025, according to the listing on OpenRouter.

Pricing Structure

  • Input tokens: $1.30 per million tokens
  • Output tokens: $7.80 per million tokens

The 6:1 ratio between output and input pricing is consistent with cost structures for compute-intensive inference in large language models.

Reasoning Capabilities

The integrated thinking mode allows the model to show step-by-step reasoning processes. According to OpenRouter's documentation, developers can access reasoning traces through a reasoning_details array in API responses. The model can preserve these reasoning traces when passed back in subsequent conversation turns, enabling continuous reasoning across multi-turn interactions.

What This Means

Qwen3.6 Max Preview represents Alibaba's entry into the trillion-parameter model tier, joining other frontier models in supporting extended context windows beyond 200K tokens. The sparse MoE architecture suggests a focus on inference efficiency, though Alibaba has not disclosed the number of active parameters per forward pass. The proprietary, API-only release contrasts with Alibaba's previous pattern of releasing open-weight Qwen models, indicating a strategic shift toward commercial model offerings. The emphasis on agentic coding and tool use positions this model for enterprise workflows requiring autonomous task execution.

Related Articles

model release

Alibaba Open-Sources Qwen3.8-2.4T-A95B, Its First Qwen-Max-Class Model With Public Weights

Alibaba's Qwen team released Qwen3.8-2.4T-A95B on August 12, 2026, the open-weight version of Qwen3.8-Max and the first Qwen-Max-class model made publicly available. The 2.4 trillion-parameter mixture-of-experts model activates only 95 billion parameters per token and supports context windows up to 1 million tokens.

model release

Alibaba Releases Qwen3.8 Max (0902), a 2.4-Trillion-Parameter MoE Model With 1M-Token Context

Alibaba's Qwen team released Qwen3.8 Max (0902), a 2.4-trillion-parameter mixture-of-experts model with a 1M-token context window that accepts text, image, and video input. The snapshot is post-trained for coding, agentic workflows, and long-horizon task execution, priced at $2/$6 per 1M input/output tokens.

model release

Alibaba's Qwen Releases Qwen-Drive-1.0-4B, a Unified VLM for Autonomous Driving Perception and Planning

Alibaba's Qwen team has released Qwen-Drive-1.0-4B, a 4B-parameter vision-language model built on Qwen3.5 that unifies 3D perception, driving question answering, and motion planning in one framework. The model reports strong open-loop, pseudo-closed-loop, and closed-loop driving benchmark results while claiming minimal loss of general vision-language ability.

model release

Alibaba Releases Qwen-Drive 1.0, an Open Driving Model That Explains Its Own Decisions

Alibaba has released Qwen-Drive 1.0, a driving model built on Qwen3.5-4B that handles spatial perception, route planning, and cockpit dialogue in a single system. Reinforcement learning cut the rate of off-road driving errors in simulation from 24 percent to 12 percent, though the model's stated reasoning doesn't always match its actual maneuvers.

Comments

Loading...