Hi - I answer from the OpenSmartRoute documentation: routing, the API, plans and quotas, self-hosting. Ask away, or open a support ticket if you need a person.
Grounded in the docs - follow a source before acting on it.
Kimi K2.7 Code - Model - OpenSmartRoute
Modelv1.0.0
Kimi K2.7 Code
MoonshotAI: Kimi K2.7 Code is a coding-focused model in Moonshot AI's Kimi K2 family, built to complete end-to-end programming tasks reliably over long contexts. It uses a native multimodal mixture-of
Reference model card from the OpenRouter listing - model moonshotai/kimi-k2.7-code. Prices are per million tokens as listed; ratings and installs below are from this marketplace.
Kimi K2.7 Code
MoonshotAI: Kimi K2.7 Code is a coding-focused model in Moonshot AI's Kimi K2 family, built to complete end-to-end programming tasks reliably over long contexts. It uses a native multimodal mixture-of-experts...
Facts
Vendor
Moonshot AI
Context window
262,144 tokens
Max output
235,929 tokens
Input price
$0.71 / 1M tokens
Output price
$3.21 / 1M tokens
Input
text, image
Output
text
Tool calling
yes
Structured outputs
yes
Reasoning
yes
Open weights
moonshotai/Kimi-K2.7-Code
Endpoint: https://openrouter.ai/api/v1 (OpenAI-compatible), model moonshotai/kimi-k2.7-code
Use it
Copy one of these into your project. Installing also returns the manifest and these snippets.
# after Install: the listing is in your workspace's routing pool - nothing else to configure
curl -s -X POST https://api.opensmartroute.ai/api/v1/route -H 'Authorization: Bearer $OSR_API_KEY' -H 'Content-Type: application/json' -d '{"text": "...", "plan": true}'
# or pin it on the OpenAI-compatible endpoint: {"model": "model-moonshotai-kimi-k2-7-code", ...}
Manifest
An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.
model-moonshotai-kimi-k2-7-code.ocm.jsonjson
{
"ocm": "1",
"id": "model-moonshotai-kimi-k2-7-code",
"kind": "llm",
"name": "Kimi K2.7 Code",
"description": "MoonshotAI: Kimi K2.7 Code is a coding-focused model in Moonshot AI's Kimi K2 family, built to complete end-to-end programming tasks reliably over long contexts. It uses a native multimodal mixture-of-experts...",
"publisher": "Moonshot AI",
"version": "1.0.0",
"capabilities": {
"domains": [
"coding"
],
"tags": [
"llm",
"moonshotai",
"openrouter",
"open-weights",
"reasoning",
"tool-calling",
"image",
"models"
],
"languages": [
"en"
],
"modalities": [
"text",
"image"
],
"supports_tools": true,
"supports_streaming": true,
"context_window": 262144
},
"quality_prior": 0.263,
"examples": [
"MoonshotAI: Kimi K2.7 Code is a coding-focused model in Moonshot AI's Kimi K2 family, built to complete end-to-end programming tasks reliably over long contexts. It uses a native multimodal mixture-of-experts..."
],
"primary": false,
"metadata": {
"source": {
"provider": "models",
"ref": "1781266361",
"url": "https://openrouter.ai/moonshotai/kimi-k2.7-code",
"key": "moonshotai/kimi-k2.7-code",
"catalogue": "https://openrouter.ai/api/v1"
},
"model": "moonshotai/kimi-k2.7-code",
"pricing": {
"input_usd_per_1m": 0.7062,
"output_usd_per_1m": 3.21,
"cache_read_usd_per_1m": 0.18
},
"max_output_tokens": 235929,
"output_modalities": [
"text"
],
"hugging_face_id": "moonshotai/Kimi-K2.7-Code",
"reasoning": true,
"created": 1781266361,
"benchmarks": {
"intelligence_index": 26.3,
"coding_index": 60.8,
"agentic_index": 22.5,
"hub_downloads": 110689,
"hub_downloads_total": 1836863,
"hub_likes": 1397,
"hub_trending": 9,
"osr_index": 35.3,
"osr_coverage": 0.4
}
},
"cost": {
"usd_per_1k_tokens": 0.001958
},
"endpoints": [
{
"protocol": "openai",
"url": "https://openrouter.ai/api/v1"
}
]
}
Fetch it by URL: GET /api/v1/registry/model-moonshotai-kimi-k2-7-code/manifest?version=1.0.0
Reviews
Star ratings from people who tried it. One review per account; edit yours any time.
No reviews yet. Install it, try it, and be the first to rate it.