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.
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):"}]
}'
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)
Zero platform fee. Credits never expire. OpenAI-compatible API.
Sign Up Free