Qwen 3.5 Plus
Alibaba
The Qwen3.5 native vision-language series Plus models are built on a hybrid architecture that integrates linear attention mechanisms with sparse mixture-of-experts models, achieving higher inference efficiency. In a variety of task evaluations, the 3.5 series consistently demonstrates performance on par with state-of-the-art leading models. Compared to the 3 series, these models show a leap forward in both pure-text and multimodal capabilities.
- Language
- Vision
- File input
- Reasoning
- Tool use
- Context
- 1M
- Max output
- 64K
- Input / 1M
- $0.400
- Output / 1M
- $2.40
Quickstart
Point any OpenAI-compatible client at Maxynetic Systems and pass alibaba/qwen3.5-plus as the model.
curl https://api.maxynetic.com/v1/chat/completions \
-H "Authorization: Bearer $MAXYNETIC_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "alibaba/qwen3.5-plus",
"messages": [{ "role": "user", "content": "Explain routing in one line." }]
}'Pricing
Billed per token with no markup on the underlying provider rate.
Input
Per 1M prompt tokens
$0.400
Output
Per 1M completion tokens
$2.40
Cache read
Per 1M cached prompt tokens
$0.040
Cache write
Per 1M tokens written to cache
$0.500
A 1M-token prompt with 250K tokens of output costs about $1.00.
