Skip to content

Kimi K2 Thinking Turbo

Kimi K2 Thinking Turbo is Moonshot AI's user-facing reasoning model. It delivers chain-of-thought thinking at turbo-speed latency for interactive products where deliberation quality and response time both shape the experience.

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