Kimi K2.7 Code

by Moonshot AI · Kimi's dedicated coding model, for instruction-following across a whole repository.

Context 262K
Input / M tokens $0.95
Output / M tokens $4.00
Throughput

Overview

Capabilities

  • Chat
  • Streaming
  • Function calling
  • Vision

Call Kimi K2.7 Code

Copy & Run
Reasoning
curl -sS "https://alpha-api.webway.sh/v1/chat/completions" \
  -H "Authorization: Bearer   " \
  -H "Webway-ZDR: required" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "kimi-k2.7-code",
    "messages": [{"role": "user", "content": "Hello!"}],
    "max_tokens": 64,
    "thinking": {"type": "disabled"}
  }'