KAT-Coder-Pro V1 是 KwaiKAT 系列中最先进的智能体编程(Agentic Coding)模型。该模型专为 Agentic Coding 设计,全面覆盖真实编程任务与场景,通过大规模智能体强化学习,实现智能行为涌现,在代码编写性能上显著超越同类模型,已通过数千名内部工程师的严格测试。在SWE-Bench Verified 编码能力基准测试中取得了高达 73.4% 的解决率,展现出顶级的编程性能。 该模型经过了多阶段训练过程的优化,包括中期训练(mid-training)、监督式微调(SFT)、强化微调(RFT)和可扩展的智能体强化学习(scalable agentic RL),使其在工具使用能力、多轮交互、指令遵循、泛化性和综合能力方面都得到了显著提升。
模型价格立即体验模型
| 输入 | ¥2.1/Mt |
| 缓存 | 读取¥0.42/Mt |
| 输出 | ¥8.4/Mt |
示例代码
1base_url="https://api.ppio.com/openai"
2api_key="<您的 API Key>"
3
4curl "$base_url/v1/chat/completions" \
5 -H "Content-Type: application/json" \
6 -H "Authorization: Bearer $api_key" \
7 -d @- << 'EOF'
8{
9 "model": "kat-coder",
10 "messages": [
11
12 {
13 "role": "user",
14 "content": "Hi there!"
15 }
16 ],
17 "response_format": { "type": "text" }
18}
19EOF
20 模型信息
上下文窗口:
256000
最大输出 token 数:
128000
模态:
支持的功能
API 接入指南
Base URL:
https://api.ppio.com/openai
Anthropic Base URL:
https://api.ppio.com/anthropic
API Endpoints:
/v1/chat/completions
Model ID:
kat-coder
API Key:
创建 & 查询您的 API KeyRate Limits
| 用量级别 | RPM | TPM |
|---|---|---|
| T1 | 5 | 4,000,000 |
| T2 | 100 | 6,000,000 |
| T3 | 400 | 8,000,000 |
| T4 | 400 | 8,000,000 |
| T5 | 400 | 8,000,000 |
功能使用教程