AI Gateway

Kimi K2 Thinking Turbo

moonshotai/kimi-k2-thinking-turbo

High-speed version of kimi-k2-thinking, suitable for scenarios requiring both deep reasoning and extremely fast responses

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