Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.cogito.decart.ai/llms.txt

Use this file to discover all available pages before exploring further.

Moonshot’s flagship MoE. Trained for long-horizon agentic workflows; the model engineering teams reach for when the cheap models stop being enough.
Slugkimi-k2.6
Parameters1T MoE (~32B active)
Context262,144 tokens (256k)
Throughput70 tokens/sec
TTFT280ms
LicenseModified MIT
HardwareNVIDIA Blackwell
Input price$0.74 / 1M tokens
Output price$3.49 / 1M tokens

Best for

  • Coding agents (multi-file refactors, multi-step PRs)
  • Long-horizon agentic reasoning
  • Complex tool use with parallel function calls
  • Workloads that benefit from long, reliable reasoning chains
client.chat.completions.create(
    model="kimi-k2.6",
    messages=[...],
)

License

Kimi K2.6 ships under a Modified MIT license. Permissive enough for commercial deployments; check the upstream license for redistribution specifics.