Skip to content

Kat Coder Pro V2

Kat Coder Pro V2 is KwaiPilot's second-generation agentic coding model with a context window of 256K tokens and max output of 256K tokens, building on the KAT-Coder series for software engineering tasks.

Tool UseReasoningImplicit Caching
index.ts
import { streamText } from 'ai'
const result = streamText({
model: 'kwaipilot/kat-coder-pro-v2',
prompt: 'Why is the sky blue?'
})