qwen
Qwen Qwen3.5 397B A17B
qwen/qwen3.5-397b-a17b
Input$0.385 /1M tokens
·Output$2.45 /1M tokens
The Qwen3.5 series 397B-A17B 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. It delivers...
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-397b-a17b",
"messages": [
{"role": "user", "content": "Hello!"}
]
}
)
print(response.json()["choices"][0]["message"]["content"])Pricing Details
| Example | Cost |
|---|---|
| 1K input tokens (short prompt) | $0.00039 |
| 1K in + 500 out (typical response) | $0.00161 |
| 10K in + 2K out (document analysis) | $0.00875 |
| 100K in + 10K out (large context) | $0.0630 |
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
256K tokens
~192K words of text
Modalities
Input
textimagevideo
Output
text