kling-video-extend
kling-video-extend (Kuaishou) — 128K context, Video tier. 每秒价格: $0.012852000000000002 · 平均延迟 120ms. 经 Routara 统一 OpenAI 兼容端点路由,支持多区域故障转移与按量计费。
每秒价格: $0.012852000000000002 · 首字延迟: 120ms
技术规格
- 开发商: Kuaishou
- 类别: Video
- 上下文窗口: 128K
- 每秒价格: $0.012852000000000002
- 平均延迟: 120 ms
- SLA 等级: A
典型场景
- 图像与视频生成流水线
- 多语言客服与对话机器人
- RAG 与工具调用流水线
常见问题
- kling-video-extend 在 Routara 上如何计费? — 视频每秒 $0.012852000000000002,按请求计量,无额外平台费。
- kling-video-extend 是否兼容 OpenAI SDK? — 兼容。将 base_url 设为 https://api.routara.ai/v1,model 使用下方 Routara slug。
- kling-video-extend 是否支持流式输出? — 当上游路由在线时支持流式。在 chat.completions 中设置 stream: true。
相关模型
- Seedance 2.0 (/detail/bytedance-doubao-seedance-2-0)
- Seedance 2.0 Fast (/detail/bytedance-doubao-seedance-2-0-fast)
- Kling V3 (/detail/kling-kling-v3)
快速接入
- curl https://api.routara.ai/v1/chat/completions \ -H "Authorization: Bearer YOUR_API_KEY" \ -H "Content-Type: application/json" \ -d '{"model":"kling-video-extend","messages":[{"role":"user","content":"Hello"}],"stream":true}'