qwen3.5-122b-a10b· Released Feb 25, 2026
qwen/qwen3.5-122b-a10b
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...
Input
From$0.276/M
Output
From$2.244/M
Context
Up to 131K
Max output
Up to 33K
Modalities
TextImageVideoTextInput and output show the lowest price across upstreams, for reference. Your actual prices are listed per upstream below.
Upstreams & pricing
| Upstream | Context | Max output | Input $/1M | Output $/1M |
|---|---|---|---|---|
MorgenrotAI (Global)fp8From price | 131K | 33K | $0.276 | $2.244 |
Routed in real time — you pay the listed price of whichever upstream serves your call.
How to call
curlrequest.sh
curl https://api.tkex.ai/v1/chat/completions \
-H "Authorization: Bearer $TX_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "qwen/qwen3.5-122b-a10b",
"messages": [
{"role": "user", "content": "Say hello in five words."}
]
}'