qwen3.8-max
Qwen3.8-Max is Alibaba's 2.4 trillion parameter MoE flagship, delivering a comprehensive leap in coding and professional work. It autonomously codes and delivers complete projects spanning 10+ days, and handles hundreds of specialized tasks across legal, financial, design, and other professional domains, producing production grade results end to end in a single conversation. Native visual understanding runs through the full cycle of planning, execution, and verification, enabling deep semantic analysis of ultra long documents and extended video content. In long horizon tasks it plans autonomously, iterates through closed feedback loops, and continuously evolves.
Specifications
Benchmarks
Released 2026-08-03Artificial Analysis Coding Index β a composite of coding evaluations including LiveCodeBench, SciCode and Terminal-Bench.
Graduate-level physics, chemistry & biology questions designed to resist Googling.
Artificial Analysis Intelligence Index β a composite of multiple evaluations measuring overall model capability.
Scores are sourced from official model cards, Artificial Analysis, and public leaderboards. Benchmarks measure specific skills and do not capture every aspect of model quality. Always test on your own workload.
Pricing
Prices updated August 7, 2026Requesty charges exactly what the upstream provider charges, no markup, no per-request fees. Prompt caching and smart routing can reduce effective cost by 30-80%.
Quickstart
Drop-in compatible with the OpenAI SDK. Change the base URL, swap in your Requesty API key, and set the model to alibaba/qwen3.8-max.
123456789101112131415from openai import OpenAI client = OpenAI( api_key="YOUR_REQUESTY_API_KEY", base_url="https://router.requesty.ai/v1", ) response = client.chat.completions.create( model="alibaba/qwen3.8-max", messages=[ {"role": "user", "content": "Explain quantum computing in one paragraph."}, ], ) print(response.choices[0].message.content)
Other Alibaba Cloud models
Frequently asked questions
How much does qwen3.8-max cost?
What is the context window of qwen3.8-max?
How does qwen3.8-max perform on benchmarks?
What can qwen3.8-max do?
How do I use qwen3.8-max with the OpenAI SDK?
Can I run qwen3.8-max through Requesty?
Access qwen3.8-max through Requesty
One API key, 600+ models, OpenAI-compatible. No markup on provider prices, automatic failover, and smart caching built-in.

