All models · Pricing · API docs
qwen3.7-flash API
Qwen3.7-Flash (Alibaba) — premium wallet model · pay per token from balance · 1M context · reads images and calls tools · ⚠ third-party provider: requests are processed by an external upstream
- Type: LLM · chat · reasoning · зрение · 1M ctx · pay-as-you-go
- Context: 1M
- Access: Wallet · pay per token
- Endpoint: /v1/chat/completions, /v1/responses
Requests to this model are processed outside Russia.
How to connect: change one line — base_url. Get an sk- key in the dashboard.
curl https://api.neuraldeep.ru/v1/chat/completions \
-H "Authorization: Bearer $NEURALDEEP_KEY" \
-H "Content-Type: application/json" \
-d '{"model":"qwen3.7-flash","messages":[{"role":"user","content":"Hello"}]}'