MODELS / ALIBABA

Qwen 3.7 Max

Qwen3.7 is a next‑generation flagship model designed for the agent‑centric era, with its core strengths lying in the breadth and depth of its agent‑level capabilities: it excels at programming, office and productivity tasks, and long‑term autonomous execution.

TEXTREASONINGIMPLICIT-CACHINGREASONINGTOOL-USE
991K
CONTEXT WINDOW
64K
MAX OUTPUT TOKENS
$2.50 / 1M tokens
INPUT PRICE
$7.50 / 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.7-max",
    "messages": [{ "role": "user", "content": "Hello!" }],
    "stream": true
  }'
INPUT: image, textOUTPUT: textRELEASED: 2026-05-21