moonshotaiVision
MoonshotAI: Kimi K2.5
Kimi K2.5 is Moonshot AI's native multimodal model, delivering state-of-the-art visual coding capability and a self-directed agent swarm paradigm. Built on Kimi K2 with continued pretraining over approximately 15T mixed...
Context
262k tokens
Input / 1M tokens
$0.38
Output / 1M tokens
$2.02
Benchmark
—
Pricing
Input tokens$0.38 per 1M tokens
Output tokens$2.02 per 1M tokens
Technical details
Model IDmoonshotai/kimi-k2.5
Context window262k tokens
Input modalitiestext, image
Output modalitiestext
TokenizerOther
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.5',
messages: [{ role: 'user', content: 'Hello!' }],
})Ready to use MoonshotAI: Kimi K2.5?
Get an API key and start making requests in minutes.
Get an API key