HomeModels › Kimi K2.6

Kimi K2.6 API

Moonshot's long-context generalist — 256K context at a fraction of flagship cost, through the Bridge OpenAI-compatible endpoint.

ValueBest for: Long-context agent workhorse at a fraction of K3 cost.

SpecificationValue
Bridge price$0.56 / $1.13 per 1M tokens
Cached input$0.056 per 1M tokens
Context window256K tokens
Max output16,384 tokens
StrengthsLong context, general assistant
Kimi K2.6 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.6",
    messages=[
        {"role": "system", "content": "You are a research assistant working through long documents."},
        {"role": "user", "content": open("research.pdf.txt").read()},
    ],
)
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.6 or K3? K3 is the flagship with the strongest reasoning; K2.6 covers long-context workloads at a fraction of the cost.

Get $1 free credit → try Kimi K2.6

Related