All models · Pricing · API docs
qwen3.6-35b-a3b API
Qwen 3.6 · 35B active parameters
- Type: LLM · chat · tools · reasoning · vision (image · video)
- Context: 256k
- Access: all plans
- 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-35b-a3b","messages":[{"role":"user","content":"Hello"}]}'