Important
Action needed for two new vulnerabilities
Auto-fix projects

KAT-Coder-Pro V1

kwaikat/kat-coder-pro-v1

KAT-Coder-Pro V1 is KwaiKAT's most advanced agentic coding model in the KwaiKAT series. Designed specifically for agentic coding tasks, it excels in real-world software engineering scenarios, achieving a remarkable 73.4% solve rate on the SWE-Bench Verified benchmark. KAT-Coder-Pro V1 delivers top-tier coding performance and has been rigorously tested by thousands of in-house engineers. The model has been optimized for tool-use capability, multi-turn interaction, instruction following, generalization and comprehensive capabilities through a multi-stage training process, including mid-training, supervised fine-tuning (SFT), reinforcement fine-tuning (RFT), and scalable agentic RL.

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