qwen
Qwen Qwen3.5 Plus 2026-04-20
qwen/qwen3.5-plus-20260420
Input$0.300 /1M tokens
·Output$1.80 /1M tokens
Qwen3.5 Plus (April 2026) is a large-scale multimodal language model from Alibaba. It accepts text, image, and video input and produces text output, with a 1M token context window. This...
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-plus-20260420",
"messages": [
{"role": "user", "content": "Hello!"}
]
}
)
print(response.json()["choices"][0]["message"]["content"])Pricing Details
| Example | Cost |
|---|---|
| 1K input tokens (short prompt) | $0.00030 |
| 1K in + 500 out (typical response) | $0.00120 |
| 10K in + 2K out (document analysis) | $0.00660 |
| 100K in + 10K out (large context) | $0.0480 |
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
1.0M tokens
~750K words of text
Max output
66K tokens
Modalities
Input
textimagevideo
Output
text