Publication confirms the /v1/chat/completions route; it does not claim features the contract has not documented.
Moonshot AI
Availablekimi-k2.7-code
API ID: kimi-k2.7-code
Kimi is published through NexoRouter for software-development, code-generation, and debugging workflows.
- Type
- Chat
- Input / generation
- $1.5 / 1M tokens
- Output
- $6.25 / 1M tokens
- Endpoint
/v1/chat/completions
Overview
kimi-k2.7-code is presented as a coding-oriented model from Moonshot AI. Start with a representative test from your repository and retain human review for production code changes.
The displayed price is NexoRouter's approved public price, not an internal cost or supplier discount.
Context, tools, benchmarks, latency, TTFT, and availability appear only when they have a source and measurement window.
Pricing
Public usage pricing for this model ID. The unit changes by endpoint: not every model is billed by tokens.
- Input / generation
- $1.5 / 1M tokens
- Cached input
- $0.3 / 1M tokens
- Output
- $6.25 / 1M tokens
Prices are published after commercial review. A supplier update creates a review; it never exposes supplier discounts, orders, or internal costs.
Integration
NexoRouter exposes this model through /v1/chat/completions. Use a NexoRouter API key and retain the OpenAI-compatible base URL.
/v1/chat/completionscurl --fail-with-body 'https://api.nexorouter.com/v1/chat/completions' \
-H "Authorization: Bearer $NEXOROUTER_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "kimi-k2.7-code",
"messages": [
{
"role": "user",
"content": "Hello"
}
]
}'Chat Completions example using the exact model ID. Adjust messages and parameters for your use case.
Confirm authentication, endpoint, request shape, and limits before copying an integration into production.
Sources & updates
Every profile combines NexoRouter operating data with provider documentation links. A provider link does not become a capability promise until that claim is reviewed and published.
Public route, availability, and price checked in the catalog snapshot: Jul 24, 2026, 8:56 AM UTC.
- NexoRouter catalogNexoRouter published catalogJul 24, 2026, 8:56 AM
- Official documentationMoonshot AI platform documentationOpen source
Update policy: route evidence targets a 6 h cadence and official-document monitoring, when enabled in production, at least every 24 h. A change creates an internal proposal; claims and translations require human review and are revalidated within 30 days.
FAQ
What is kimi-k2.7-code for?
kimi-k2.7-code is published for coding workflows. Use human review and automated tests before applying code changes.
What does kimi-k2.7-code cost?
The current public price is $1.5 / 1M tokens for input or generation and $6.25 / 1M tokens for output. The visible unit is the billing unit for this endpoint.
What is this model called in the API?
Use kimi-k2.7-code exactly as the model ID and call /v1/chat/completions with a NexoRouter API key.
Why are benchmarks, context, or uptime not shown?
We do not publish figures without a verifiable source, method, and measurement window. When NexoRouter has aggregated telemetry and documentation for those fields, they will be added with their provenance.