Moonshot AI(Kimi)
延迟—
吞吐量—
上传速率—
上下文长度—
最大输出—
上传价格—每百万
输出价格—每百万
缓存读取—每百万
缓存写入—每百万
/moonshot-ai(kimi)/kimi-k2.7-code
Kimi K2.7 Code, a multimodal powerhouse purpose-built to conquer complex programming tasks and agentic workflows. Armed with a massive 256k context window and deep reasoning capabilities, it natively processes text, image, and video inputs while offering developer-first features like ToolCalls, JSON Mode, and automatic context caching. For those craving raw performance, the HighSpeed variant supercharges your development pipeline, delivering an extreme coding experience with blazing output speeds of up to 260 Tokens/s.
curl ${API_BASE_URL}/v1/chat/completions \
-H "Authorization: Bearer <YOUR_API_KEY>" \
-H "Content-Type: application/json" \
-d '{
"model": "kimi-k2.7-code",
"messages": [
{
"role": "user",
"content": "Hello"
}
]
}'将 <YOUR_API_KEY> 替换为你在令牌管理页面生成的 API Key。
所有请求必须携带 Authorization: Bearer <TOKEN> 请求头。
RPM = 每分钟请求数,TPM = 每分钟 Token 数,RPD = 每天请求数。限制按令牌分组生效。