Qwen3.5-Plus

Qwen3.5-Plus

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

Multimodal model with hybrid architecture for efficient deep thinking and visual understanding across text, image, and video on a 1M context.

At a glance

FieldValue
Model idqwen3-5-plus
Input modalitiestext, image, video
Output modalitiestext
Context window1M
RegionSingapore
Featuresvision, web_search, code_interpreter, function_calling, reasoning
NewNo
Native inferenceNo

Pricing

ChargeSpecRate
Input≤256K, per 1M tokens0.36(was0.36 (was 0.40)
Input256K-1M, per 1M tokens1.08(was1.08 (was 1.20)
Output≤256K, per 1M tokens2.21(was2.21 (was 2.40)
Output256K-1M, per 1M tokens6.62(was6.62 (was 7.20)
Web Searchper call$0.015

Example request

$curl https://api.empiriolabs.ai/v1/chat/completions \
> -H 'Authorization: Bearer $EMPIRIOLABS_API_KEY' \
> -H 'Content-Type: application/json' \
> -d '{"model": "qwen3-5-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-5-plus.