All models · Pricing · API docs
qwen3.8-27b-noreason API
Qwen 3.8 without reasoning — fast direct answer · multimodal (image/video)
- Type: LLM · chat · vision (image · video) · без reasoning (быстрый ответ)
- 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.8-27b-noreason","messages":[{"role":"user","content":"Hello"}]}'