kling-video-extend
kling-video-extend (Kuaishou) — 128K context, Video tier. Price per second: $0.014280000000000001 · Avg latency 120ms. Routed via Routara OpenAI-compatible endpoint with multi-region failover and metered billing.
Price per second: $0.014280000000000001 · TTFT: 120ms
Specifications
- Developer: Kuaishou
- Category: Video
- Context window: 128K
- Price per second: $0.014280000000000001
- Avg latency: 120 ms
- SLA grade: A
Typical use cases
- Image and video generation pipelines
- Multilingual chatbots and customer support
- RAG pipelines with tool calling
FAQ
- How is kling-video-extend priced on Routara? — $0.014280000000000001 per second of video, metered per request with no separate platform fee.
- Is kling-video-extend OpenAI-compatible? — Yes. Point any OpenAI SDK to https://api.routara.ai/v1 and set model to the Routara slug shown below.
- Does kling-video-extend support streaming? — Streaming is supported when the upstream route is live. Use stream: true in chat.completions.
Related models
- 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)
Quick integration
- 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}'