moonshotai
MoonshotAI: Kimi K2 Thinking
Kimi K2 Thinking is Moonshot AI’s most advanced open reasoning model to date, extending the K2 series into agentic, long-horizon reasoning. Built on the trillion-parameter Mixture-of-Experts (MoE) architecture introduced in...
Context
262k tokens
Input / 1M tokens
$0.60
Output / 1M tokens
$2.50
Benchmark
—
Pricing
Input tokens$0.60 per 1M tokens
Output tokens$2.50 per 1M tokens
Technical details
Model IDmoonshotai/kimi-k2-thinking
Context window262k tokens
Input modalitiestext
Output modalitiestext
TokenizerOther
Max output tokens262,144
Use with MegaBrain
import OpenAI from 'openai'
const client = new OpenAI({
baseURL: 'https://getmegabrain.com/api/gateway/v1',
apiKey: process.env.MEGABRAIN_API_KEY,
})
const response = await client.chat.completions.create({
model: 'moonshotai/kimi-k2-thinking',
messages: [{ role: 'user', content: 'Hello!' }],
})Ready to use MoonshotAI: Kimi K2 Thinking?
Get an API key and start making requests in minutes.
Get an API key