Skip to main content

Available models

Model IDParametersContextBest For
kimi-k2 🔥MoE128KAgentic coding, tool use

Recommendation

Use kimi-k2 for AI agent development — purpose-built for multi-step reasoning and function calling.
response = client.chat.completions.create(
    model="kimi-k2",
    messages=[{"role": "user", "content": "Build a web scraper that..."}]
)