Qwen3.5 Plus 2026-02-15
ActiveThe 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...
Overview
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...
History
Qwen3.5 Plus 2026-02-15 became available via the Alibaba API on 2026-02-16.
Training & availability
Alibaba has not released the underlying model weights — access is via their hosted API only.
Capabilities
-
Context window: 1.0M tokens.
-
Input modalities: text, image, video.
Recommended for: vision, long-context.
Pricing
- Input: $0.2600 per 1M tokens
- Output: $1.5600 per 1M tokens
Use the cost calculator above to estimate monthly spend for your workload.
Quick start
Minimal example using the OpenRouter API. Copy, paste, replace the key.
from openai import OpenAI
client = OpenAI(
base_url="https://openrouter.ai/api/v1",
api_key="sk-or-...",
)
resp = client.chat.completions.create(
model="alibaba/qwen3-5-plus-02-15",
messages=[{"role": "user", "content": "Explain quantum computing in one sentence."}],
)
print(resp.choices[0].message.content)Cost calculator
Estimate your monthly bill. Presets are typical workload sizes.
Integrations & tooling support
- Tool calling
- Not supported
- Structured outputs
- Not supported
Price vs quality
Standard pricing band. Quality tier pending more benchmark coverage.
- Quality percentile
- —
- Effective price
- $1.24/1M
- Pricing breakdown
- $0.26/1M in
$1.56/1M out
Community ratings
Rate Qwen3.5 Plus 2026-02-15
Sign in to rate and review.
Comments
Sign in to leave a comment.