Home โ€บ Models โ€บ Kimi K2.7 Code

Kimi K2.7 Code API

Moonshot's coding-specialist tier โ€” code-focused reasoning for agents and IDE backends at flat value pricing.

ValueBest for: Coding-specialist tier for agents and IDE backends.

SpecificationValue
Bridge price$0.56 / $1.13 per 1M tokens
Cached input$0.056 per 1M tokens
Context window256K tokens
Max output16,384 tokens
StrengthsCode, reasoning, agents
Kimi K2.7 Code pricing per supplier rate card (August 2026), converted at โ‰ˆยฅ7.1/USD. Bridge prices are flat โ€” see the live price table.

Why developers pick it

Code example

from openai import OpenAI

client = OpenAI(base_url="https://bridge.computeindex.net/v1", api_key="sk-bridge-YOUR_KEY")

completion = client.chat.completions.create(
    model="kimi-k2.7-code",
    messages=[
        {"role": "system", "content": "You are a senior engineer reviewing pull requests."},
        {"role": "user", "content": "Review this diff for correctness: ..."},
    ],
)
print(completion.choices[0].message.content)

FAQ

Is this the same model as Moonshot's official? Yes โ€” the same model, served through the Bridge OpenAI-compatible gateway.

K2.7 Code or DeepSeek V4 Pro for coding? Both are strong; K2.7 Code is tuned for code-specific workloads and long agentic sessions.

Get $1 free credit โ†’ try Kimi K2.7 Code

Related