by Alibaba(Qwen) · Language Models
Qwen3.5-Plus is the higher-capability tier in Alibaba's Qwen3.5 series, a natively multimodal LLM line built around an efficient hybrid architecture fusing linear attention with sparse mixture-of-experts. The family handles text, images and video natively in a single forward pass, and Plus is tuned for maximum accuracy and deeper reasoning on complex tasks. Reporting indicates the Qwen3.5 tier shares a 1M-token context window and multimodal inputs across variants. Ideal for demanding reasoning, visual analysis and mixed document, screenshot and code workflows.
from $0.891 / 1M tokens
| Usage | Rate (USD) | Unit |
|---|---|---|
| Input tokens | $0.15 | per 1M tokens |
| Cached input (cache hit) | $0.02 | per 1M tokens |
| Output tokens | $0.89 | per 1M tokens |
TuneRouter live platform pricing · currency: USD · pre-deduction settled by actual usage
OpenAI-compatible · base URL https://api.tunerouter.com/v1/
curl https://api.tunerouter.com/v1/chat/completions \
-H "Authorization: Bearer $TUNEROUTER_API_KEY" \
-H "Content-Type: application/json" \
-d '{"model": "qwen3.5-plus", "messages": [{"role": "user", "content": "Hello!"}]}'Model ID: qwen3.5-plus · works with OpenAI SDKs — just point base_url at api.tunerouter.com