Qwen3.5-397B-A17B
By Qwen
Model name for the API
Qwen/Qwen3.5-397B-A17B- Uptime, last 3 days
- No record yet
- Credits per reply
- 2,330
- 30-day average
- Replies per day of check-in
- ~1
- At 3,500 credits a day
Call it through the API
Any OpenAI-compatible client works: use the address in the sample and this model name.
import requests response = requests.post( "https://onomeo.com/v1/chat/completions", headers={"Authorization": "Bearer YOUR_API_KEY"}, json={"model": "Qwen/Qwen3.5-397B-A17B", "messages": [ {"role": "user", "content": "Hello!"} ]} ) print(response.json())
More from Qwen
Similar price
- liquid/lfm-2.5-2.6b:free1,050 / callNo record yet
- cohere/north-mini-code:free1,000 / callNo record yet
- glm-5.2750 / callNo record yet
- Shanghai_AI_Laboratory/Intern-S2-Preview730 / callNo record yet
- nvidia/nemotron-3.5-lightning-30b-a3b640 / callNo record yet
- nvidia/nemotron-3-super-120b-a12b520 / callNo record yet
Figures come from real calls made through this site. Models are served by third-party providers and may slow down or be withdrawn; this page follows those changes.