Seedream 5.0 Pro đã ra mắt | Thử trong Trình tạo ảnh →
moonshot
moonshotai/kimi-k2.6

moonshotai/kimi-k2.6

Ngày phát hành: 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.

Giá cả

Trả theo mức dùng

Không tốn phí trả trước, chỉ trả cho những gì bạn dùng

Đầu vào$0.95 / M Tokens
Đầu ra$4.00 / M Tokens
Cache Read$0.16 / M Tokens

Dùng thử mô hình

moonshotai/kimi-k2.6
Trực tuyến
moonshot
Xin chào! Tôi là trợ lý AI hữu ích. Tôi có thể giúp gì cho bạn?
Sẵn sàng dùng model này trong coding agent local?Setup agent

Sử dụng API

Dùng các ví dụ mã sau để tích hợp với API của chúng tôi:

import OpenAI from 'openai';

if (!process.env.WAVESPEED_API_KEY) throw new Error('Set WAVESPEED_API_KEY');
const client = new OpenAI({
  apiKey: process.env.WAVESPEED_API_KEY,
  baseURL: 'https://llm.wavespeed.ai/v1',
  timeout: 120_000,
  maxRetries: 2,
});

try {
  const response = await client.chat.completions.create({
    model: 'moonshotai/kimi-k2.6',
    messages: [{ role: 'user', content: 'Hello!' }],
  });
  console.log(response.choices[0]?.message?.content ?? '');
} catch (error) {
  console.error('LLM request failed:', error);
  process.exitCode = 1;
}

Giới thiệu mô hình

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 is optimized for complex coding, visual understanding, tool use, and large-scale agent workflows.


Why It Looks Great

  • Open-source native multimodal agentic model from Moonshot AI
  • 1T-parameter Mixture-of-Experts architecture with 32B active parameters
  • 262K-token context window for long prompts, large codebases, documents, and multi-turn workflows
  • Strong long-horizon coding performance across Python, Rust, Go, front-end, DevOps, and optimization tasks
  • Excellent fit for coding-driven UI/UX generation, including full-stack apps and polished interfaces
  • Agent Swarm capabilities for decomposing and coordinating complex multi-agent workflows
  • Vision input support for screenshots, mockups, diagrams, and multimodal document understanding
  • Thinking mode and preserve-thinking support for multi-step reasoning and coding agent scenarios
  • Function calling and tool-use support for agentic application workflows
  • Structured output support for JSON responses and schema-constrained generation

Key Features

  • Architecture: Mixture-of-Experts
  • Total Parameters: 1T
  • Active Parameters: 32B
  • Context Window: 262,144 tokens
  • Max Input: Not listed
  • Max Output: Not listed
  • Input: Text, Image
  • Output: Text
  • Vision: Supported
  • Function Calling: Supported
  • Structured Outputs: Supported
  • Thinking Mode: Supported
  • Preserve Thinking: Supported
  • Image Generation: Not listed
  • Audio Input: Not listed
  • Supported Parameters: frequency_penalty, include_reasoning, logit_bias, logprobs, max_tokens, min_p, parallel_tool_calls, presence_penalty, reasoning, reasoning_effort, repetition_penalty, response_format, seed, stop, structured_outputs, temperature, tool_choice, tools, top_k, top_logprobs, top_p

Specifications

SpecificationValue
Providermoonshot
Model TypeChat Completions model
ArchitectureMixture-of-Experts
Parameters1T total / 32B active
Experts384 experts, 8 selected per token
AttentionMLA
Vision EncoderMoonViT
Context Window262,144 tokens
InputText, Image
OutputText
VisionSupported
Function CallingSupported
Structured OutputsSupported
Thinking ModeSupported

Pricing

Token TypeCost
Input$0.73 per million tokens
Output$3.49 per million tokens
Cached Input$0.25 per million tokens

How to Use

  1. Write your prompt - describe the task, provide context, and specify the desired output format.
  2. Submit - the model processes your request and returns the response.

API Integration

Base URL: https://llm.wavespeed.ai/v1
API Endpoint: chat/completions
Model ID: moonshotai/kimi-k2.6


API Usage

Python SDK

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

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!"}]
  }'

Notes

  • Model: moonshotai/kimi-k2.6
  • Provider: moonshot
  • Best suited for long-horizon coding, UI/UX generation, visual understanding, tool use, multi-agent orchestration, and autonomous workflow execution

Thông tin

Nhà cung cấpmoonshot
Loạillm

Tính năng được hỗ trợ

Đầu vào
Văn bảnHình ảnh
Đầu ra
Văn bản
Ngữ cảnh262,144
Đầu ra tối đa262,142
Thị giác✓ Được hỗ trợ
Gọi hàm✓ Được hỗ trợ

Hướng dẫn truy cập API

Base URLhttps://llm.wavespeed.ai/v1
API Endpointchat/completions
Model IDmoonshotai/kimi-k2.6

Kimi K2.6 API

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.

Đầu Vào

$0.95 /M

Đầu Ra

$4 /M

Ngữ Cảnh

262K

Đầu Ra Tối Đa

262K

Thị Giác

Được Hỗ Trợ

Sử Dụng Công Cụ

Được Hỗ Trợ

Thử Kimi K2.6 trên WaveSpeedAI

Truy cập Kimi K2.6 qua API hợp nhất của chúng tôi — tương thích OpenAI, không khởi động nguội, giá minh bạch.

Câu Hỏi Thường Gặp về Kimi K2.6

Kimi K2.6 có giá bao nhiêu qua API?+

Giá trên WaveSpeedAI: $0.95 mỗi triệu token đầu vào và $4.00 mỗi triệu token đầu ra. Prompt caching và xử lý theo lô được tính riêng và giảm chi phí thực tế cho các khối lượng công việc dài, lặp lại.

Cửa sổ ngữ cảnh của Kimi K2.6 là gì?+

Kimi K2.6 hỗ trợ tối đa 262K token ngữ cảnh với tối đa 262K token đầu ra mỗi yêu cầu.

Kimi K2.6 có tương thích OpenAI không?+

WaveSpeedAI cung cấp Kimi K2.6 tại https://llm.wavespeed.ai/v1 qua giao diện Chat Completions tương thích OpenAI. Hầu hết các client OpenAI SDK hoạt động bằng cách đổi base URL và API key; các trường tùy chọn phụ thuộc vào mô hình được chọn.

Làm thế nào để bắt đầu với Kimi K2.6?+

Đăng nhập vào WaveSpeedAI, tạo một API key trong Access Keys, rồi gửi một yêu cầu đến https://llm.wavespeed.ai/v1/chat/completions với model id hiển thị phía trên. Kiểm tra danh mục mô hình hiện tại để biết tính khả dụng, khả năng và giá cả.

Các API LLM Liên Quan

MoonshotAI: Kimi K2.6 | Moonshot Multimodal LLM API Pricing | WaveSpeedAI