Kimi K2.5

moonshotai/kimi-k2.5

kimi-k2.5 is Kimi's most versatile model to date, featuring a native multimodal architecture that supports both visual and text input, thinking and non-thinking modes, and dialogue and agent tasks.

index.ts
import { streamText } from 'ai'
const result = streamText({
model: 'moonshotai/kimi-k2.5',
prompt: 'Why is the sky blue?'
})