Qwen3.5-122B-A10B
ActiveThe Qwen3.5 122B-A10B native vision-language model is built on a hybrid architecture that integrates a linear attention mechanism with a sparse mixture-of-experts model, achieving higher inference efficiency. In terms of...
Overview
The Qwen3.5 122B-A10B native vision-language model is built on a hybrid architecture that integrates a linear attention mechanism with a sparse mixture-of-experts model, achieving higher inference efficiency. In terms of...
History
Qwen3.5-122B-A10B 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.2600 per 1M tokens
- Output: $2.0800 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-122b-a10b",
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.63/1M
- Pricing breakdown
- $0.26/1M in
$2.08/1M out
Community ratings
Rate Qwen3.5-122B-A10B
Sign in to rate and review.
Comments
Sign in to leave a comment.