model release

Alibaba Qwen Releases 35B Sparse MoE Model with 262K Context and Multimodal Support

TL;DR

Alibaba Cloud has released Qwen3.6-35B-A3B, an open-weight sparse mixture-of-experts model with 35 billion total parameters but only 3 billion active parameters per token. The model features a 262K native context window (expandable to 1M tokens), multimodal input support, and integrated reasoning mode with preserved thinking traces.

2 min read
0

Qwen3.6 35B A3B — Quick Specs

Context window262K tokens
Input$0.1612/1M tokens
Output$0.9653/1M tokens

Alibaba Qwen Releases 35B Sparse MoE Model with 262K Context and Multimodal Support

Alibaba Cloud has released Qwen3.6-35B-A3B, an open-weight sparse mixture-of-experts model with 35 billion total parameters but only 3 billion active parameters per token.

Architecture and Specifications

The model uses a hybrid sparse MoE architecture that combines Gated DeltaNet linear attention with standard gated attention layers, according to Alibaba. This design reduces computational requirements by activating only 3 billion parameters per token while maintaining the capacity of the full 35 billion parameter model.

Qwen3.6-35B-A3B supports a native context window of 262,144 tokens, extensible to 1 million tokens using YaRN (Yet another RoPE extensioN method). The model accepts text, image, and video inputs, making it a multimodal system.

Key Capabilities

The model includes:

  • Reasoning mode: Integrated thinking capability with reasoning traces preserved across multi-turn conversations
  • Function calling: Native support for tool use and function execution
  • Structured output: Ability to generate formatted responses
  • Multimodal processing: Handles text, images, and video inputs

Pricing and Availability

The model is available through OpenRouter at $0.1612 per million input tokens and $0.9653 per million output tokens. Alibaba has released it under the Apache 2.0 license, making the model weights freely available for commercial and research use.

The sparse MoE architecture positions Qwen3.6-35B-A3B as a cost-efficient alternative to dense models, as only 8.6% of parameters are active during inference.

What This Means

The sparse MoE approach with only 3B active parameters per token makes this 35B model competitive on inference cost with much smaller dense models while potentially retaining more knowledge capacity. The 262K native context window and multimodal capabilities make it suitable for document analysis and video understanding tasks. However, benchmark scores are not yet publicly available, making it difficult to assess performance relative to other models in its class. The Apache 2.0 license and availability through OpenRouter lower the barrier to adoption for developers seeking open-weight alternatives to proprietary models.

Related Articles

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 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

Unverified 'GPT Astra' Model Appears on OpenRouter With 1.05M Token Context, No OpenAI Confirmation

OpenRouter is listing a model called 'OpenAI GPT Astra Latest' with a 1.05 million token context window and $10/$50 per-million-token pricing. OpenAI has made no public announcement, and the listing's own description says it is an auto-redirecting alias rather than a fixed model.

model release

OpenRouter Lists 'GPT Sol Latest' — An Alias Pointer to OpenAI's Newest Sol-Family Model, Not a Standalone Release

OpenRouter has added a listing called '~openai/gpt-sol-latest,' described as an alias that always points to the newest model in an undisclosed 'GPT Sol' family from OpenAI. The listing shows a 1050K token context window and pricing of $2.00 per million input tokens and $10.00 per million output tokens, but OpenAI has not publicly confirmed a model line by this name.

Comments

Loading...