KAT-Coder-Pro V1
KAT-Coder-Pro V1 is KwaiPilot's agentic coding model. It achieves a 73.4% resolve rate on SWE-Bench Verified with a context window of 256K tokens, parallel tool calling, and multi-turn support.
import { streamText } from 'ai'
const result = streamText({ model: 'kwaipilot/kat-coder-pro-v1', prompt: 'Why is the sky blue?'})Frequently Asked Questions
What is KAT-Coder-Pro V1's SWE-Bench Verified score?
73.4% resolve rate on SWE-Bench Verified, which tests autonomous resolution of real GitHub issues.
What does parallel tool calling mean in practice?
The model issues multiple tool calls in a single inference step instead of waiting for each response sequentially. That cuts latency when several operations can run at once.
What is the context window size?
KAT-Coder-Pro V1 has a context window of 256K tokens. You can fit large codebases, multi-file diffs, and extended conversation history in a single context.
What types of software engineering tasks does it support?
Eight task types: feature implementation, feature enhancement, bug fixing, refactoring, performance optimization, test case generation, code understanding, and configuration and deployment.
What is the pricing for KAT-Coder-Pro V1?
Current pricing is shown on this page. AI Gateway routes across providers, and rates may vary by provider.
How do I try KAT-Coder-Pro V1?
Open the playground at https://ai-sdk.dev/playground/novita:kwaipilot/kat-coder-pro or call the model through AI Gateway with your provider credentials.