All models · Pricing · API docs
deepseek-v4-flash API
DeepSeek V4 Flash — cheap & fast · latest version via OpenRouter from third-party providers of the model · premium wallet model · pay per token from balance · 1M context · ⚠ 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":"deepseek-v4-flash","messages":[{"role":"user","content":"Hello"}]}'