qwen
Qwen Qwen3.5-122B-A10B
qwen/qwen3.5-122b-a10b
Input$0.260 /1M tokens
·Output$2.08 /1M tokens
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...
Code Examples
import requests
response = requests.post(
"https://neurongate.net/v1/chat/completions",
headers={
"Authorization": "Bearer ng-your-api-key",
"Content-Type": "application/json"
},
json={
"model": "qwen/qwen3.5-122b-a10b",
"messages": [
{"role": "user", "content": "Hello!"}
]
}
)
print(response.json()["choices"][0]["message"]["content"])Pricing Details
| Example | Cost |
|---|---|
| 1K input tokens (short prompt) | $0.00026 |
| 1K in + 500 out (typical response) | $0.00130 |
| 10K in + 2K out (document analysis) | $0.00676 |
| 100K in + 10K out (large context) | $0.0468 |
Prices in USD. Billed per actual token usage. Prepay with USDT, USDC, ETH, or BTC.
Frequently Asked Questions
Capabilities
Streaming
YesFunction Calling / Tools
YesVision (Image Input)
YesAudio Processing
NoContext Window
262K tokens
~197K words of text
Max output
262K tokens
Modalities
Input
textimagevideo
Output
text