LiteRouter Docs
← All models

kimi-k2.7-code-derestricted:full-context

Chat Derestricted Tool calling Streaming
Cost320
Minimum planUltimate
Uptime (7d)73.3%
Latency613 ms
Throughput16.3 tps
Latency your local time

Use this model

Base URL https://api.literouter.com/v1
Model kimi-k2.7-code-derestricted:full-context
API key your LiteRouter API key

Using SillyTavern, Janitor AI, or Chub? See the setup guides.

bash
curl https://api.literouter.com/v1/chat/completions \
  -H "Authorization: Bearer $LITEROUTER_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "kimi-k2.7-code-derestricted:full-context",
    "messages": [{ "role": "user", "content": "Hello!" }]
  }'