Moonshot

Moonshot

Kimi K2.6

Kimi K2.6 is a frontier model optimized for agentic workflows, visual reasoning, and long-context tasks. Route to this model when your application requires multi-step tool use, image analysis, or structured outputs over raw throughput.

Modalities

Text+Image → Text

Input

$0.776 /1M

Output

$3.622 /1M

Context

262K

Speed

medium

Performance

Live production data from real requests on Kyma — not synthetic benchmarks.

Rank

#21

of 87 active models

Tokens served

8.4M

all-time

Success rate

100%

last 7 days

Median throughput28 tok/s
Total requests1,195
Platform share0.4%
Tokens · last 15 daysJul 19Aug 2

Pricing

Pay per token. Cached input is billed at 10% of the input rate.

$0.776 /1M input$3.622 /1M output
Hobby10 req/day · 2K in / 500 out
~$1.01/mo
Production1,000 req/day · 2K in / 500 out
~$101/mo
Scale20,000 req/day · 2K in / 500 out
~$2,018/mo
+ Estimate your workload
1,000
2,000
500

Estimated monthly cost

$101

$3.36 / day on Kimi K2.6

Same workload on:

Kimi K3$547+442%
Kimi K2.7 Code$132+31%

Estimates use list pricing. Actual bills depend on real token counts — every response includes its exact cost.

When to use Kimi K2.6

Updated 2026-07-29

Where this model earns its cost — and where it doesn't.

Created by Moonshot, this model accepts text and image inputs with a 262K token context window and a 32K token output limit. It natively supports tool calling, explicit reasoning steps, and structured JSON outputs.

On Kyma, it runs through an OpenAI-compatible endpoint with automatic request failover. The platform reports exact request costs in the usage.cost field and identifies the routed model via the X-Kyma-Model response header. While Kyma bills cached prefixes at 10% of the input rate, this model does not support caching, so all input is billed at the standard rate.

It operates in the premium cost tier with medium generation speed. Early platform traffic shows a 100% success rate, but the 32K output cap means it is not suited for generating extremely long documents in a single pass.

Multi-step agent routing

Routes tool calls and maintains state across extended conversational turns.

Image and text analysis

Extracts and analyzes visual data from uploaded images alongside text prompts.

Long-context code review

Processes large codebases within the 262K window to identify architectural patterns.

Structured output generation

Outputs formatted payloads reliably using built-in structured output support.

Not ideal for: Do not use this model for high-throughput, low-latency tasks or when you need prompt caching to discount repeated input costs.

How it compares

Against the peers people actually weigh it against.

SpecKimi K2.6Kimi K3Kimi K2.7 Code
Input /1M$0.776$4.05$1.009
Output /1M$3.622$20.25$4.774
Context262K1M262K
ToolsYesYesYes
ReasoningYesYesYes
Speedmediummediummedium

Quick start

Up and running in under two minutes.

  1. 1

    Create an API key

    Sign up and grab a key from the dashboard — $0.50 free credit, no card required.

    Get API key →
  2. 2

    Make your first request

    Drop in your key and send a chat completion — fully OpenAI-compatible.

    curl https://kymaapi.com/v1/chat/completions \
      -H "Authorization: Bearer YOUR_API_KEY" \
      -H "Content-Type: application/json" \
      -d '{
        "model": "kimi-k2.6",
        "messages": [
          {"role": "user", "content": "Explain prompt caching in one paragraph."}
        ]
      }'
  3. 3

    Stream responses

    Add "stream": true to receive tokens as they arrive.

    curl https://kymaapi.com/v1/chat/completions \
      -H "Authorization: Bearer YOUR_API_KEY" \
      -H "Content-Type: application/json" \
      -d '{
        "model": "kimi-k2.6",
        "stream": true,
        "messages": [{"role": "user", "content": "Hello!"}]
      }'

FAQ

Common questions about this model.

What is the context window of Kimi K2.6?

Kimi K2.6 has a 262K-token context window — roughly 386 pages of text in a single request.

How much does the Kimi K2.6 API cost?

$0.776 per 1M input tokens and $3.622 per 1M output tokens. No subscription; you pay only for what you use.

Does Kimi K2.6 support function calling?

Yes — Kimi K2.6 supports tool/function calling and structured outputs (JSON mode), so it works with agent frameworks out of the box.

How do I use Kimi K2.6?

Kyma is OpenAI-compatible: point your SDK's base URL at https://kymaapi.com/v1, use your Kyma API key, and set the model to kimi-k2.6. Signing up is free and includes $0.50 of credit — no card required.

Does Kimi K2.6 support prompt caching on Kyma?

No, this model does not support caching, so all input tokens are billed at the standard rate regardless of repetition.

How do I track which model actually processed my request?

Every response includes an X-Kyma-Model header that reports the exact model ID that ran, and the usage.cost field shows the precise charge.

What happens if the serving path for this model degrades?

Kyma automatically reroutes your request to a healthy serving path, maintaining the platform's automatic failover guarantee.

Start with $0.50 free credit — no card required.Create account →

More models by Moonshot

ModelContextInputOutput
MoonshotKimi K31M$4.05$20.25
MoonshotKimi K2.7 Code262K$1.009$4.774
MoonshotKimi K2.5262K$0.6075$3.038