Kling 2.5 Turbo Pro
Kling 2.5 Turbo Pro is a video generation model built by Kuaishou. Routed through external models — ~500 tokens per ~5s clip (50% markup over upstream cost).
Use via API
OpenAI-compatible REST API. Generate a key and call this model in seconds.
curl -X POST https://api.free.ai/v1/video/generate/ \
-H "Authorization: Bearer sk-free-..." \
-H "Content-Type: application/json" \
-d '{"model":"premium/kling-video/v2.5-turbo/pro/text-to-video","prompt":"your prompt here"}'
API Documentation
Get API Key