Qwen3.6-Plus

Qwen3.6-Plus

Provider: Alibaba Cloud
Category: Text Generation
Endpoint: POST /v1/chat/completions
Context window: 1M
Served from: Singapore

Vision-language model with major upgrades over 3.5: agentic and front-end coding, multimodal recognition, OCR, and object localization.

At a glance

FieldValue
Model idqwen3-6-plus
Input modalitiestext, image
Output modalitiestext
Context window1M
RegionSingapore
Featuresvision, web_search, agentic_coding
NewNo
Native inferenceNo

Pricing

ChargeSpecRate
Input≤256K, per 1M tokens$0.50
Input256K-1M, per 1M tokens$2.00
Output≤256K, per 1M tokens$3.00
Output256K-1M, per 1M tokens$6.00
Web Searchper call$0.026

Example request

$curl https://api.empiriolabs.ai/v1/chat/completions \
> -H 'Authorization: Bearer $EMPIRIOLABS_API_KEY' \
> -H 'Content-Type: application/json' \
> -d '{"model": "qwen3-6-plus", "messages": [{"role":"user","content":"Hello"}]}'

Parameters

ParameterTypeRequiredDefaultDescription
temperaturenumberno0.7Sampling temperature. · Range: 0 – 2
top_pnumberno0.9Nucleus sampling. · Range: 0 – 1
max_tokensnumberno8192Max output tokens. · Range: 1 – 65536
enable_thinkingbooleannotrueReason step-by-step before answering.
thinking_budgetnumberno32768Tokens reserved for thinking. · Range: 1 – 393216
enable_searchbooleannofalseAllow real-time web search via DashScope.
vl_high_resolution_imagesbooleannotrueVision: process images at high resolution. Disable for cheaper/faster vision.
max_pixelsnumberno2621440Vision pixel cap. Only when vl_high_resolution_images=false. · Range: 4096 – 16777216
tool_web_searchbooleannotrueEnable the web_search tool.
tool_web_extractorbooleannotrueEnable the web_extractor tool. Requires tool_web_search=true and enable_thinking=true.
tool_code_interpreterbooleannotrueEnable the python code-interpreter tool. Requires enable_thinking=true.
tool_web_search_imagebooleannotrueEnable the image-results web search tool.
tool_image_searchbooleannotrueEnable the reverse image-search tool (find similar images).
video_fpsnumberno2Frames per second extracted from video input. · Range: 0.1 – 10
treat_images_as_videobooleannofalsePack multi-image inputs as a single video sequence (cheaper than separate image inputs).
disable_formattingbooleannofalseReturn raw upstream response.

Live machine-readable schema is also available at GET https://api.empiriolabs.ai/v1/models/qwen3-6-plus.