๐Ÿ‡ญ๐Ÿ‡ฐStalecollected in 2m

Alibaba opens Qwen AI ecosystem to third-party agents

Alibaba opens Qwen AI ecosystem to third-party agents
PostLinkedIn
๐Ÿ‡ญ๐Ÿ‡ฐRead original on SCMP Technology

๐Ÿ’กAlibaba is scaling Qwen into a massive agent platform for major retail brandsโ€”a key shift in Chinese AI adoption.

โšก 30-Second TL;DR

What Changed

Alibaba is transitioning Qwen from a standalone model to a platform for third-party agent integration.

Why It Matters

This move signals Alibaba's ambition to dominate the agentic AI space in China by embedding Qwen directly into high-frequency consumer touchpoints. It forces competitors to accelerate their own agent-based service ecosystems.

What To Do Next

Review the Qwen developer documentation to understand how to build and register your own agent within the Alibaba ecosystem.

Who should care:Developers & AI Engineers

Key Points

  • โ€ขAlibaba is transitioning Qwen from a standalone model to a platform for third-party agent integration.
  • โ€ขMajor Chinese retail and service brands like KFC and Luckin Coffee are the first to deploy these conversational agents.
  • โ€ขThe platform aims to become a digital gateway for daily consumer tasks like ordering food and booking flights.

๐Ÿง  Deep Insight

Web-grounded analysis with 31 cited sources.

๐Ÿ”‘ Enhanced Key Takeaways

  • โ€ขAlibaba's strategy extends beyond basic AI responses, positioning Qwen as a platform to facilitate real-world economic activity by enabling users to browse, order, and pay directly within chat through custom AI agents.
  • โ€ขThe Qwen AI agents are designed with long-term memory to recall user preferences, habits, and schedules, offering personalized suggestions and proactive services, such as tailored trip recommendations from an airline agent or optimal ordering times from a coffee assistant.
  • โ€ขThe Qwen App has demonstrated significant user engagement, handling over 100 million daily lifestyle-service interactions and attracting more than 140 million users to its AI shopping features by February 2026.
  • โ€ขAlibaba Cloud has launched Qwen Cloud, an AI-native cloud platform that provides a full-stack ecosystem for building, deploying, and managing AI agents, converting over 60 cloud products into 'Skills' that agents can invoke.
  • โ€ขAlibaba employs a dual distribution model for Qwen, releasing open-weight models for broad developer access and innovation, while also offering proprietary models through Alibaba Cloud for enterprise deployments and advanced features.
๐Ÿ“Š Competitor Analysisโ–ธ Show

Competitor Analysis: Alibaba Qwen vs. Key AI Platforms

Feature/CategoryAlibaba QwenDeepSeekBaidu ErnieZhipu AI GLMOpenAI (e.g., GPT)Anthropic (e.g., Claude)Google (e.g., Gemini)
Core StrategyEcosystem integration, agentic AI, dual open/proprietary model releaseOpen-source leadership, cost efficiency, reasoning/coding focusMultimodal capabilities, strong consumer experience, discovery engineAdvanced MoE architecture, multi-step reasoning, codingFrontier capability, global benchmarks, closed/semi-open systemsThoughtful responses, safety features, enterprise focusMultimodal, text, images, code
Model ArchitectureHybrid (linear attention + sparse MoE), thinking/non-thinking modes, multimodalMoE design (e.g., DeepSeek V3.2)Multi-modal LLMMixture-of-Experts (e.g., GLM 4.7)Transformer-based (proprietary)Transformer-based (proprietary)Transformer-based (proprietary)
Context WindowUp to 1M tokens (Qwen 3.7 Max, Qwen 3.6 Plus), 32K (Qwen 3.5)Often 128K+ tokens-Up to 256K tokens (Kimi K2, a competitor to GLM)---
Open-Source AvailabilityMany models open-source (Apache 2.0), some proprietaryOpen-source model weights--Closed or semi-open systemsClosed systemsClosed systems
Key Benchmarks (Claims)Outperforms GPT-5.2, Claude Opus 4.5, Gemini 3 Pro on 80% of benchmarks (Qwen 3.5); Top scores on SWE-bench, GPQA Diamond, MMLU, Terminal-Bench (Qwen 3.7 Max, Qwen 3.6 Plus)Strong in reasoning and programming tasks-Competes with Claude and GPT-4 for reasoningLeading global benchmarksStrong on safety/enterprise benchmarksStrong multimodal capabilities
Pricing (per 1M tokens)Input: $0.40 - $2.50; Output: $1.20 - $7.50 (varies by model, e.g., Qwen 3.7 Plus, Qwen 3.7 Max)DeepSeek V4 Pro: Input $0.435, Output $0.87--GPT-5.5: Output $30.00 (estimated)Claude Opus 4.7: Output $25.00Gemini 3.1 Flash-Lite: Input $0.25, Output $1.50
IntegrationDeeply integrated with Alibaba's ecosystem (Taobao, Tmall, Alipay, Fliggy, Amap)Integrated with various platformsIntegrated with WeChat's ecosystem (Yuanbao, a Tencent product)----
Target MarketConsumers (via Qwen App), enterprises (via Alibaba Cloud)Developers, enterprises, sovereign deploymentsConsumer-facing-Global consumer & enterpriseEnterpriseGlobal consumer & enterprise

๐Ÿ› ๏ธ Technical Deep Dive

  • Hybrid Architecture: Qwen models, particularly Qwen 3.6 Plus, utilize a hybrid architecture that combines efficient linear attention with sparse Mixture-of-Experts (MoE) routing. This design enables strong scalability and high-performance inference.
  • Mixture-of-Experts (MoE): Models like Qwen 3.5-397B-A17B feature 397 billion total parameters but activate only 17 billion per token, significantly reducing activation memory by 95% while maintaining high performance. Qwen 3 MoE models have 128 total experts with 8 activated experts per token.
  • Context Window: Recent models offer extensive context windows, with Qwen 3.7 Max and Qwen 3.6 Plus supporting up to 1 million tokens, and Qwen 3.5 supporting up to 32,768 tokens.
  • Multimodal Capabilities: Qwen has evolved to include multimodal models such as Qwen-VL (vision-language), Qwen 3.5-Omni (text, images, video, audio), and Qwen 3.7 Plus (text, video, imagery inputs).
  • Qwen-Image Architecture: Qwen-Image, an image-generation model, adopts a three-core module architecture: a frozen Multimodal Large Language Model (MLLM) like Qwen2.5-VL for feature extraction, a Variational AutoEncoder (VAE) for image tokenization, and a Multimodal Diffusion Transformer (MMDiT) with Multimodal Scalable RoPE (MSRoPE) for joint text-image positional encoding.
  • Hybrid Reasoning Modes: Qwen 3 introduced a hybrid 'thinking/non-thinking' mode, allowing the model to toggle between fast, direct responses and slower, more deliberate chain-of-thought reasoning for complex tasks.
  • Tokenizer: Qwen models use Qwen's tokenizer, which implements byte-level byte-pair encoding (BBPE) with a vocabulary size of 151,669.
  • Training Data: Qwen 3 models are trained on a large and diverse dataset of 36 trillion tokens across 119 languages and dialects.
  • Agentic Features: Qwen 3.6 family models include a preserve_thinking parameter to maintain the model's chain-of-thought reasoning across conversation turns, aiding in debugging and building reliable iterative workflows for agents.

๐Ÿ”ฎ Future ImplicationsAI analysis grounded in cited sources

Alibaba will significantly strengthen its position in the consumer services market by leveraging AI-powered agents.
By enabling direct transactions and personalized recommendations within the Qwen app, Alibaba aims to increase user engagement and revenue across its vast commerce and service ecosystem.
The competitive landscape for AI platforms in China will intensify, shifting focus from raw model performance to ecosystem integration and agentic capabilities.
Chinese AI players are increasingly integrating their models into super-apps and focusing on real-world application, with Qwen's move accelerating this trend by turning core ecosystem services into executable AI capabilities.
The dual strategy of open-source and proprietary Qwen models will continue to drive broad adoption while securing enterprise revenue.
Releasing open-weight models fosters community innovation and widespread use, while proprietary cloud offerings provide advanced features and support for commercial deployments.

โณ Timeline

2017
Alibaba's DAMO Academy, its research arm, was established to explore cutting-edge technologies including AI.
2022-11
Alibaba launched ModelScope, a platform for open-source AI models.
2023-04
Alibaba officially introduced Tongyi Qianwen (Qwen) in beta.
2023-08
Alibaba published its first open-source model, Qwen-7B and Qwen-7B-Chat.
2024-06
Alibaba released the open-model Qwen2 series.
2025-01
Alibaba released Qwen2.5-VL and Qwen2.5-1M as open-source models.
2025-04
Qwen 3, a new generation of models, was launched.
2026-01-15
Qwen App was upgraded to autonomously complete end-to-end actions, integrating core Alibaba services like Taobao and Alipay.
2026-02-16
Qwen 3.5 and Qwen 3.5-Plus models were released.
2026-05-18
Qwen3.7 Max and Qwen3.7 Plus stable releases were made available.
2026-05-27
Alibaba Cloud unveiled Qwen Cloud, an AI-native cloud platform for building and managing AI agents.
2026-06-03
Alibaba opened its Qwen AI ecosystem to third-party agents, enabling brands like KFC and Luckin Coffee to integrate conversational services.
๐Ÿ“ฐ

Weekly AI Recap

Read this week's curated digest of top AI events โ†’

๐Ÿ‘‰Related Updates

AI-curated news aggregator. All content rights belong to original publishers.
Original source: SCMP Technology โ†—