All models · Pricing · API docs
kimi-k2.7-code API
Kimi K2.7 Code — agentic coding · premium wallet model · pay per token from balance · ⚠ third-party provider: requests are processed by an external upstream
- Type: LLM · chat · agentic coding · 262k ctx · pay-as-you-go
- Context: 262k
- 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":"kimi-k2.7-code","messages":[{"role":"user","content":"Hello"}]}'