All models
kimi-k2.7-code
Moonshot AI
kimi-k2.7-codeCoding-focused Kimi model, stronger on long-horizon repo work with less overthinking
Context 262KReasoningToolsFilesOpen WeightsVision
Pricing
Input
S$1.20S$1.16/M
Output
S$5.00S$4.80/M
Cache read
Reusing a prompt already cached upstream
S$0.241S$0.231/M
Cache write
Storing a prompt for later reuse
Not offered
Struck-through figures are the vendor's published list price.
Performance
Loading throughput, latency, and success rate…
Quick start
Full documentationThe API is OpenAI-compatible — point the base URL here and pass the model id.
cURL
curl https://api.lulutokens.ai/v1/chat/completions \ -H "Authorization: Bearer $LULU_API_KEY" \ -H "Content-Type: application/json" \ -d '{ "model": "kimi-k2.7-code", "messages": [{"role": "user", "content": "Hello"}] }'Python
from openai import OpenAIclient = OpenAI(base_url="https://api.lulutokens.ai/v1", api_key="LULU_API_KEY")response = client.chat.completions.create( model="kimi-k2.7-code", messages=[{"role": "user", "content": "Hello"}],)Endpoints:openaiopenai-responseanthropic