HomeModels › Kimi-K2.6
Moonshot AI · Multimodal Coding Agent

Kimi-K2.6 API

Moonshot AI's latest open-source flagship. Native multimodal, long-horizon coding with 4,000+ tool calls, Agent Swarm for parallel massive tasks.

$0.80
Input / 1M tokens
$4.00
Output / 1M tokens
200K
Context window
0%
Platform fee
Sign Up — Get $0.50 Free Credit See All Pricing

Why use Kimi-K2.6 on NovAI?

  • Native multimodal (text + image) from pretraining
  • Long-horizon coding: 4,000+ tool calls, 12+ hours continuous execution
  • Agent Swarm mode for parallel multi-agent coordination
  • Excellent at Rust, Go, Python, TypeScript codebases
  • 200K context window for full-repo analysis

Best use cases

  • Full-codebase refactors
  • Autonomous software engineering agents
  • Multimodal document + diagram understanding
  • Long-running research agents

Quick start

cURL

curl https://aiapi-pro.com/v1/chat/completions \
  -H "Authorization: Bearer $NOVAI_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "kimi-k2.6",
    "messages": [{"role":"user","content":"Hello"}]
  }'

Python (OpenAI SDK)

from openai import OpenAI
client = OpenAI(
    base_url="https://aiapi-pro.com/v1",
    api_key="YOUR_NOVAI_API_KEY",
)
resp = client.chat.completions.create(
    model="kimi-k2.6",
    messages=[{"role":"user","content":"Hello"}],
)
print(resp.choices[0].message.content)

Full documentation: aiapi-pro.com/#docs

Ready to try Kimi-K2.6?

Zero platform fee. Credits never expire. OpenAI-compatible API.

Sign Up Free