All models · Pricing · API docs
qwen3.6-unlim API
Qwen 3.6 with no cap on the number of requests · only with the Qwen ∞ option enabled · 3 streams, 30 requests/min
- Type: LLM · chat · tools · reasoning · безлимит запросов
- Context: 46k
- Access: only with the Qwen ∞ option
- Endpoint: /v1/chat/completions, /v1/responses
Runs on our own GPUs in 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.6-unlim","messages":[{"role":"user","content":"Hello"}]}'