Qwen3.5-35B-A3B
ActiveThe Qwen3.5 Series 35B-A3B is a native vision-language model designed with a hybrid architecture that integrates linear attention mechanisms and a sparse mixture-of-experts model, achieving higher inference efficiency. Its overall...
Overview
The Qwen3.5 Series 35B-A3B is a native vision-language model designed with a hybrid architecture that integrates linear attention mechanisms and a sparse mixture-of-experts model, achieving higher inference efficiency. Its overall...
History
Qwen3.5-35B-A3B became available via the Alibaba API on 2026-02-25.
Training & availability
Alibaba has not released the underlying model weights — access is via their hosted API only.
Capabilities
-
Context window: 262K tokens.
-
Input modalities: text, image, video.
Recommended for: vision, long-context.
Pricing
- Input: $0.1625 per 1M tokens
- Output: $1.3000 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-35b-a3b",
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.
Popularity
Signals from open-source communities — not a quality measure, but useful for gauging adoption among developers.
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.02/1M
- Pricing breakdown
- $0.163/1M in
$1.3/1M out
Community ratings
Rate Qwen3.5-35B-A3B
Sign in to rate and review.
Comments
Sign in to leave a comment.