Moonshot

kimi-k2.6

Model IDkimi-k2.6

Integration docsMarkdown

Model introduction

Kimi K2.6 is a practical Moonshot AI model for multimodal understanding, coding, long-context analysis, and agent workflows.

Model capabilities

Specifications come from the cited model material. Catalog tags help identify access features; use the source documentation for exact limits.

OpenAI compatibleResponses APIAnthropic compatibleGemini compatiblePrompt cacheReasoningVision

Verified specifications

Official positioning
Multimodal, coding, and agent workflows
Input / output
Text, visual input / Text
Verified capabilities
Coding assistance, long-text analysis, tool workflows

Sources: B.AI Kimi K2.6 model guide

Model pricing and access

Prices are read directly from the MoleAPI console catalog and shown by current billing group and context tier.

Your final charge follows the account group shown in the console.
Live pricing source

Pricing table

USD / 1M tokens
Standardx1defaultInput $0.95 · Output $4

Input

$0.95 / 1M tokens

Output

$4 / 1M tokens

Cache read

$0.1 / 1M tokens

Cache write

$1 / 1M tokens

Discountx0.8discountInput $0.76 · Output $3.2

Input

$0.76 / 1M tokens

Output

$3.2 / 1M tokens

Cache read

$0.08 / 1M tokens

Cache write

$0.8 / 1M tokens

Relayx0.3relayInput $0.285 · Output $1.2

Input

$0.285 / 1M tokens

Output

$1.2 / 1M tokens

Cache read

$0.03 / 1M tokens

Cache write

$0.3 / 1M tokens

Temporary (availability may vary)x0.1tempInput $0.095 · Output $0.4

Input

$0.095 / 1M tokens

Output

$0.4 / 1M tokens

Cache read

$0.01 / 1M tokens

Cache write

$0.1 / 1M tokens

Access protocols

Available billing groups: Standard, Discount, Relay, Temporary (availability may vary)

openai
POST
/v1/chat/completions
openai-response
POST
/v1/responses
anthropic
POST
/v1/messages
gemini
POST
/v1beta/models/{model}:generateContent
openai-response-compact
POST
/v1/responses/compact
openai-alpha-search
POST
/v1/alpha/search

About kimi-k2.6

This introduction is transcreated for clarity and cross-checked against the cited model material.

Kimi K2.6 is a practical Moonshot AI model for multimodal understanding, coding, long-context analysis, and agent workflows.

Core strengths

  • Combines text, visual context, code, and structured reasoning.
  • Fits planning, tool calls, and iterative execution.
  • Offers a pragmatic cost-capability balance below the flagship tier.

Limitations

  • Exact context, output, and multimodal formats vary by platform configuration.
  • Network access, code execution, and external actions still require compatible tools.

Selection and production evaluation

Start a kimi-k2.6 evaluation by mapping its official positioning to real work: Code and UI generation, screenshot and document understanding, multi-step tool tasks, and cost-sensitive agents. The first pass should exercise both its main strength, "Combines text, visual context, code, and structured reasoning.", and its known limitation, "Exact context, output, and multimodal formats vary by platform configuration.", instead of relying on a single subjective general-chat comparison.

For access, MoleAPI currently lists openai, openai-response, anthropic, gemini, openai-response-compact, openai-alpha-search protocols and the Standard, Discount, Relay, Temporary (availability may vary) billing groups for this Moonshot model; the default price summary is Input $0.95 / 1M tokens · Output $4 / 1M tokens. Pricing, protocols, and groups come from the live catalog, so production planning should still price representative requests using real context length, output size, and cache-hit assumptions.

No independent ranking is shown unless it matches this exact model ID and reasoning profile, so nearby variants are not used as a proxy. Before launch, pin the model ID, prompt, and sample set, then compare task accuracy, structured-output validity, tool-call success, and timeout rates under the same conditions.

The model material on this page was last checked on 2026-07-24. When upstream model cards, context limits, or tool support change, update the cited bilingual facts before changing the recommendation; live MoleAPI price changes remain separate and update from the catalog automatically.

Code examples

These examples use MoleAPI's Responses API endpoint and run after you replace the API key.

curl https://api.moleapi.com/v1/responses \
  -H "Authorization: Bearer $MOLEAPI_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "kimi-k2.6",
    "input": "Explain this problem step by step."
  }'

Frequently asked questions

How is kimi-k2.6 priced?

This page reads prices from the MoleAPI console API and updates with model prices, context tiers, and account groups.

How can I access kimi-k2.6?

Protocols and endpoints come from the supported_endpoint_types field in the MoleAPI model catalog.

How do I switch an existing project to kimi-k2.6?

Keep the MoleAPI API address and key, replace the model parameter with the model ID on this page, then check protocol-specific parameter differences.

Where do the kimi-k2.6 model details come from?

Capabilities and limitations are checked against B.AI and the other cited pages. Pricing and available protocols come only from the MoleAPI console.