HomeModels › Kimi-K2.7-Code HighSpeed
Moonshot · 256K Context

Kimi-K2.7-Code HighSpeed API

Moonshot Kimi-K2.7-Code HighSpeed is the premium low-latency coding tier for interactive dev tools. Requires temperature=1 (handled automatically). Not on OpenRouter.

$2.07
Input / 1M tokens
$8.61
Output / 1M tokens
256K
Context window
HighSpeed
Premium
Sign Up - Get $2.00 Free Credit See All Pricing

Why use Kimi-K2.7-Code HighSpeed on NovAI?

  • Lowest-latency coding tier
  • Premium interactive performance
  • 256K context
  • Auto temperature handling
  • Exclusive - not on OpenRouter

Best use cases

  • Interactive IDE assistants
  • Latency-critical code agents
  • Pair-programming tools
  • Realtime completions

Quick start

cURL

curl https://aiapi-pro.com/v1/chat/completions \
  -H "Authorization: Bearer $NOVAI_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "kimi-k2.7-code-highspeed",
    "messages": [{"role":"user","content":"Complete this code: def is_prime(n):"}]
  }'

Python (OpenAI SDK)

from openai import OpenAI
client = OpenAI(
    base_url="https://aiapi-pro.com/v1",
    api_key="YOUR_NOVAI_API_KEY",
)
resp = client.chat.completions.create(
    model="kimi-k2.7-code-highspeed",
    messages=[{"role":"user","content":"Complete this code: def is_prime(n):"}],
)
print(resp.choices[0].message.content)

Try Kimi-K2.7-Code HighSpeed today

Zero platform fee. Credits never expire. OpenAI-compatible API.

Sign Up Free