Back to Models
Qwen: Qwen3.5-122B-A10B
qwen/qwen3.5-122b-a10bFeb 25, 2026262.1K context65.5K max output$0.40/M in · $3.20/M outReasoning
Description
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 overall performance, this model is second only to Qwen3.5-397B-A17B. Its text capabilities significantly outperform those of Qwen3-235B-2507, and its visual capabilities surpass those of Qwen3-VL-235B.
Specifications
Provider
qwen
Context Length
262.1K
Max Output
65.5K
Modality
Intextimagevideo
Outtext
Pricing
| Type | Price / 1M tokens |
|---|---|
| Input | $0.40 |
| Output | $3.20 |
Quick Start
curl https://api.ominigate.ai/v1/chat/completions \
-H "Authorization: Bearer sk-omg-your-api-key" \
-H "Content-Type: application/json" \
-d '{
"model": "qwen/qwen3.5-122b-a10b",
"messages": [{"role": "user", "content": "Hello!"}]
}'