MoonshotAI: Kimi K2.6
GPU TEE
moonshotai/kimi-k2.6
Created Apr 21, 2026|262K context|$1.09/M input tokens|$4.60/M output tokens
Intel TDXNVIDIA CC
Kimi K2.6 is Moonshot AI's next-generation multimodal model, designed for long-horizon coding, coding-driven UI/UX generation, and multi-agent orchestration. It handles complex end-to-end coding tasks across Python, Rust, and Go, and demonstrates strong performance in agentic workflows.
Providers for MoonshotAI: Kimi K2.6
RedPill routes requests to the best providers that are able to handle your prompt size and parameters, with fallbacks to maximize uptime.
chutes
Input Price
$1.09
Output Price
$4.60
Total Context
262K
API
RedPill provides an OpenAI-compatible completion API to all models & providers that you can call directly, or using the OpenAI SDK. Additionally, some third-party SDKs are available.
fetch("https://api.redpill.ai/v1/chat/completions", {
method: "POST",
headers: {
"Authorization": "Bearer <YOUR-REDPILL-API-KEY>",
"Content-Type": "application/json"
},
body: JSON.stringify({
"model": "moonshotai/kimi-k2.6",
"messages": [
{
"role": "user",
"content": "What is the meaning of life?"
}
]
})
})