Novita

moonshotai/kimi-k2.6

moonshotai/Kimi-K2.6
Context

256K

Input

text, image

Output

text

Tool calling

Supported

About this model

Kimi-K2.6 is an open-source native multimodal agentic model developed by Moonshot AI, supporting long-horizon coding capabilities and agentic task orchestration scaling to 300 sub-agents.

Input modalities

text

Accepted as model input

image

Accepted as model input

Providers

Available routing options for this model through OneInfer.

Available

Input tokens

$0.800 / 1M tokens

Output tokens

$3.400 / 1M tokens

Routing

OneInfer optimized

Pricing

Current OneInfer pricing for this model.

UsagePrice
Input tokens$0.800 / 1M tokens
Output tokens$3.400 / 1M tokens
Cached input tokens$0.160 / 1M tokens

Performance

Published evaluation results associated with this model.

Coding

SWE-Bench Verified80.2
LiveCodeBench v689.6

Agentic

HLE-Full w/ tools54
OSWorld-Verified73.1

API example

curl https://api.oneinfer.ai/v1/ula/chat/completions \
  -H "Authorization: Bearer $JWT_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "moonshotai/Kimi-K2.6",
    "messages": [
      { "role": "user", "content": "Hello!" }
    ]
  }'