Kimi
Kimi K2.6
moonshotai/kimi-k2.6
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.
Pricing
| Input | $0.19per 1M tokens |
|---|---|
| Output | $0.8per 1M tokens |
| Cached input | $0.032per 1M tokens read from cache |
Specifications
| Context window | 262Ktokens |
|---|---|
| Max output | 66Ktokens |
| Provider | Kimi |
| Capabilities | Vision · Reasoning · Function calling |
| Input types | text, image |
Use Kimi K2.6
Point your existing OpenAI SDK at xKiro and pass moonshotai/kimi-k2.6 as the model. Nothing else in your code changes.
from openai import OpenAI
client = OpenAI(
base_url="https://api.xkiro.com/v1",
api_key="YOUR_XKIRO_KEY",
)
response = client.chat.completions.create(
model="moonshotai/kimi-k2.6",
messages=[{"role": "user", "content": "Hello"}],
)
print(response.choices[0].message.content)Supported parameters
max_tokens · temperature · top_p · stop · frequency_penalty · presence_penalty · seed · stream · tools · tool_choice · reasoning · include_reasoning
Related models
Call Kimi K2.6 through the same endpoints you already use.
Get an API key