Processing...Please wait while we secure this action
Moonshot AI model

Kimi K2.6

Kimi K2.6 is a Moonshot AI model listed in the NextModel catalog for long Chinese documents, contract review, knowledge-base Q&A workloads. Its listed price is $0.73 / 1M tokens input and $3.49 / 1M tokens output per 1M tokens, with a 128k token context window.

Moonshot AIOpenRouter if availableCatalog
JSON modeLong contextStreaming
Input price$0.73 / 1M tokens
Output price$3.49 / 1M tokens
Context length128k tokens
Max output8.2k tokens

What is Kimi K2.6 in NextModel?

Kimi K2.6 is a Moonshot AI model listed in the NextModel catalog for long Chinese documents, contract review, knowledge-base Q&A workloads. Its listed price is $0.73 / 1M tokens input and $3.49 / 1M tokens output per 1M tokens, with a 128k token context window.

Best use cases

  • long Chinese documents
  • contract review
  • knowledge-base Q&A

OpenAI-compatible code example

Keep the OpenAI SDK style, set base_url to NextModel, and use the catalog model ID kimi-k2-6.

Python
from openai import OpenAI

client = OpenAI(
    api_key="YOUR_API_KEY",
    base_url="https://api.nextmodel.app/v1"
)

resp = client.chat.completions.create(
    model="kimi-k2-6",
    messages=[{"role": "user", "content": "Hello from NextModel"}]
)

print(resp.choices[0].message.content)

Similar alternatives

DeepSeekCatalog

DeepSeek V4 Flash is a long-context low-cost candidate for teams that need Chinese capability and batch-friendly pricing.

$0.112 / 1M tokensInput$0.224 / 1M tokensOutput128kContext
Best forlow-cost Chinese tasks, long-context summary, batch code assistance
RoutingConfigured
Tool callingJSON modeLong contextReasoning
OpenRouter if availableNextModel production gateway and Volcengine Agent Plan pricing config
View details
MetaCatalog

Llama 4 Maverick 17B Instruct (128E) is a high-capacity multimodal language model from Meta, built on a mixture-of-experts (MoE) architecture with 128 experts and 17 billion active parameters per forward...

$0.15 / 1M tokensInput$0.6 / 1M tokensOutput1MContext
Best foropen-model workflows, cost-sensitive long context, classification
RoutingConfigured
JSON modeLong contextStreamingLow cost
OpenRouter if availableOpenRouter public Models API live metadata; public price comes from the registry pricing rule
View details
VolcengineProduction

Doubao Seed 2.0 Lite is the low-cost long-context member of the Seed 2.0 family, onboarded through the Volcengine Agent Plan. Audio input pricing is not modeled in this catalog.

Starting at $0.087 / 1M tokensInputStarting at $0.521 / 1M tokensOutput256kContext
Best forhigh-volume chat, classification, lightweight agent steps
RoutingConfigured
Tool callingJSON modeLong contextStreaming
Platform curatedNextModel production gateway and Volcengine Agent Plan pricing config
View details

FAQ

Kimi K2.6 API questions

What is Kimi K2.6 best for?

General-purpose Chinese reasoning, Q&A, and agentic tool use.

How is Kimi K2.6 priced through NextModel?

$0.894 per 1M input tokens and $4.618 per 1M output tokens, tracking Moonshot's OpenRouter reference rate.