Back to catalog
Moonshot AIHosted on Luminet

Kimi K2.6

moonshot/kimi-k2.6

Try in Playground

Successor to K2 with major agentic improvements. 38B active / 1.2T total MoE. Tops BFCL v3 and τ-Bench among open weights.

Context window
200Ktokens
Input price
$0.55/ 1M tokens
Output price
$2.20/ 1M tokens
P50 latency
130ms

Quick start

import OpenAI from "openai";

const client = new OpenAI({
  baseURL: "https://api.luminet.ai/v1",
  apiKey: process.env.LUMINET_API_KEY,
});

const resp = await client.chat.completions.create({
  model: "moonshot/kimi-k2.6",
  messages: [{ role: "user", content: "Hello!" }],
});

Capabilities

textvisioncode

Throughput: 320 tok/s · Released 2026-04