moonshotai/kimi-k2.6
Дата выпуска: 2026-04-20
262,144 context · $0.95/M input tokens · $4.00/M output tokens
Kimi K2.6 is Moonshot AI’s open-source native multimodal agentic model, designed for long-horizon coding, coding-driven UI/UX generation, proactive autonomous execution, and multi-agent orchestration. Built on a 1T-parameter Mixture-of-Experts architecture with 32B active parameters, it supports text and image inputs, a 262K-token context window, thinking mode, preserve-thinking workflows, function calling, and structured outputs. It is especially strong for complex end-to-end coding tasks across Python, Rust, Go, front-end engineering, DevOps, performance optimization, and agentic workflow automation.
Оплата по факту использования
Никаких авансовых платежей — платите только за то, чем пользуетесь
Используйте следующие примеры кода для интеграции с нашим API:
from openai import OpenAI
client = OpenAI(
api_key="YOUR_API_KEY",
base_url="https://llm.wavespeed.ai/v1"
)
response = client.chat.completions.create(
model="moonshotai/kimi-k2.6",
messages=[
{"role": "user", "content": "Hello!"}
]
)
print(response.choices[0].message.content)Kimi K2.6 is Moonshot AI’s open-source native multimodal agentic model, designed for long-horizon coding, coding-driven UI/UX generation, proactive autonomous execution, and multi-agent orchestration. Built on a 1T-parameter Mixture-of-Experts architecture with 32B active parameters, it is optimized for complex coding, visual understanding, tool use, and large-scale agent workflows.
| Specification | Value |
|---|---|
| Provider | moonshot |
| Model Type | Chat Completions model |
| Architecture | Mixture-of-Experts |
| Parameters | 1T total / 32B active |
| Experts | 384 experts, 8 selected per token |
| Attention | MLA |
| Vision Encoder | MoonViT |
| Context Window | 262,144 tokens |
| Input | Text, Image |
| Output | Text |
| Vision | Supported |
| Function Calling | Supported |
| Structured Outputs | Supported |
| Thinking Mode | Supported |
| Token Type | Cost |
|---|---|
| Input | $0.73 per million tokens |
| Output | $3.49 per million tokens |
| Cached Input | $0.25 per million tokens |
Base URL: https://llm.wavespeed.ai/v1
API Endpoint: chat/completions
Model ID: moonshotai/kimi-k2.6
from openai import OpenAI
client = OpenAI(
api_key="YOUR_API_KEY",
base_url="https://llm.wavespeed.ai/v1"
)
response = client.chat.completions.create(
model="moonshotai/kimi-k2.6",
messages=[{"role": "user", "content": "Hello!"}]
)
print(response.choices[0].message.content)
curl https://llm.wavespeed.ai/v1/chat/completions \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY" \
-d '{
"model": "moonshotai/kimi-k2.6",
"messages": [{"role": "user", "content": "Hello!"}]
}'
moonshotai/kimi-k2.6
Kimi K2.6 is Moonshot AI’s open-source native multimodal agentic model, designed for long-horizon coding, coding-driven UI/UX generation, proactive autonomous execution, and multi-agent orchestration. Built on a 1T-parameter Mixture-of-Experts architecture with 32B active parameters, it supports text and image inputs, a 262K-token context window, thinking mode, preserve-thinking workflows, function calling, and structured outputs. It is especially strong for complex end-to-end coding tasks across Python, Rust, Go, front-end engineering, DevOps, performance optimization, and agentic workflow automation.
Ввод
$0.95 /M
Вывод
$4 /M
Контекст
262K
Макс. вывод
262K
Vision
Поддерживается
Использование инструментов
Поддерживается
Доступ к Kimi K2.6 через наш единый API — совместимость с OpenAI, без холодных стартов, прозрачные цены.
Цены на WaveSpeedAI: $0.95 за миллион входных токенов и $4.00 за миллион выходных токенов. Prompt caching и batch processing тарифицируются отдельно и снижают эффективную стоимость длинных повторяющихся нагрузок.
Kimi K2.6 поддерживает до 262K токенов контекста и до 262K токенов вывода на запрос.
Да. WaveSpeedAI предоставляет Kimi K2.6 через OpenAI-совместимый endpoint по адресу https://llm.wavespeed.ai/v1. Направьте официальный OpenAI SDK на этот base URL с ключом API WaveSpeedAI — других изменений в коде не требуется.
Войдите в WaveSpeedAI, создайте API-ключ в Access Keys и отправьте запрос на https://llm.wavespeed.ai/v1/chat/completions с указанным выше model id. Новые аккаунты получают бесплатные кредиты для оценки Kimi K2.6.