MODELS / ALIBABA

Qwen 3.8 Max

Qwen 3.8 Max is a 2.4-trillion-parameter MoE model delivering a comprehensive leap in coding and professional work. Autonomously codes and delivers complete projects spanning 10+ days. 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, plans autonomously, iterates through closed feedback loops, and continuously evolves.

TEXTREASONINGREASONINGTOOL-USEIMPLICIT-CACHINGVISION
1M
CONTEXT WINDOW
128K
MAX OUTPUT TOKENS
$2 / 1M tokens
INPUT PRICE
$6 / 1M tokens
OUTPUT PRICE
QUICKSTART

Call it in one request.

OpenAI-compatible — change the base URL, and the setup is complete.

SHELL
curl https://enterprise.blackbox.ai/v1/chat/completions \
  -H "Authorization: Bearer $BLACKBOX_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "blackboxai/alibaba/qwen3.8-max",
    "messages": [{ "role": "user", "content": "Hello!" }],
    "stream": true
  }'
INPUT: text, imageOUTPUT: textRELEASED: 2026-08-02