Skip to content
Dashboard

Moonshot AI's Kimi K2 model is now supported in Vercel AI Gateway

Software Engineer
pnpm i ai

import { streamText } from 'ai'
const result = streamText({
model: 'moonshotai/kimi-k2',
prompt: 'What is the history of the San Francisco Mission-style burrito?'
})

Ready to deploy?