All models · Pricing · API docs
gemma-4-31b-noreason API
Gemma 4 31B without reasoning — fast direct answer · ⚠ third-party provider: requests are processed by an external upstream
- Type: LLM · chat · multimodal · без reasoning (быстрый)
- Context: 262k
- Access: all plans
- 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":"gemma-4-31b-noreason","messages":[{"role":"user","content":"Hello"}]}'