MODELS / ALIBABA

Qwen3 VL 235B A22B Instruct

The Qwen3 series VL models has been comprehensively upgraded in areas such as visual coding and spatial perception. Its visual perception and recognition capabilities have significantly improved, supporting the understanding of ultra-long videos, and its OCR functionality has undergone a major enhancement.

TEXTTOOL-USEVISIONIMPLICIT-CACHING
131.1K
CONTEXT WINDOW
129.0K
MAX OUTPUT TOKENS
$0.4 / 1M tokens
INPUT PRICE
$1.60 / 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-vl-instruct",
    "messages": [{ "role": "user", "content": "Hello!" }],
    "stream": true
  }'
INPUT: image, textOUTPUT: textRELEASED: 2025-09-23